~chris.macnaughton/openstack-mojo-specs/ceph-test

« back to all changes in this revision

Viewing changes to helper/bundles/full.yaml

  • Committer: Liam Young
  • Date: 2017-02-10 09:53:59 UTC
  • mfrom: (287.2.4 tempest-stable-spec)
  • Revision ID: liam.young@canonical.com-20170210095359-7u1belqxyuewbef8
[gnuoy, r=ajkavanagh] Add tempest and action support

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
      constraints: mem=4G
50
50
      options:
51
51
        instance-mtu: 1300
 
52
        bridge-mappings: physnet1:br-ex
52
53
    cinder:
53
54
      charm: cinder
54
55
      options:
94
95
    mongodb:
95
96
      charm: mongodb
96
97
      constraints: mem=1G
 
98
    tempest:
 
99
      charm: tempest
 
100
      constraints: mem=1G
97
101
  relations:
98
102
    - [ keystone, mysql ]
99
103
    - [ nova-cloud-controller, mysql ]
126
130
    - [ ceilometer, mongodb ]
127
131
    - [ ceilometer-agent, nova-compute ]
128
132
    - [ ceilometer-agent, ceilometer ]
 
133
    - [ keystone, tempest ]
129
134
openstack-singlerabbit:
130
135
  inherits: openstack-services
131
136
  relations:
280
285
  overrides:
281
286
    source: proposed
282
287
    openstack-origin: distro-proposed
 
288
# newton
 
289
xenial-newton:
 
290
  inherits: openstack-icehouse
 
291
  series: xenial
 
292
  overrides:
 
293
    openstack-origin: cloud:xenial-newton
 
294
    source: cloud:xenial-newton
 
295
xenial-newton-proposed:
 
296
  inherits: xenial-newton
 
297
  overrides:
 
298
    openstack-origin: cloud:xenial-newton/proposed
 
299
    source: cloud:xenial-newton/proposed