summaryrefslogtreecommitdiff
path: root/cloudinit-support.morph
Commit message (Collapse)AuthorAgeFilesLines
* Use a cloud-init version with the services disabled by defaultPedro Alvarez2014-07-231-1/+1
| | | | | | Now adding cloud-init to a system will be harmless and it can be enabled with a configuration extension during the deployment.
* Petrify Masterbaserock/danielsilverstone/petrify-allDaniel Silverstone2014-03-261-8/+16
|
* Re-order system and stratum morphology fields.Richard Maw2014-02-171-23/+23
| | | | This is the new canonical ordering.
* remove all null repos/refsPaul Sherwood2014-02-171-6/+0
|
* Changed ref:master and repo:baserock:baserock/morphs to ref:null and ↵Daniel Firth2014-01-151-6/+6
| | | | repo:null respectively
* Add boto to the dependences of cloud-init-support stratum.Pedro Alvarez2013-10-091-0/+5
|
* Delete genivi-staging and reorder morph contentsJonathan Maw2013-09-301-24/+24
|
* Add cloudinit-support Stratum morphology.Pedro Alvarez2013-09-261-0/+48
cloudinit-support.morph: Stratum morphology to add cloudinit. This stratum also adds all the necessary dependencies needed. Cloudinit is needed to provide any system the capacity of run scripts to configure it at boot time. openstack-client-base-system-x86_32-generic.morph: baserock base system (x86_32) optimized to deploy in OpenStack. It uses the 'vdaboot.configure' extension to use virtio disks, and includes the 'cloudinit-support' stratum. openstack-client-base-system-x86_64-generic.morph: baserock base system (x86_64) optimized to deploy in OpenStack as base-system-x86_32-openstack.morph does.