Merge "Fix URLs after OpenDev rename"
This commit is contained in:
commit
927072831b
@ -1,8 +1,8 @@
|
|||||||
dns_repos:
|
dns_repos:
|
||||||
- name: zone-opendev.org
|
- 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
|
- 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:
|
dns_zones:
|
||||||
- name: opendev.org
|
- name: opendev.org
|
||||||
source: zone-opendev.org/zones/opendev.org/
|
source: zone-opendev.org/zones/opendev.org/
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Clone project-config repo
|
- name: Clone project-config repo
|
||||||
git:
|
git:
|
||||||
repo: https://git.openstack.org/openstack-infra/project-config
|
repo: https://opendev.org/openstack/project-config
|
||||||
dest: /opt/project-config
|
dest: /opt/project-config
|
||||||
force: yes
|
force: yes
|
||||||
register: gitinfo
|
register: gitinfo
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Clone project-config repo
|
- name: Clone project-config repo
|
||||||
git:
|
git:
|
||||||
repo: https://git.openstack.org/openstack-infra/project-config
|
repo: https://opendev.org/openstack/project-config
|
||||||
dest: /opt/project-config
|
dest: /opt/project-config
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Make sure system-config repo is up to date
|
- name: Make sure system-config repo is up to date
|
||||||
git:
|
git:
|
||||||
repo: https://git.openstack.org/openstack-infra/system-config
|
repo: https://opendev.org/opendev/system-config
|
||||||
dest: /opt/system-config
|
dest: /opt/system-config
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
register: puppet4_bin_path
|
register: puppet4_bin_path
|
||||||
- name: "Get puppet installation script"
|
- name: "Get puppet installation script"
|
||||||
get_url:
|
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
|
dest: /tmp/install_puppet.sh
|
||||||
mode: 0755
|
mode: 0755
|
||||||
checksum: sha256:741b8cfdc039e817bd598511dd7203da16701f213775e639994e8bb278a68239
|
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
|
version: HEAD
|
||||||
name: puppet
|
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
|
version: HEAD
|
||||||
name: cloud-launcher
|
name: cloud-launcher
|
||||||
|
@ -17,7 +17,7 @@ This roles installs puppet on a host
|
|||||||
:default: yes
|
:default: yes
|
||||||
|
|
||||||
If we should clone and run `install_modules.sh
|
If we should clone and run `install_modules.sh
|
||||||
<https://git.openstack.org/cgit/openstack-infra/system-config/tree/install_modules.sh>`__
|
<https://opendev.org/opendev/system-config/src/branch/master/install_modules.sh>`__
|
||||||
from OpenStack Infra ``system-config`` repository to populate
|
from OpenDev ``system-config`` repository to populate
|
||||||
required puppet modules on the host.
|
required puppet modules on the host.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ set -x
|
|||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git
|
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
|
cd system-config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user