Merge "Fix URLs after OpenDev rename"
This commit is contained in:
commit
927072831b
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user