tripleo-quickstart/roles/environment
Wes Hayutin ec6f060d9d remove dstat from the virthost
Monitoring the performance of the virthost is no
buying us anything. It's also not used afaict.

Change-Id: Iee4ad5582acb91f6133c6f32ddc9da99b9d78aa9
2018-03-30 12:50:31 -04:00
..
meta Add blank newline at the end of file 2017-03-27 10:40:32 +02:00
setup remove dstat from the virthost 2018-03-30 12:50:31 -04: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.