From 7055c080c937d60a198442a4c2d796ffca32acac Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 20 Jun 2014 12:06:55 +0000 Subject: Move systems and strata into subdirectories --- strata/cloudinit-support | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 strata/cloudinit-support (limited to 'strata/cloudinit-support') 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 -- cgit v1.2.1