summaryrefslogtreecommitdiffstats
path: root/roles/openqa/server/files/createhdds
Commit message (Collapse)AuthorAgeFilesLines
* openqa: update roles for openqa_fedora_tools repo splitAdam Williamson2017-02-141-1/+1
| | | | | We split fedora_openqa and createhdds out into their own repos, this should adapt to the change (I hope).
* openqa: drop prod/stg variance for fixed asset locationAdam Williamson2016-10-241-0/+4
|
* openqa: adjust to new 'fixed' asset stuff on stagingAdam Williamson2016-10-191-4/+0
| | | | | | | | | The capability to handle a variance between prod and staging here is just temporary while I'm testing the new fixed asset handling stuff by deploying it on staging. Once it's tested and merged we'll just have prod and staging do the same thing. But for now we need to cleanly handle them having the static disk images in different places.
* openqa/server: set up a cron job to do createhdds dailyAdam Williamson2016-05-241-0/+4
instead of just relying on it getting run when we do an ansible run, since that's intermittent and it's annoying when you want to do an ansible run and it sits there for hours creating disk images. This way we'll know they'll get updated regularly and ansible runs should never get blocked on image creation, though we still do it in the ansible plays just in case (and for initial deployment). This should now be safe, with the recent changes to make it time out gracefully and run atomically. We also use withlock to make sure we don't stack jobs.