tripleo-quickstart/roles/fetch-images
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
..
defaults Add possibility to clean up image cache directory 2017-03-23 19:39:31 +02:00
meta Add blank newline at the end of file 2017-03-27 10:40:32 +02:00
tasks Use cachable facts to allow multiple runs 2017-12-05 15:22:11 +01:00