Skip to content

Commit 4936392

Browse files
author
OpenDev Sysadmins
committed
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.
1 parent e30c52b commit 4936392

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.gitreview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[gerrit]
2-
host=review.openstack.org
2+
host=review.opendev.org
33
port=29418
44
project=openstack/python-novaclient.git
55
defaultbranch=stable/pike

.zuul.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
timeout: 7200
77
voting: false
88
required-projects:
9-
- openstack-infra/devstack-gate
9+
- openstack/devstack-gate
1010
- openstack/nova
1111
- openstack/python-novaclient
1212

@@ -17,7 +17,7 @@
1717
post-run: playbooks/legacy/novaclient-dsvm-functional-neutron/post.yaml
1818
timeout: 7200
1919
required-projects:
20-
- openstack-infra/devstack-gate
20+
- openstack/devstack-gate
2121
- openstack/neutron
2222
- openstack/nova
2323
- openstack/python-novaclient

playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
set -x
1515
cat > clonemap.yaml << EOF
1616
clonemap:
17-
- name: openstack-infra/devstack-gate
17+
- name: openstack/devstack-gate
1818
dest: devstack-gate
1919
EOF
2020
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
21-
https://git.openstack.org \
22-
openstack-infra/devstack-gate
21+
https://opendev.org \
22+
openstack/devstack-gate
2323
executable: /bin/bash
2424
chdir: '{{ ansible_user_dir }}/workspace'
2525
environment: '{{ zuul | zuul_legacy_vars }}'

playbooks/legacy/novaclient-dsvm-functional-neutron/run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
set -x
1414
cat > clonemap.yaml << EOF
1515
clonemap:
16-
- name: openstack-infra/devstack-gate
16+
- name: openstack/devstack-gate
1717
dest: devstack-gate
1818
EOF
1919
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
20-
https://git.openstack.org \
21-
openstack-infra/devstack-gate
20+
https://opendev.org \
21+
openstack/devstack-gate
2222
executable: /bin/bash
2323
chdir: '{{ ansible_user_dir }}/workspace'
2424
environment: '{{ zuul | zuul_legacy_vars }}'

0 commit comments

Comments
 (0)