tripleo-quickstart/roles/environment
Martin Mágr 70f3ba101b Fix conditional in environment/setup role
Current conditional does not work with Ansible 2.3

Closes-bug: #1701006
Change-Id: Ic86fb5f86fb5db8a721859e5ec85e8b569f17550
2017-06-28 18:44:22 +02:00
..
meta Add blank newline at the end of file 2017-03-27 10:40:32 +02:00
setup Fix conditional in environment/setup role 2017-06-28 18:44:22 +02:00
tasks Add blank newline at the end of file 2017-03-27 10:40:32 +02:00
teardown Add support for virtual port types 2017-04-12 01:24:09 +10:00
vars Add blank newline at the end of file 2017-03-27 10:40:32 +02:00
README.md move most things out from the playbooks dir, and use config for release info 2016-05-25 16:43:36 -04:00

README.md

Configure libvirt environment

The environment/setup role will:

  • Install libvirt and any dependencies
  • Configure and load the kvm module (and arch-specific kvm_intel or kvm_amd module)
  • Configure the libvirt networks defined in the networks variable
  • Whitelist the libvirt network bridges in /etc/qemu/bridge.conf (or equivalent file)

The environment/teardown role will:

  • Remove whitelist entries from /etc/qemu/bridge.conf
  • Destroy and undefine the libvirt networks

The cleanup role will not remote packages or attempt to undo the KVM configuration, because these things may have been configured prior to running the script and we do not want to break an existing environment.