summaryrefslogtreecommitdiff
path: root/cloudinit-support.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /cloudinit-support.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'cloudinit-support.morph')
-rw-r--r--cloudinit-support.morph46
1 files changed, 23 insertions, 23 deletions
diff --git a/cloudinit-support.morph b/cloudinit-support.morph
index c54fb245..a811fb57 100644
--- a/cloudinit-support.morph
+++ b/cloudinit-support.morph
@@ -1,47 +1,47 @@
+name: cloudinit-support
+kind: stratum
+description: A stratum with cloudinit to fit a system in the OpenStack cloud.
build-depends:
- morph: build-essential
- morph: core
- morph: foundation
chunks:
-- build-depends: []
- name: configobj
- ref: baserock/morph
+- name: configobj
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
-- build-depends: []
- name: boto
ref: baserock/morph
+ build-depends: []
+- name: boto
repo: upstream:boto
-- build-depends:
+ ref: baserock/morph
+ build-depends: []
+- name: cloud-init
+ repo: upstream:cloud-init
+ ref: baserock/morph
+ build-depends:
- boto
- 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