2eef15113f
Drop amulet tests and create bundles for all target Ubuntu/OpenStack series combinations inline with current best practice. Zaza tests are not a direct translation from the Amulet tests; the new tests focus in Ceph RADOS Gateway and integration with keystone rather than deploying compute, image and block services (which do not make use of the ceph-radosgw charm). Change-Id: I41914df024eb02e5a555bc0e44993e09d310933e
43 lines
973 B
YAML
43 lines
973 B
YAML
options:
|
|
source: &source cloud:trusty-mitaka
|
|
series: trusty
|
|
applications:
|
|
ceph-radosgw:
|
|
charm: ceph-radosgw
|
|
series: trusty
|
|
num_units: 1
|
|
options:
|
|
source: *source
|
|
ceph-osd:
|
|
charm: cs:~openstack-charmers-next/ceph-osd
|
|
num_units: 3
|
|
storage:
|
|
osd-devices: 'cinder,10G'
|
|
options:
|
|
source: *source
|
|
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
ceph-mon:
|
|
charm: cs:~openstack-charmers-next/ceph-mon
|
|
num_units: 3
|
|
options:
|
|
source: *source
|
|
auth-supported: 'none'
|
|
percona-cluster:
|
|
charm: cs:~openstack-charmers-next/percona-cluster
|
|
num_units: 1
|
|
keystone:
|
|
expose: True
|
|
charm: cs:~openstack-charmers-next/keystone
|
|
num_units: 1
|
|
options:
|
|
openstack-origin: *source
|
|
relations:
|
|
- - keystone:shared-db
|
|
- percona-cluster:shared-db
|
|
- - ceph-osd:mon
|
|
- ceph-mon:osd
|
|
- - ceph-radosgw:mon
|
|
- ceph-mon:radosgw
|
|
- - ceph-radosgw:identity-service
|
|
- keystone:identity-service
|