Fix URLs after OpenDev rename

As part of OpenDev rename, a lot of links were changed.
A couple of URLs point to old locations, update them.

This list was done while grepping for "openstack-infra" and fixing
locations that are wrong.

Change-Id: I313d76284bb549f1b2c636ce17fa662c233c0af9
This commit is contained in:
Andreas Jaeger 2020-03-18 17:45:00 +01:00
parent c86525ccd3
commit 173118e471
8 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
dns_repos:
- name: zone-opendev.org
url: https://git.openstack.org/openstack-infra/zone-opendev.org
url: https://opendev.org/opendev/zone-opendev.org
- name: zone-zuul-ci.org
url: https://git.openstack.org/openstack-infra/zone-zuul-ci.org
url: https://opendev.org/opendev/zone-zuul-ci.org
dns_zones:
- name: opendev.org
source: zone-opendev.org/zones/opendev.org/

View File

@ -18,7 +18,7 @@
tasks:
- name: Clone project-config repo
git:
repo: https://git.openstack.org/openstack-infra/project-config
repo: https://opendev.org/openstack/project-config
dest: /opt/project-config
force: yes
register: gitinfo

View File

@ -5,7 +5,7 @@
tasks:
- name: Clone project-config repo
git:
repo: https://git.openstack.org/openstack-infra/project-config
repo: https://opendev.org/openstack/project-config
dest: /opt/project-config
force: yes

View File

@ -5,7 +5,7 @@
tasks:
- name: Make sure system-config repo is up to date
git:
repo: https://git.openstack.org/openstack-infra/system-config
repo: https://opendev.org/opendev/system-config
dest: /opt/system-config
force: yes

View File

@ -8,7 +8,7 @@
register: puppet4_bin_path
- name: "Get puppet installation script"
get_url:
url: http://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh
url: https://opendev.org/opendev/system-config/raw/branch/master/install_puppet.sh
dest: /tmp/install_puppet.sh
mode: 0755
checksum: sha256:741b8cfdc039e817bd598511dd7203da16701f213775e639994e8bb278a68239

View File

@ -1,7 +1,7 @@
---
- src: git+https://git.openstack.org/openstack-infra/ansible-role-puppet.git
- src: git+https://opendev.org/opendev/ansible-role-puppet.git
version: HEAD
name: puppet
- src: git+https://git.openstack.org/openstack/ansible-role-cloud-launcher.git
- src: git+https://opendev.org/opendev/ansible-role-cloud-launcher.git
version: HEAD
name: cloud-launcher

View File

@ -17,7 +17,7 @@ This roles installs puppet on a host
:default: yes
If we should clone and run `install_modules.sh
<https://git.openstack.org/cgit/openstack-infra/system-config/tree/install_modules.sh>`__
from OpenStack Infra ``system-config`` repository to populate
<https://opendev.org/opendev/system-config/src/branch/master/install_modules.sh>`__
from OpenDev ``system-config`` repository to populate
required puppet modules on the host.

View File

@ -5,7 +5,7 @@ set -x
apt-get update
apt-get install git
git clone https://git.openstack.org/openstack-infra/system-config
git clone https://opendev.org/opendev/system-config
cd system-config