tripleo-quickstart/roles/environment
Sorin Sbarnea 3d02514778 Lint fixes for playbooks and roles
This normalizes the formatting of files from playbooks and roles
folders in order to allow further hardening of linting.

Fixing linting was too big to be made in a single commit as it would
involve too many files to review and could merge conflicts with
existing changes. Thus doing it in few chunks would makes it possible.

Original full change is at https://review.openstack.org/#/c/627545/ and
will be the one merging the last.

Change-Id: I73abb9ea78b8bea8d73eb95c52daacdb45f407b8
2019-01-08 15:27:54 +00:00
..
meta Lint fixes for playbooks and roles 2019-01-08 15:27:54 +00:00
setup Lint fixes for playbooks and roles 2019-01-08 15:27:54 +00:00
tasks Lint fixes for playbooks and roles 2019-01-08 15:27:54 +00:00
teardown Lint fixes for playbooks and roles 2019-01-08 15:27:54 +00:00
vars Lint fixes for playbooks and roles 2019-01-08 15:27:54 +00: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.