OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
This commit is contained in:
parent
6747cf236b
commit
1ee61397a3
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack-infra/system-config.git
|
project=opendev/system-config.git
|
||||||
|
@ -414,13 +414,13 @@
|
|||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
override-checkout: devel
|
override-checkout: devel
|
||||||
- name: openstack/openstacksdk
|
- name: openstack/openstacksdk
|
||||||
- name: openstack/ara
|
- name: recordsansible/ara
|
||||||
vars:
|
vars:
|
||||||
bridge_ansible_name: '{{ ansible_user_dir}}/src/github.com/ansible/ansible'
|
bridge_ansible_name: '{{ ansible_user_dir}}/src/github.com/ansible/ansible'
|
||||||
bridge_ansible_version: null
|
bridge_ansible_version: null
|
||||||
bridge_openstacksdk_name: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstacksdk'
|
bridge_openstacksdk_name: '{{ ansible_user_dir }}/src/opendev.org/openstack/openstacksdk'
|
||||||
bridge_openstacksdk_version: null
|
bridge_openstacksdk_version: null
|
||||||
bridge_ara_name: '{{ ansible_user_dir}}/src/git.openstack.org/openstack/ara'
|
bridge_ara_name: '{{ ansible_user_dir}}/src/opendev.org/recordsansible/ara'
|
||||||
bridge_ara_version: null
|
bridge_ara_version: null
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
- ansible_user
|
- ansible_user
|
||||||
- name: Set up /opt/system-config repo
|
- name: Set up /opt/system-config repo
|
||||||
git:
|
git:
|
||||||
repo: /home/zuul/src/git.openstack.org/openstack-infra/system-config
|
repo: /home/zuul/src/opendev.org/opendev/system-config
|
||||||
dest: /opt/system-config
|
dest: /opt/system-config
|
||||||
force: yes
|
force: yes
|
||||||
- name: Add groups config for test nodes
|
- name: Add groups config for test nodes
|
||||||
@ -33,7 +33,7 @@
|
|||||||
path: /etc/ansible/ansible.cfg
|
path: /etc/ansible/ansible.cfg
|
||||||
section: defaults
|
section: defaults
|
||||||
option: inventory_plugins
|
option: inventory_plugins
|
||||||
value: /home/zuul/src/git.openstack.org/openstack-infra/system-config/playbooks/roles/install-ansible/files/inventory_plugins
|
value: /home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/install-ansible/files/inventory_plugins
|
||||||
- name: Update ansible.cfg to configure inventory plugins
|
- name: Update ansible.cfg to configure inventory plugins
|
||||||
ini_file:
|
ini_file:
|
||||||
path: /etc/ansible/ansible.cfg
|
path: /etc/ansible/ansible.cfg
|
||||||
@ -72,10 +72,10 @@
|
|||||||
- name: Display group membership
|
- name: Display group membership
|
||||||
command: ansible localhost -m debug -a 'var=groups'
|
command: ansible localhost -m debug -a 'var=groups'
|
||||||
- name: Run base.yaml
|
- name: Run base.yaml
|
||||||
command: ansible-playbook -v /home/zuul/src/git.openstack.org/openstack-infra/system-config/playbooks/base.yaml
|
command: ansible-playbook -v /home/zuul/src/opendev.org/opendev/system-config/playbooks/base.yaml
|
||||||
- name: Run test playbook
|
- name: Run test playbook
|
||||||
when: run_base_test_playbook is defined
|
when: run_base_test_playbook is defined
|
||||||
shell: "ANSIBLE_ROLES_PATH=/home/zuul/src/git.openstack.org/openstack-infra/system-config/playbooks/roles ansible-playbook -v /home/zuul/src/git.openstack.org/openstack-infra/system-config/{{ run_base_test_playbook }}"
|
shell: "ANSIBLE_ROLES_PATH=/home/zuul/src/opendev.org/opendev/system-config/playbooks/roles ansible-playbook -v /home/zuul/src/opendev.org/opendev/system-config/{{ run_base_test_playbook }}"
|
||||||
- name: Run testinfra to validate configuration
|
- name: Run testinfra to validate configuration
|
||||||
include_role:
|
include_role:
|
||||||
name: tox
|
name: tox
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Note there is no official AFS builds for CentOS. This uses a
|
# Note there is no official AFS builds for CentOS. This uses a
|
||||||
# repository built by the project-config-build-openafs-centos job, see
|
# repository built by the project-config-build-openafs-centos job, see
|
||||||
# https://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/jobs.yaml
|
# https://opendev.org/cgit/openstack/openstack-zuul-jobs/tree/zuul.d/jobs.yaml
|
||||||
|
|
||||||
- name: Add AFS repo
|
- name: Add AFS repo
|
||||||
yum_repository:
|
yum_repository:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user