Skip to content

Commit fc38906

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 b7a018f commit fc38906

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.gitreview

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[gerrit]
2-
host=review.openstack.org
2+
host=review.opendev.org
33
port=29418
44
project=openstack/nova.git

.zuul.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Contains common configuration.
99
timeout: 10800
1010
required-projects:
11-
- openstack-infra/devstack-gate
11+
- openstack/devstack-gate
1212
- openstack/nova
1313
- openstack/tempest
1414
irrelevant-files: &dsvm-irrelevant-files
@@ -35,7 +35,7 @@
3535
each other.
3636
timeout: 10800
3737
required-projects:
38-
- openstack-infra/devstack-gate
38+
- openstack/devstack-gate
3939
- openstack/nova
4040
- openstack/tempest
4141
irrelevant-files: *dsvm-irrelevant-files
@@ -206,8 +206,8 @@
206206
run: playbooks/legacy/nova-grenade-live-migration/run.yaml
207207
post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml
208208
required-projects:
209-
- openstack-dev/grenade
210-
- openstack-infra/devstack-gate
209+
- openstack/grenade
210+
- openstack/devstack-gate
211211
- openstack/nova
212212
irrelevant-files: *live-migration-irrelevant-files
213213

playbooks/legacy/nova-grenade-live-migration/run.yaml

+4-4
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 }}'
@@ -27,7 +27,7 @@
2727
cmd: |
2828
set -e
2929
set -x
30-
export PROJECTS="openstack-dev/grenade $PROJECTS"
30+
export PROJECTS="openstack/grenade $PROJECTS"
3131
export PYTHONUNBUFFERED=true
3232
export DEVSTACK_GATE_CONFIGDRIVE=0
3333
export DEVSTACK_GATE_NEUTRON=1

playbooks/legacy/nova-live-migration/run.yaml

+3-3
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 }}'

playbooks/legacy/nova-lvm/run.yaml

+3-3
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 }}'

playbooks/legacy/nova-next/run.yaml

+3-3
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)