From 67c4e0202d3f82bba3240af46523e1c8c85e424a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 18 Mar 2022 09:22:37 -0700 Subject: [PATCH] Finish removing git.openstack.org references The remaining references are actually about the service itself. Change-Id: Id40dd72370add572fec615e0b5cd8c8bd3a200f8 --- playbooks/roles/install-ansible/README.rst | 2 +- tools/atc/email_stats.py | 4 ++-- tools/maintain-infra-groups.py | 4 ++-- tools/prep-apply.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/roles/install-ansible/README.rst b/playbooks/roles/install-ansible/README.rst index 0caadb15c1..a8ff0686bf 100644 --- a/playbooks/roles/install-ansible/README.rst +++ b/playbooks/roles/install-ansible/README.rst @@ -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 diff --git a/tools/atc/email_stats.py b/tools/atc/email_stats.py index eb6da133b8..50a17ecd70 100755 --- a/tools/atc/email_stats.py +++ b/tools/atc/email_stats.py @@ -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') diff --git a/tools/maintain-infra-groups.py b/tools/maintain-infra-groups.py index f45397ff08..8e93a57b72 100644 --- a/tools/maintain-infra-groups.py +++ b/tools/maintain-infra-groups.py @@ -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) diff --git a/tools/prep-apply.sh b/tools/prep-apply.sh index 1f523ed585..9d41b89e35 100644 --- a/tools/prep-apply.sh +++ b/tools/prep-apply.sh @@ -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