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
5459b37921
commit
84e6376c05
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/puppet-openstack-integration.git
|
project=openstack/puppet-openstack-integration.git
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
dest: openstack/puppet-openstack-integration
|
dest: openstack/puppet-openstack-integration
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||||
https://git.openstack.org $ZUUL_PROJECT openstack/puppet-openstack-integration
|
https://opendev.org $ZUUL_PROJECT openstack/puppet-openstack-integration
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \
|
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \
|
||||||
--cache-dir /opt/git \
|
--cache-dir /opt/git \
|
||||||
--zuul-branch $ZUUL_BRANCH_REAL \
|
--zuul-branch $ZUUL_BRANCH_REAL \
|
||||||
https://git.openstack.org openstack/puppet-openstack-integration
|
https://opendev.org openstack/puppet-openstack-integration
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||||
@ -33,7 +33,7 @@
|
|||||||
- include_role:
|
- include_role:
|
||||||
name: bindep
|
name: bindep
|
||||||
vars:
|
vars:
|
||||||
bindep_dir: "src/git.openstack.org/openstack/puppet-openstack-integration"
|
bindep_dir: "src/opendev.org/openstack/puppet-openstack-integration"
|
||||||
|
|
||||||
- name: Create folder for gems
|
- name: Create folder for gems
|
||||||
file:
|
file:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
dest: .
|
dest: .
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
|
||||||
https://git.openstack.org $ZUUL_PROJECT
|
https://opendev.org $ZUUL_PROJECT
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
- openstack/puppet-manila
|
- openstack/puppet-manila
|
||||||
- openstack/puppet-mistral
|
- openstack/puppet-mistral
|
||||||
- openstack/puppet-monasca
|
- openstack/puppet-monasca
|
||||||
- openstack/puppet-modulesync-configs
|
- x/puppet-modulesync-configs
|
||||||
- openstack/puppet-murano
|
- openstack/puppet-murano
|
||||||
- openstack/puppet-neutron
|
- openstack/puppet-neutron
|
||||||
- openstack/puppet-nova
|
- openstack/puppet-nova
|
||||||
@ -70,7 +70,7 @@
|
|||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
- ^setup.py$
|
- ^setup.py$
|
||||||
roles:
|
roles:
|
||||||
- zuul: openstack-infra/zuul-jobs
|
- zuul: zuul/zuul-jobs
|
||||||
# NOTE(tobasco): The ceph variable must be provided with a default here
|
# NOTE(tobasco): The ceph variable must be provided with a default here
|
||||||
# or zuul will complain when it tries to render the run-integration-tests template.
|
# or zuul will complain when it tries to render the run-integration-tests template.
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user