summaryrefslogtreecommitdiff
path: root/strata/cloudinit-support.morph
blob: 1c752e582c8e0d05a61cc76c4a9c19a22af6f9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: cloudinit-support
kind: stratum
description: A stratum with cloudinit to fit a system in the OpenStack cloud.
build-depends:
- morph: strata/build-essential.morph
- morph: strata/python-core.morph
- morph: strata/python-common.morph
- morph: strata/foundation.morph
chunks:
- name: configobj
  repo: upstream:configobj
  ref: 935a78736e4eb43b9fafae87f5e9902328673f63
  unpetrify-ref: baserock/morph
- name: python-cheetah
  repo: upstream:python-cheetah
  ref: 831aa6b99d9b4fb012ee644d8e80e0bc0eb6d6ed
  unpetrify-ref: baserock/morph
- name: boto
  repo: upstream:boto
  ref: bd49c22b5a30bf58096d58efc4762f1fea3e2caf
  unpetrify-ref: baserock/morph
- name: cloud-init
  morph: strata/cloudinit-support/cloud-init.morph
  repo: upstream:cloud-init
  ref: 130d51acc5b0becd64e7007f9dfe41a6e022eaec
  unpetrify-ref: baserock/morph
  build-depends:
  - boto
  - configobj
  - python-cheetah