summaryrefslogtreecommitdiff
path: root/cloudinit-support.morph
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-09-30 15:56:41 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-09-30 16:08:08 +0000
commit90b1bdee61c6d06ebb14a47102c000ffbbbcd2dc (patch)
tree2f138678093bb8c3468941159ea2215c9ce185e8 /cloudinit-support.morph
parent5640acb7ec437f0b584dbb1ff044e1495c87448a (diff)
downloaddefinitions-90b1bdee61c6d06ebb14a47102c000ffbbbcd2dc.tar.gz
Delete genivi-staging and reorder morph contents
Diffstat (limited to 'cloudinit-support.morph')
-rw-r--r--cloudinit-support.morph48
1 files changed, 24 insertions, 24 deletions
diff --git a/cloudinit-support.morph b/cloudinit-support.morph
index 1bb04ef0..078d9415 100644
--- a/cloudinit-support.morph
+++ b/cloudinit-support.morph
@@ -1,48 +1,48 @@
-name: cloudinit-support
-description: A stratum with cloudinit to fit a system in the OpenStack cloud.
-kind: stratum
build-depends:
- morph: build-essential
- repo: baserock:baserock/morphs
ref: master
-- morph: core
repo: baserock:baserock/morphs
+- morph: core
ref: master
-- morph: foundation
repo: baserock:baserock/morphs
+- morph: foundation
ref: master
+ repo: baserock:baserock/morphs
chunks:
-- name: configobj
+- build-depends: []
+ name: configobj
+ ref: baserock/morph
repo: upstream:configobj
+- build-depends: []
+ name: python-requests
ref: baserock/morph
- build-depends: []
-- name: python-requests
repo: upstream:python-requests
+- build-depends: []
+ name: python-prettytable
ref: baserock/morph
- build-depends: []
-- name: python-prettytable
repo: upstream:python-prettytable
+- build-depends: []
+ name: python-json-patch
ref: baserock/morph
- build-depends: []
-- name: python-json-patch
repo: upstream:python-json-patch
+- build-depends:
+ - python-json-patch
+ name: python-json-pointer
ref: baserock/morph
- build-depends: []
-- name: python-json-pointer
repo: upstream:python-json-pointer
+- build-depends: []
+ name: python-cheetah
ref: baserock/morph
- build-depends:
- - python-json-patch
-- name: python-cheetah
repo: upstream:python-cheetah
- ref: baserock/morph
- build-depends: []
-- name: cloud-init
- repo: upstream:cloud-init
- ref: baserock/morph
- build-depends:
+- build-depends:
- configobj
- python-requests
- python-prettytable
- python-json-pointer
- python-cheetah
+ name: cloud-init
+ ref: baserock/morph
+ repo: upstream:cloud-init
+description: A stratum with cloudinit to fit a system in the OpenStack cloud.
+kind: stratum
+name: cloudinit-support