summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-09-30 15:42:23 +0100
committerLee Yarwood <lyarwood@redhat.com>2020-11-06 10:49:25 +0000
commitc0fe95fcc5aec99a83dd57093dc230ef67b36b39 (patch)
tree3d7fd9b48032c7a5b1ff1e0fc174cd304f035a44 /playbooks
parent7134cbdc7a1318a9dd1437afe5c89ebae597a42e (diff)
downloadnova-c0fe95fcc5aec99a83dd57093dc230ef67b36b39.tar.gz
zuul: Merge nova-evacuate into nova-multinode-live-migration
Both jobs deploy a multinode env before running their tests so just append the new nova-evacuate tests to the end of the job. Change-Id: If64cdf1002eec1504fa76eb4df39b6b2e4ff3728
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/nova-live-migration/post-run.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/nova-live-migration/post-run.yaml b/playbooks/nova-live-migration/post-run.yaml
new file mode 100644
index 0000000000..845a1b15b2
--- /dev/null
+++ b/playbooks/nova-live-migration/post-run.yaml
@@ -0,0 +1,10 @@
+---
+- hosts: tempest
+ become: true
+ roles:
+ - role: fetch-subunit-output
+ zuul_work_dir: '{{ devstack_base_dir }}/tempest'
+ - role: process-stackviz
+- hosts: controller
+ roles:
+ - run-evacuate-hook