summaryrefslogtreecommitdiff
path: root/mason.configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix another issue with deployment of configured Masons.Sam Thursfield2014-09-301-1/+1
| | | | | Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
* Fix deploying a non-generic MasonSam Thursfield2014-09-301-3/+2
| | | | | | | | Fixed DISTBUILD_GENERIC check in distbuild.configure, and TROVE_ADMIN_NAME check in mason.configure Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
* Update mason.configure to use AnsiblePedro Alvarez2014-09-171-25/+32
|
* Move Mason out from /rootPedro Alvarez2014-09-171-3/+6
| | | | | | - Move the configuration file to /etc/mason.conf - Move the scripts to /usr/lib/mason/ - Mason will store the report in /var/mason/report.html
* Allow the deployment of generic Mason instancesPedro Alvarez2014-09-171-20/+36
|
* Deploy Masons to use source on upstream trovesRichard Maw2014-08-281-5/+5
| | | | | | | | | | | | | | | | | The per-mason trove only needs to worry about being an artifact cache, so we can prevent it populating itself from the upstream trove by making it use the SSH protocol for fetching sources, and not registering its ssh key with the upstream trove. The MASON_UPSTREAM_TROVE_ADDRESS option has been removed, as this is now the TROVE_HOST. The distbuild network is now configured to use the upstream trove for sources, and the local trove for artifacts, with the ARTIFACT_CACHE_SERVER option. mason.configure now uses ARTIFACT_CACHE_SERVER to tell deploy commands which server to fetch artifacts from.
* Ensure .log files are served with mime-type of text/plain.Michael Drake2014-08-071-0/+9
| | | | Stops the server offering logs for download, instead of displaying them.
* Fix web server root directory creation.Michael Drake2014-08-071-1/+1
|
* Add Mason scripts on top of distbuild systemMichael Drake2014-08-061-0/+92
The distbuild system can be configured to act as a CI controller. Providing appropriate config makes it copy all the scripts and systemd units out of the mason directory onto the target, such that it will start building and testing the configured cluster morphology on boot.