summaryrefslogtreecommitdiff
path: root/ansible/roles/trove-setup/tasks/lorry-controller-setup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Stop using regex_replace in 'creates' arguments.Pedro Alvarez2015-04-241-2/+4
| | | | | | | | | | Use the dict-form for the creates arguments, to avoid problems with strings interpolations. This solved problems on a Trove with TROVE_ID 'baserock-clone', because it wasn't recognising the already exsisting repositories. Change-Id: Ic613f732596aae9d81b0c17c8fd1e846d69f58db
* Remove lorry-controller settings that don't do anythingSam Thursfield2015-03-111-1/+0
| | | | | These settings had a meaning for the old implementation of lorry-controller, but are ignored by the current implementation.
* Enable Lorry Controller's new old job removal unitsbaserock/pedroalvarez/old-jobs-removalLars Wirzenius2014-10-221-0/+14
|
* Allow the configuration of troves without UPSTREAM_TROVEPedro Alvarez2014-09-171-0/+18
| | | | | | | Now UPSTREAM_TROVE is not mandatory to configure a Trove, and if the value is not set, then the configuration of the lorry controller (lorry-controller.conf) won't include any configuration for an upstream Trove.
* Enable the lorry-controller-remove-ghost-jobs service / timerbaserock/liw/de-ghostPedro Alvarez2014-09-081-0/+15
|
* Add Ansible scriptsPedro Alvarez2014-07-141-0/+92