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

« back to all changes in this revision

Viewing changes to bundles/multi-hypervisor/next.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:
1
1
# vim: set ts=2 et:
2
2
# Multi-hypervisor test bundle for KVM and LXD
3
3
# UOSCI relies on this for OS-on-OS deployment testing
4
 
openstack-services:
 
4
base-services:
5
5
  services:
6
6
    mysql:
7
7
      branch: https://github.com/openstack/charm-percona-cluster
8
 
      constraints: mem=1G
 
8
      constraints: mem=4G
9
9
      options:
10
 
        dataset-size: 50%
11
 
        max-connections: 20000
 
10
        dataset-size: 15%
 
11
        max-connections: 1000
 
12
        root-password: ChangeMe123
 
13
        sst-password: ChangeMe123
12
14
    rabbitmq-server:
13
15
      branch: https://github.com/openstack/charm-rabbitmq-server
14
16
      constraints: mem=1G
60
62
        network-manager: Neutron
61
63
    neutron-gateway:
62
64
      branch: https://github.com/openstack/charm-neutron-gateway
63
 
      constraints: mem=1G
 
65
      constraints: mem=4G
64
66
      options:
65
67
        instance-mtu: 1300
 
68
        bridge-mappings: physnet1:br-ex
66
69
    cinder:
67
70
      branch: https://github.com/openstack/charm-cinder
68
71
      options:
117
120
      constraints: mem=1G
118
121
      options:
119
122
        neutron-security-groups: True
 
123
        flat-network-providers: physnet1
120
124
    neutron-openvswitch:
121
125
      branch: https://github.com/openstack/charm-neutron-openvswitch
122
126
  relations:
137
141
    - [ glance, mysql ]
138
142
    - [ glance, keystone ]
139
143
    - [ glance, ceph ]
140
 
    - [ glance, cinder ]
 
144
    - [ glance, "cinder:image-service" ]
141
145
    - [ cinder, mysql ]
142
146
    - [ cinder, rabbitmq-server ]
143
147
    - [ cinder, nova-cloud-controller ]
172
176
    - [ nova-compute-lxd, lxd ]
173
177
# liberty
174
178
trusty-liberty:
175
 
  inherits: openstack-services
 
179
  inherits: base-services
176
180
  series: trusty
177
181
  overrides:
178
182
    openstack-origin: cloud:trusty-liberty
188
192
  overrides:
189
193
    openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
190
194
    source: ppa:ubuntu-cloud-archive/liberty-staging
191
 
wily-liberty:
192
 
  inherits: openstack-services
193
 
  series: wily
194
 
  services:
195
 
    mysql:
196
 
      branch: lp:charms/trusty/mysql
197
 
wily-liberty-proposed:
198
 
  inherits: wily-liberty
199
 
  overrides:
200
 
    source: proposed
201
 
    openstack-origin: distro-proposed
202
195
# mitaka
203
196
trusty-mitaka:
204
 
  inherits: openstack-services
 
197
  inherits: base-services
205
198
  series: trusty
206
199
  overrides:
207
200
    openstack-origin: cloud:trusty-mitaka
218
211
    openstack-origin: ppa:ubuntu-cloud-archive/mitaka-staging
219
212
    source: ppa:ubuntu-cloud-archive/mitaka-staging
220
213
xenial-mitaka:
221
 
  inherits: openstack-services
 
214
  inherits: base-services
222
215
  series: xenial
223
 
  services:
224
 
    mysql:
225
 
      branch: lp:charms/trusty/mysql
226
216
xenial-mitaka-proposed:
227
217
  inherits: xenial-mitaka
228
218
  overrides:
229
219
    source: proposed
230
220
    openstack-origin: distro-proposed
 
221
# newton
 
222
xenial-newton:
 
223
  inherits: base-services
 
224
  series: xenial
 
225
  overrides:
 
226
    openstack-origin: cloud:xenial-newton
 
227
    source: cloud:xenial-newton
 
228
    storage-type: btrfs
 
229
xenial-newton-proposed:
 
230
  inherits: xenial-newton
 
231
  overrides:
 
232
    openstack-origin: cloud:xenial-newton/proposed
 
233
    source: cloud:xenial-newton/proposed
 
234
xenial-newton-staging:
 
235
  inherits: xenial-newton
 
236
  overrides:
 
237
    openstack-origin: ppa:ubuntu-cloud-archive/newton-staging
 
238
    source: ppa:ubuntu-cloud-archive/newton-staging
 
239
#yakkety
 
240
yakkety-newton:
 
241
  inherits: base-services
 
242
  series: yakkety
 
243
yakkety-newton-proposed:
 
244
  inherits: yakkety-newton
 
245
  overrides:
 
246
    source: proposed
 
247
    openstack-origin: distro-proposed