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
9 lines
107 B
YAML
9 lines
107 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- orchestrate-devstack
|
|
|
|
- hosts: controller
|
|
roles:
|
|
- run-evacuate-hook
|