Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate deploy trigger from builder trigger | Will Holland | 2015-09-11 | 3 | -12/+62 |
| | |||||
* | add logging on exit | Will Holland | 2015-09-10 | 1 | -4/+8 |
| | |||||
* | Allow sudo privelage for instance number re-writes | Patrick Darley | 2015-09-10 | 2 | -3/+7 |
| | |||||
* | Fix typo and add some more logging | Will Holland | 2015-09-10 | 1 | -2/+4 |
| | |||||
* | fix more badly copypasted code | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Fix copypasted code | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Case where definitions already exists | Will Holland | 2015-09-10 | 1 | -1/+3 |
| | |||||
* | fix using the wrong cmd | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | fix typo | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | set -e all the things | Will Holland | 2015-09-10 | 3 | -0/+5 |
| | |||||
* | still trying to get definitions to clone | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Trying to fix definitions not being cloned | Will Holland | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | Change definitions repo to the one in the slave | Will Holland | 2015-09-10 | 3 | -3/+3 |
| | |||||
* | Fix log not working | Will Holland | 2015-09-10 | 1 | -0/+4 |
| | |||||
* | Add script to get definitions into slave | Will Holland | 2015-09-10 | 1 | -0/+4 |
| | |||||
* | Fix typo | Will Holland | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Add more logging | Will Holland | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | Make sure deploys are done wih btrfs module loaded | Patrick Darley | 2015-09-10 | 1 | -0/+4 |
| | |||||
* | Change ybd instance count for building and deploying | Patrick Darley | 2015-09-10 | 2 | -5/+9 |
| | | | | | | | ybd will fail if deployments are made with more than one instance seemingly. Builds are prophesised to run optimally with 5 instances. Also, some unnecessary things removed from build_a_system.sh | ||||
* | Include new config files | Richard Maw | 2015-09-10 | 1 | -1/+4 |
| | |||||
* | Add logging to builder logic | Will Holland | 2015-09-10 | 1 | -0/+9 |
| | |||||
* | Fix assuming it is on the correct branch | Will Holland | 2015-09-10 | 1 | -1/+6 |
| | |||||
* | Add script to manage build and deploy on trigger | Will Holland | 2015-09-10 | 2 | -0/+60 |
| | |||||
* | A crude script to deploy a cluster using ybd on CIAT | Patrick Darley | 2015-09-10 | 1 | -0/+16 |
| | | | | | | Untested, but should probably work. Waiting for build to complete prior to test. No error handeling or anything yet, so need to get the input right. | ||||
* | Crude build script | Patrick Darley | 2015-09-10 | 1 | -0/+21 |
| | | | | | Should work provided the inputs are right. Currently no error handeling or anything fancy at all. It is crude and crappy. | ||||
* | Remove definitions capture as now done by bottlerock | Will Holland | 2015-09-10 | 1 | -9/+0 |
| | |||||
* | Add logic to call builder when definitions updated | Will Holland | 2015-09-09 | 1 | -0/+9 |
| | |||||
* | Remove debug script | Will Holland | 2015-09-09 | 1 | -1/+0 |
| | |||||
* | Fix firehose trigger calling from wrong dir | Will Holland | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Remove accidentally left in debug line | Will Holland | 2015-09-09 | 1 | -1/+0 |
| | |||||
* | Add debug code | Will Holland | 2015-09-09 | 1 | -0/+1 |
| | |||||
* | Update mappings | Will Holland | 2015-09-09 | 1 | -2/+3 |
| | |||||
* | Have firehose trigger call firehose_call.py | Will Holland | 2015-09-09 | 1 | -0/+1 |
| | |||||
* | Add python script to call firehose | Will Holland | 2015-09-09 | 2 | -0/+1293 |
| | | | | | This calls firehose with a set of config files taken from firehose_mappings.py determined by a repo given to firehose_call.py as an argument | ||||
* | Add triggers | Will Holland | 2015-09-09 | 4 | -0/+6 |
| | |||||
* | Initial Commit | Will Holland | 2015-09-09 | 1 | -0/+1 |
Add README explaining the reason for this repo |