tripleo-quickstart/roles/parts
Attila Darazs 7d32b55df7 Use cachable facts to allow multiple runs
* add "cachable: true" to every set_fact invocation to include them in
  the cached facts; most of these are not necessary as they are not used
  outside the roles, but it would be difficult to guess which ones are
  really necessary, so using the shotgun approach to avoid days or weeks
  of debugging
* disable the expiration of facts so that we can rely on them being
  there even if days pass between the reruns
* move the fact cache into the virtual environment directory (this is
  usually the local_working_dir if quickstart.sh is used to set things
  up); there can be some issues when no clean virtenv is created for new
  deployments and resulting in using stale facts

Change-Id: I987d51cc252b7ebc3972d60497234fa676864882
2017-12-05 15:22:11 +01:00
..
kvm Use cachable facts to allow multiple runs 2017-12-05 15:22:11 +01:00
libvirt Ignore libvirt start if running chrooted 2017-03-29 17:52:49 +02:00
ovs Add support for virtual port types 2017-04-12 01:24:09 +10: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

These roles install and/or configure individual components, and should not depend on any configuration or roles from outside of the parts/ directory.