system-config/playbooks/roles/cloud-launcher-cron
Ian Wienand 82c6dec4fa Disable cloud launcher cron job during CI
This takes a similar approach to the extant ansible_cron_install_cron
variable to disable the cron job for the cloud launcher when running
under CI.

If you happen to have your CI jobs when the cron job decides to fire,
you end up with a harmless but confusing failed run of the cloud
launcher (that has tried to contact real clouds) in the ARA results.

Use the "disbaled" flag to ensure the cron job doesn't run.  Using
"disabled" means we can still check that the job was installed via
testinfra however.

Convert ansible_cron_install_cron to a similar method using disable,
document the variable in the README and add a test for the run_all.sh
script in crontab too.

Change-Id: If4911a5fa4116130c39b5a9717d610867ada7eb1
2019-07-16 15:01:55 +10:00
..
defaults Disable cloud launcher cron job during CI 2019-07-16 15:01:55 +10:00
tasks Disable cloud launcher cron job during CI 2019-07-16 15:01:55 +10:00
README.rst Disable cloud launcher cron job during CI 2019-07-16 15:01:55 +10:00

README.rst

Setup periodic runs of run_cloud_launcher.sh, which runs the cloud setup playbook against our clouds.

Note that this runs in an independent cron beacuse we don't need to run it as frequently as our normal ansible runs and this ansible process needs access to the all-clouds.yaml file which we don't run the normal ansible runs with.

Role Variables