summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lighttpd: Create handler for restarting servicesbaserock/pedroalvarez/trove-sslPedro Alvarez2015-11-102-19/+19
| | | | Change-Id: I300f9f30e296ff4b70e17e1d040372deee0fd691
* lighttpd: Allow anonymous read access over httpsPedro Alvarez2015-11-101-2/+0
| | | | Change-Id: I8dd39306946954c0a717ba53d0be9b764c8a181f
* lighttpd: Format Ansible codePedro Alvarez2015-11-101-9/+28
| | | | Change-Id: Ie8803d89aa700b96ba3b626a12473d1cd5033853
* lighttpd: Add support for installing SSL certsPedro Alvarez2015-11-102-3/+26
| | | | Change-Id: I4086b0302db67383d1bee62a45bd4538aa7dc745
* lighttpd: Remove unused variablesPedro Alvarez2015-11-101-2/+1
| | | | Change-Id: I62f73cceb23e07aa898523bddfa608bbbbce2216
* Make anon read access override project rulesRichard Ipsum2015-06-241-5/+6
| | | | Change-Id: Ica0b1412ef402eaf2474288d54f1471f655d31c5
* Stop using regex_replace in 'creates' arguments.Pedro Alvarez2015-04-242-4/+8
| | | | | | | | | | 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
* Merge branch 'sam/useless-settings'Sam Thursfield2015-03-122-13/+0
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Remove lorry-controller settings that don't do anythingSam Thursfield2015-03-112-13/+0
| | | | | | | | | | These settings had a meaning for the old implementation of lorry-controller, but are ignored by the current implementation.
* | Merge branch 'baserock/pedroalvarez/systemd-v217'Pedro Alvarez2015-02-121-1/+9
|\ \ | |/ |/| | | | | Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Changes needed to work with versions of systemd >= v215Pedro Alvarez2015-02-121-1/+9
|/ | | | | | The stderr string of the `systemctl enable` command has changed in the commit 749ebb2da4933de68bfaa4d6f6ffd9e4692ee547 of systemd. We use this string to trigger another Ansible task.
* Merge branch 'sam/remove-mason-hook'Sam Thursfield2015-02-046-133/+1
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Mike Smith <mike.smith@codethink.co.uk>
| * Remove all mention of Mason from trove-setupSam Thursfield2015-01-306-133/+1
|/ | | | | | | | | | | | | The Mason referred to here is the 1st version of the Mason continuous delivery tool. There have been no instances of this for two years. We have made two subsequent Mason implementations since then which don't require coupling in Trove in order to work. As well as removing unneeded configuration, this will fix the misleading warning that users see on Git pushes: remote: [git.baserock.org] Notifying Mason of changes... remote: [git.baserock.org] Notification failed somehow
* Merge branch 'sam/fix-upgrade-from-old-lc'Sam Thursfield2015-01-142-0/+24
|\ | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Re-add remove-lorry-controller-from-lorry-crontab scriptSam Thursfield2015-01-142-0/+24
|/ | | | | This is still referenced in the trove-setup Ansible scripts, so it shouldn't have been removed.
* Merge branch 'baserock/pedroalvarez/old-jobs-removal'Pedro Alvarez2014-10-231-0/+14
|\ | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Pedro Alvarez
| * Enable Lorry Controller's new old job removal unitsbaserock/pedroalvarez/old-jobs-removalLars Wirzenius2014-10-221-0/+14
|/
* Make http the default upstream protocolbaserock/richardipsum/default-upstream-proto-httpRichard Ipsum2014-09-181-1/+1
|
* Merge branch 'baserock/pedroalvarez/allow-empty-upstream-trove3'Pedro Alvarez2014-09-174-25/+24
|\ | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Lars Wirzenius
| * Allow the configuration of troves without UPSTREAM_TROVEPedro Alvarez2014-09-174-25/+24
|/ | | | | | | 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.
* Merge branch 'baserock/liw/de-ghost'Lars Wirzenius2014-09-081-0/+15
|\
| * Enable the lorry-controller-remove-ghost-jobs service / timerbaserock/liw/de-ghostPedro Alvarez2014-09-081-0/+15
|/
* Merge remote-tracking branch 'origin/baserock/michaeldrake/mason-devel'Richard Maw2014-08-052-1/+4
|\ | | | | | | Reviewed-by: Lars Wirzenius
| * Allow Trove mirroring protocol to be set at deployment timebaserock/michaeldrake/mason-develMichael Drake2014-08-052-1/+4
|/ | | | | | This allows downstream troves that only need to access publically available content to be able to operate without configuring ssh keys on the upstream trove.
* Merge branch 'baserock/pedroalvarez/trove-ansible3'Pedro Alvarez2014-07-1463-343/+716
|\ | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Lars Wirzenius
| * Update skel path of gitanoPedro Alvarez2014-07-141-0/+1
| |
| * Install Ansible scripts and create a unit to run themPedro Alvarez2014-07-142-0/+18
| |
| * Add Ansible scriptsPedro Alvarez2014-07-1421-0/+640
| |
| * Add new resources needed to configure the lorry-controllerPedro Alvarez2014-07-092-0/+18
| | | | | | | | They where generated in trove.configure before.
| * Add 'Install' section to the unitsPedro Alvarez2014-07-093-0/+9
| |
| * Do not enable the units when installing.Pedro Alvarez2014-07-071-3/+1
| | | | | | | | | | | | They aren't eligible to be started until they are configured, and Ansible handles both the initial start, and configuring them to start automatically on next boot.
| * Change placeholders to jinja placeholdersPedro Alvarez2014-06-2714-28/+28
| |
| * Move template files from /etc to shares/trove-setup/etcPedro Alvarez2014-06-173-0/+0
| |
| * Move gitano skeleton to /usr/share/trove-setup/Pedro Alvarez2014-06-1724-2/+0
| |
| * Remove old scripts and unitsPedro Alvarez2014-06-176-309/+0
|/
* Merge branch 'baserock/liw/new-lc-2'Lars Wirzenius2014-04-236-46/+83
|\ | | | | | | | | | | | | | | Reviewed by Daniel and Richard on the mailing list, and further changes based on review feedback by Richard on IRC. Reviewed-by: Richard Maw Reviewed-by: Daniel Silverstone
| * Make lorry log to stdoutbaserock/liw/new-lc-2Lars Wirzenius2014-04-231-0/+2
| | | | | | | | | | This will make the output be even more verbose for Trove's Lorry Controller.
| * Add unit for modifying lorry crontabLars Wirzenius2014-04-231-0/+13
| |
| * Add script to remove lorry-controller from lorry's crontabLars Wirzenius2014-04-232-0/+24
| |
| * Expands TABs in share/lorry-controller.confLars Wirzenius2014-04-101-42/+42
| |
| * Add a symlink to the LC static files into htdocsLars Wirzenius2014-04-101-0/+1
| |
| * Set trovehost in lorry-controller.conf to $UPSTREAM_TROVELars Wirzenius2014-04-101-2/+2
| |
| * Remove creation of /home/lorry/lorry-controller-areaLars Wirzenius2014-04-101-3/+0
| | | | | | | | The new Lorry Controller does that itself.
| * Make lorry run verboselyLars Wirzenius2014-04-101-0/+1
| | | | | | | | This works better with the output logging in the new Lorry Controller.
| * Remove now-useless crontab for lorry userLars Wirzenius2014-04-101-1/+0
|/
* Merge branch 'baserock/richardipsum/increase_max_processes'Richard Ipsum2014-03-281-2/+2
|\ | | | | | | | | | | Reviewed on IRC by: Daniel Silverstone Lars Wirzenius
| * Set max procs to 32 for both readers and writersbaserock/richardipsum/increase_max_processesRichard Ipsum2014-03-241-2/+2
| |
* | Merge branch 'baserock/adamcoldrick/binary-delivery-v4-rebase'Adam Coldrick2014-03-274-0/+161
|\ \ | |/ |/| | | | | | | Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk> Richard Maw <richard.maw@codethink.co.uk>
| * Add a README for the releases repobaserock/adamcoldrick/binary-delivery-v4-rebaseAdam Coldrick2014-03-271-0/+11
| |
| * Add a systemd unit to run the repo creation scriptAdam Coldrick2014-03-271-0/+14
| | | | | | | | | | Add a systemd unit to check for the existence of the releases repository, and to run the script to create it if it doesn't exist.