Finish removing git.openstack.org references
The remaining references are actually about the service itself. Change-Id: Id40dd72370add572fec615e0b5cd8c8bd3a200f8
This commit is contained in:
parent
67b6b6c237
commit
67c4e0202d
@ -26,7 +26,7 @@ Install and configure Ansible on a host via pip
|
|||||||
The name of the openstacksdk package to install. To install from
|
The name of the openstacksdk package to install. To install from
|
||||||
alternative sources, this can be a URL for a remote package;
|
alternative sources, this can be a URL for a remote package;
|
||||||
e.g. to install from a gerrit change
|
e.g. to install from a gerrit change
|
||||||
``git+https://git.openstack.org/openstack/openstacksdk@refs/changes/12/3456/1#egg=openstacksdk``
|
``git+https://opendev.org/openstack/openstacksdk@refs/changes/12/3456/1#egg=openstacksdk``
|
||||||
|
|
||||||
.. zuul:rolevar:: install_ansible_openstacksdk_version
|
.. zuul:rolevar:: install_ansible_openstacksdk_version
|
||||||
:default: latest
|
:default: latest
|
||||||
|
@ -35,9 +35,9 @@ import yaml
|
|||||||
MAILTO_RE = re.compile('mailto:(.*)')
|
MAILTO_RE = re.compile('mailto:(.*)')
|
||||||
USERNAME_RE = re.compile('username:(.*)')
|
USERNAME_RE = re.compile('username:(.*)')
|
||||||
EXTRA_ATC_RE = re.compile('^[^#][^:]*: ([^\(]*) \(([^@]*@[^\)]*)\) \[[^\[]*\]')
|
EXTRA_ATC_RE = re.compile('^[^#][^:]*: ([^\(]*) \(([^@]*@[^\)]*)\) \[[^\[]*\]')
|
||||||
PROJECTS_URL = ('https://git.openstack.org/cgit/openstack/governance/plain'
|
PROJECTS_URL = ('https://opendev.org/openstack/governance/raw/branch/master'
|
||||||
'/reference/projects.yaml')
|
'/reference/projects.yaml')
|
||||||
EXTRA_ATCS_URL = ('https://git.openstack.org/cgit/openstack/governance/plain'
|
EXTRA_ATCS_URL = ('https://opendev.org/openstack/governance/raw/branch/master'
|
||||||
'/reference/extra-atcs')
|
'/reference/extra-atcs')
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ import requests.packages.urllib3
|
|||||||
requests.packages.urllib3.disable_warnings()
|
requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
TIMEOUT = 30
|
TIMEOUT = 30
|
||||||
PROJECTS_YAML = ('http://git.openstack.org/cgit/openstack/'
|
PROJECTS_YAML = ('http://opendev.org/openstack/governance/'
|
||||||
'governance/plain/reference/projects.yaml')
|
'raw/branch/master/reference/projects.yaml')
|
||||||
|
|
||||||
|
|
||||||
logging.basicConfig(level=logging.WARNING)
|
logging.basicConfig(level=logging.WARNING)
|
||||||
|
@ -89,7 +89,7 @@ for MOD in ${!INTEGRATION_MODULES[*]}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
||||||
https://git.openstack.org \
|
https://opendev.org \
|
||||||
$project_names
|
$project_names
|
||||||
|
|
||||||
# Fix hostname lookups
|
# Fix hostname lookups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user