summaryrefslogtreecommitdiff
path: root/extensions/openstack.write
Commit message (Collapse)AuthorAgeFilesLines
* Rawdisk partitioning v2: Add partitioning functionsEdward Cragg2015-10-241-1/+1
| | | | | | Add partitioning functions to the rawdisk.write deployment extension Change-Id: I45bcabc191951d086b8f4ae028a248f95a5e6f2e
* Remove dependencies on morphlib and cliapp from deployment extensionsbaserock/adamcoldrick/remove-dependencies-v3Adam Coldrick2015-06-111-5/+6
| | | | | | | | | | | | | | | | This is done by either copying some utility functions from morph into writeexts.py, and using the `subprocess` module rather than cliapp's runcmd and ssh_runcmd. Note that this means that these extensions will require "$definitions_checkout/extensions" in PYTHONPATH when they are run. This commit also updates VERSION to 5, since the PYTHONPATH requirement means that this change is incompatible with old versions of morph. Change-Id: Iec6fa7e3c7219619ce55e18493e5c37c36e97816
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-0/+93
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e