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
0b6d56c9d9
commit
028539a0f2
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack-infra/infra-ansible.git
|
project=x/infra-ansible.git
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
- name: Download install_modules.sh script
|
- name: Download install_modules.sh script
|
||||||
get_url: >
|
get_url: >
|
||||||
url=https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_modules.sh
|
url=https://opendev.org/cgit/opendev/system-config/plain/install_modules.sh
|
||||||
dest=/tmp/install_modules.sh
|
dest=/tmp/install_modules.sh
|
||||||
|
|
||||||
- name: Download modules.env file required by install_modules.sh
|
- name: Download modules.env file required by install_modules.sh
|
||||||
get_url: >
|
get_url: >
|
||||||
url=https://git.openstack.org/cgit/openstack-infra/system-config/plain/modules.env
|
url=https://opendev.org/cgit/opendev/system-config/plain/modules.env
|
||||||
dest=/tmp/modules.env
|
dest=/tmp/modules.env
|
||||||
|
|
||||||
- name: Run install_modules.sh to install all openstack-infra Puppet modules
|
- name: Run install_modules.sh to install all openstack-infra Puppet modules
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
class infra-ansible::profiles::jenkins {
|
class infra-ansible::profiles::jenkins {
|
||||||
class { '::project_config':
|
class { '::project_config':
|
||||||
url => 'https://git.openstack.org/openstack-infra/project-config'
|
url => 'https://opendev.org/openstack/project-config'
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'jenkins::job_builder':
|
class { 'jenkins::job_builder':
|
||||||
|
Loading…
Reference in New Issue
Block a user