summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-04-25 17:29:59 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-04-26 15:17:21 -0400
commit899e881b1883e3e45dc59993661c9a8fe61d7660 (patch)
tree55fe47b79b0444c2503b884ffbb5ced2c3f25d45
parent32c10fadb96b92b6402752dbf1d6405008fc7f34 (diff)
downloadnova-899e881b1883e3e45dc59993661c9a8fe61d7660.tar.gz
Fix nova-grenade-live-migration run book for opendev migration
Commit 76418a32cbbcc3ecc3a89bc3ebb0ecc767046da0 was not taking the opendev rename migration into account so the nova-grenade-live-migration job fails. This fixes it using the same changes to the run book from the stable/rocky commit: cf435a9450bfe8a72d7cac7d1307237574862d08. Change-Id: I668575053810d6a43a077d10d84f6a723419f438
-rw-r--r--.zuul.yaml2
-rw-r--r--playbooks/legacy/nova-grenade-live-migration/run.yaml8
2 files changed, 6 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 11fee9d9ed..eb733ecd09 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -163,6 +163,8 @@
services which is important for things like rolling upgrade support.
The former name for this job was
"legacy-grenade-dsvm-neutron-multinode-live-migration".
+ required-projects:
+ - openstack/grenade
run: playbooks/legacy/nova-grenade-live-migration/run.yaml
post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml
irrelevant-files:
diff --git a/playbooks/legacy/nova-grenade-live-migration/run.yaml b/playbooks/legacy/nova-grenade-live-migration/run.yaml
index ac5833452a..7c476f117d 100644
--- a/playbooks/legacy/nova-grenade-live-migration/run.yaml
+++ b/playbooks/legacy/nova-grenade-live-migration/run.yaml
@@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- - name: openstack-infra/devstack-gate
+ - name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
- git://git.openstack.org \
- openstack-infra/devstack-gate
+ https://opendev.org \
+ openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@@ -27,7 +27,7 @@
cmd: |
set -e
set -x
- export PROJECTS="openstack-dev/grenade $PROJECTS"
+ export PROJECTS="openstack/grenade $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_NEUTRON=1