summaryrefslogtreecommitdiff
path: root/strata/cloudinit-support
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-06-20 12:06:55 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-06-20 14:11:09 +0000
commit7055c080c937d60a198442a4c2d796ffca32acac (patch)
treef0759a9c145cd61d2371594eec79302975d56b0a /strata/cloudinit-support
parent913147ff9f1e8cf6e8b80eb032dace635e24944f (diff)
downloaddefinitions-baserock/richardmaw/S11284/morphologies-by-path.tar.gz
Move systems and strata into subdirectoriesbaserock/richardmaw/S11284/morphologies-by-path
Diffstat (limited to 'strata/cloudinit-support')
-rw-r--r--strata/cloudinit-support58
1 files changed, 58 insertions, 0 deletions
diff --git a/strata/cloudinit-support b/strata/cloudinit-support
new file mode 100644
index 00000000..6e4fac17
--- /dev/null
+++ b/strata/cloudinit-support
@@ -0,0 +1,58 @@
+name: cloudinit-support
+kind: stratum
+description: A stratum with cloudinit to fit a system in the OpenStack cloud.
+build-depends:
+- name: build-essential
+ morph: strata/build-essential
+- name: core
+ morph: strata/core
+- name: foundation
+ morph: strata/foundation
+chunks:
+- name: configobj
+ repo: upstream:configobj
+ ref: 935a78736e4eb43b9fafae87f5e9902328673f63
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: python-requests
+ repo: upstream:python-requests
+ ref: b891877ee6d76b0a3f8cbf2e7cd34cc4cbc40b6b
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: python-prettytable
+ repo: upstream:python-prettytable
+ ref: 941133673e5a0003cd5ce1b6db2a51cf3307d9c1
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: python-json-patch
+ repo: upstream:python-json-patch
+ ref: 27c7032de25923593fa17cc14f535fb7abd52448
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: python-json-pointer
+ repo: upstream:python-json-pointer
+ ref: 48dce313141ba5bf0d2f3dd2e590042c05755e53
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - python-json-patch
+- name: python-cheetah
+ repo: upstream:python-cheetah
+ ref: 831aa6b99d9b4fb012ee644d8e80e0bc0eb6d6ed
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: boto
+ repo: upstream:boto
+ ref: bd49c22b5a30bf58096d58efc4762f1fea3e2caf
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: cloud-init
+ repo: upstream:cloud-init
+ ref: eeb4923b3528ebf4d93d8297b2d489738c3ea7c3
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - boto
+ - configobj
+ - python-requests
+ - python-prettytable
+ - python-json-pointer
+ - python-cheetah