Files
tripleo-quickstart-extras/playbooks/snapshot-libvirt.yml
John Trowbridge 7736bb4b16 Add role to manage snapshots in a libvirt environment
Adds basic snapshotting of a libvirt environment, using
external snapshots with backing files. Limitations of
this approach can be seen in the README.

Change-Id: I7e17ae96202cf8975c0414b884c50e81a218bf7f
2018-04-30 12:53:15 +00:00

14 lines
227 B
YAML

---
- name: Snapshot virts
hosts: virthost
gather_facts: yes
vars:
- libvirt_uri: qemu:///system
- overcloud_nodes:
- name: subnode-0
- name: subnode-1
roles:
- snapshot-libvirt
become: true