summaryrefslogtreecommitdiff
path: root/cloudinit-support.morph
blob: a811fb572b7974f53c9973486c5bd929831b93c3 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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:
- name: configobj
  repo: upstream:configobj
  ref: baserock/morph
  build-depends: []
- name: python-requests
  repo: upstream:python-requests
  ref: baserock/morph
  build-depends: []
- name: python-prettytable
  repo: upstream:python-prettytable
  ref: baserock/morph
  build-depends: []
- name: python-json-patch
  repo: upstream:python-json-patch
  ref: baserock/morph
  build-depends: []
- name: python-json-pointer
  repo: upstream:python-json-pointer
  ref: baserock/morph
  build-depends:
  - python-json-patch
- name: python-cheetah
  repo: upstream:python-cheetah
  ref: baserock/morph
  build-depends: []
- name: boto
  repo: upstream:boto
  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