summaryrefslogtreecommitdiff
path: root/clusters/jetson-upgrade.morph
Commit message (Collapse)AuthorAgeFilesLines
* Small fixes to examples of clusters for upgradesPedro Alvarez2015-08-191-4/+2
| | | | Change-Id: I7d3108e56db2f97327b6c0c5e108953094aaeea6
* Reformat all definitions according to a consistent styleSam Thursfield2015-07-191-8/+9
| | | | | | | | | | | | | | | | | This was done using the 'indent' tool, which uses a fork of PyYAML named 'ruamel.yaml' to rewrite YAML files without losing comments, ordering, or certain elements of formatting. My aim with doing this is to open the door to automated editing of the reference system definitions using the 'ruamel.yaml' library. This can be used to implement automated migration when we want to make changes to the YAML format that we use to represent Baserock system definitions. Although this looks drastic, remember that it's actually only altered 65 out of 608 .morph files -- the vast majority already pass unchanged through my version of ruamel.yaml. Change-Id: I95ec978714b5bd1c02c90183336a9fbb846cb692
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-1/+1
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Update the jetson cluster to use BOOT_DEVICEJames Thomas2015-04-241-1/+2
| | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
* Simplify kernel argsJames Thomas2014-11-131-3/+3
|
* Sometimes localhost doesn't resolve, so force 127.0.0.1Paul Sherwood2014-11-121-1/+1
| | | | | | | | | | | Sometimes localhost does not resolve, which makes rsync to root@localhost fail during upgrades with: ERROR: ssh-rsync.check failed with code 1: ERROR: Unable to SSH to root@localhost: Command failed: ssh root@localhost -- true ssh: connect to host localhost port 22: Connection timed out So let's set the default to 127.0.0.1, which should always work.
* Add cycle script for build+deploy to selfPaul Sherwood2014-10-021-1/+1
|
* Specify path of system morph, and no HOSTNAME needed for self upgradePaul Sherwood2014-09-261-2/+1
|
* Rename jetson linux chunk, add jetson-upgrade cluster morphPaul Sherwood2014-09-171-0/+18
Make the name of the Jetson-specific linux morph file consistent with the others, and add the jetson-upgrade cluster