~openstack-charm-testers/openstack-charm-testing/openstack-monitoring

« back to all changes in this revision

Viewing changes to bundles/lxd/source/default.yaml

  • Committer: Edward Hope-Morley
  • Date: 2016-12-05 15:01:45 UTC
  • mfrom: (220.1.37 openstack-charm-testing)
  • Revision ID: edward.hope-morley@canonical.com-20161205150145-5xs44qcs5ifqsnl5
rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        dataset-size: 50%
12
12
        max-connections: 20000
13
13
    rabbitmq-server:
14
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
 
14
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.07
15
15
      constraints: mem=1G
16
16
    keystone:
17
 
      branch: https://github.com/openstack/charm-keystone;stable/16.04
 
17
      branch: https://github.com/openstack/charm-keystone;stable/16.07
18
18
      constraints: mem=1G
19
19
      options:
20
20
        admin-password: openstack
21
21
        admin-token: ubuntutesting
22
22
    openstack-dashboard:
23
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
 
23
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.07
24
24
      constraints: mem=1G
25
25
    nova-compute:
26
 
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
 
26
      branch: https://github.com/openstack/charm-nova-compute;stable/16.07
27
27
      num_units: 3
28
28
      constraints: mem=4G
29
29
      options:
32
32
        migration-auth-type: ssh
33
33
        virt-type: lxd
34
34
    nova-cloud-controller:
35
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
 
35
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.07
36
36
      constraints: mem=1G
37
37
      options:
38
38
        network-manager: Neutron
39
39
        ram-allocation-ratio: 5.0
40
40
    neutron-gateway:
41
 
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.04
 
41
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.07
42
42
      constraints: mem=1G
43
43
      options:
44
44
        instance-mtu: 1300
45
45
    glance:
46
 
      branch: https://github.com/openstack/charm-glance;stable/16.04
 
46
      branch: https://github.com/openstack/charm-glance;stable/16.07
47
47
      constraints: mem=1G
48
48
    swift-proxy:
49
 
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.04
 
49
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.07
50
50
      constraints: mem=1G
51
51
      options:
52
52
        zone-assignment: manual
53
53
        replicas: 3
54
54
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
55
55
    swift-storage-z1:
56
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
56
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
57
57
      constraints: mem=1G
58
58
      options:
59
59
        zone: 1
60
60
        block-device: vdb
61
61
        overwrite: "true"
62
62
    swift-storage-z2:
63
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
63
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
64
64
      constraints: mem=1G
65
65
      options:
66
66
        zone: 2
67
67
        block-device: vdb
68
68
        overwrite: "true"
69
69
    swift-storage-z3:
70
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
70
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
71
71
      constraints: mem=1G
72
72
      options:
73
73
        zone: 3
74
74
        block-device: vdb
75
75
        overwrite: "true"
76
76
    ceilometer:
77
 
      branch: https://github.com/openstack/charm-ceilometer;stable/16.04
 
77
      branch: https://github.com/openstack/charm-ceilometer;stable/16.07
78
78
      constraints: mem=1G
79
79
    ceilometer-agent:
80
 
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.04
 
80
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.07
81
81
    heat:
82
 
      branch: https://github.com/openstack/charm-heat;stable/16.04
 
82
      branch: https://github.com/openstack/charm-heat;stable/16.07
83
83
    mongodb:
84
 
      branch: lp:charms/trusty/mongodb;stable/16.04
 
84
      branch: lp:charms/trusty/mongodb;stable/16.07
85
85
      constraints: mem=1G
86
86
    lxd:
87
87
      branch: https://github.com/openstack/charm-lxd
129
129
  inherits: openstack-singlerabbit
130
130
  services:
131
131
    neutron-api:
132
 
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
 
132
      branch: https://github.com/openstack/charm-neutron-api;stable/16.07
133
133
      constraints: mem=1G
134
134
      options:
135
135
        neutron-security-groups: True
136
136
    neutron-openvswitch:
137
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
 
137
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.07
138
138
  relations:
139
139
  - [ neutron-api, mysql ]
140
140
  - [ neutron-api, rabbitmq-server ]
144
144
  - [ neutron-api, neutron-gateway ]
145
145
  - [ neutron-openvswitch, nova-compute ]
146
146
  - [ neutron-openvswitch, rabbitmq-server ]
147
 
# liberty
148
 
openstack-liberty-git:
149
 
  inherits: openstack-icehouse
150
 
  services:
151
 
    nova-compute:
152
 
      options:
153
 
        openstack-origin-git: include-file://nova-liberty.yaml
154
 
wily-liberty:
155
 
  inherits: openstack-liberty-git
156
 
  series: wily
157
 
wily-liberty-proposed:
158
 
  inherits: wily-liberty
159
 
  overrides:
160
 
    source: proposed
161
 
    openstack-origin: distro-proposed
162
 
trusty-liberty:
163
 
  inherits: openstack-liberty-git
164
 
  series: trusty
165
 
  overrides:
166
 
    openstack-origin: cloud:trusty-liberty
167
 
    source: cloud:trusty-liberty
168
147
# master
169
148
openstack-master-git:
170
149
  inherits: openstack-icehouse
201
180
  overrides:
202
181
    source: proposed
203
182
    openstack-origin: distro-proposed
 
183
# newton
 
184
openstack-newton-git:
 
185
  inherits: openstack-icehouse
 
186
  services:
 
187
    nova-compute:
 
188
      options:
 
189
      openstack-origin-git: include-file://nova-master.yaml
 
190
xenial-newton:
 
191
  inherits: openstack-newton-git
 
192
  series: xenial
 
193
  overrides:
 
194
    openstack-origin: cloud:xenial-newton
 
195
    source: cloud:xenial-newton
 
196
xenial-newton-proposed:
 
197
  inherits: xenial-newton
 
198
  overrides:
 
199
    openstack-origin: cloud:xenial-newton/proposed
 
200
    source: cloud:xenial-newton/proposed
 
201
xenial-newton-staging:
 
202
  inherits: xenial-newton
 
203
  overrides:
 
204
    openstack-origin: ppa:ubuntu-cloud-archive/newton-staging
 
205
    source: ppa:ubuntu-cloud-archive/newton-staging 
 
206
xenial-newton-branch:
 
207
  inherits: xenial-newton
 
208
  overrides:
 
209
    openstack-origin: ppa:openstack-ubuntu-testing/newton
 
210
    source: ppa:openstack-ubuntu-testing/newton
 
211
yakkety-newton:
 
212
  inherits: openstack-newton-git
 
213
  series: yakkety
 
214
yakkety-newton-proposed:
 
215
  inherits: yakkety-newton
 
216
  overrides:
 
217
    source: proposed
 
218
    openstack-origin: distro-proposed
 
219
yakkety-newton-branch:
 
220
  inherits: yakkety-newton
 
221
  overrides:
 
222
    openstack-origin: ppa:openstack-ubuntu-testing/newton
 
223
    source: ppa:openstack-ubuntu-testing/newton