summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-08-05 11:40:11 +0100
committerLee Yarwood <lyarwood@redhat.com>2020-09-23 16:47:47 +0100
commitf357d8040741b0346c3105fb3d3d1b260f5cb13d (patch)
treec19e792496ed22f05d2b8eb5966b1e264deec764 /playbooks
parent167472c9ace9f9365dc0a9f9395ba378df26d88e (diff)
downloadnova-f357d8040741b0346c3105fb3d3d1b260f5cb13d.tar.gz
zuul: Introduce nova-evacuate
This change reworks the evacuation parts of the original nova-live-migration job into a zuulv3 native ansible role and initial job covering local ephemeral and iSCSI/LVM volume attached instance evacuation. Future jobs will cover ceph and other storage backends. Change-Id: I380e9ca1e6a84da2b2ae577fb48781bf5c740e23
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/nova-evacuate/run.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/nova-evacuate/run.yaml b/playbooks/nova-evacuate/run.yaml
new file mode 100644
index 0000000000..35e330a6de
--- /dev/null
+++ b/playbooks/nova-evacuate/run.yaml
@@ -0,0 +1,8 @@
+---
+- hosts: all
+ roles:
+ - orchestrate-devstack
+
+- hosts: controller
+ roles:
+ - run-evacuate-hook