Merge "Finish removing git.openstack.org references"

This commit is contained in:
Zuul 2022-04-05 19:50:54 +00:00 committed by Gerrit Code Review
commit 7ad45fb658
4 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Install and configure Ansible on a host via pip
The name of the openstacksdk package to install. To install from
alternative sources, this can be a URL for a remote package;
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
:default: latest

View File

@ -35,9 +35,9 @@ import yaml
MAILTO_RE = re.compile('mailto:(.*)')
USERNAME_RE = re.compile('username:(.*)')
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')
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')

View File

@ -22,8 +22,8 @@ import requests.packages.urllib3
requests.packages.urllib3.disable_warnings()
TIMEOUT = 30
PROJECTS_YAML = ('http://git.openstack.org/cgit/openstack/'
'governance/plain/reference/projects.yaml')
PROJECTS_YAML = ('http://opendev.org/openstack/governance/'
'raw/branch/master/reference/projects.yaml')
logging.basicConfig(level=logging.WARNING)

View File

@ -89,7 +89,7 @@ for MOD in ${!INTEGRATION_MODULES[*]}; do
done
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
https://opendev.org \
$project_names
# Fix hostname lookups