add working v2 test back (#11)
This commit is contained in:
parent
6de9cedb41
commit
9efb6d0538
151
src/tests/bundles/bionic-queens-swift-v2.yaml
Normal file
151
src/tests/bundles/bionic-queens-swift-v2.yaml
Normal file
@ -0,0 +1,151 @@
|
||||
series: bionic
|
||||
relations:
|
||||
- - nova-compute:amqp
|
||||
- rabbitmq-server:amqp
|
||||
- - keystone:shared-db
|
||||
- mysql:shared-db
|
||||
- - nova-cloud-controller:identity-service
|
||||
- keystone:identity-service
|
||||
- - glance:identity-service
|
||||
- keystone:identity-service
|
||||
- - glance:shared-db
|
||||
- mysql:shared-db
|
||||
- - glance:amqp
|
||||
- rabbitmq-server:amqp
|
||||
- - nova-cloud-controller:image-service
|
||||
- glance:image-service
|
||||
- - nova-compute:image-service
|
||||
- glance:image-service
|
||||
- - nova-cloud-controller:cloud-compute
|
||||
- nova-compute:cloud-compute
|
||||
- - nova-cloud-controller:amqp
|
||||
- rabbitmq-server:amqp
|
||||
- - nova-cloud-controller:shared-db
|
||||
- mysql:shared-db
|
||||
- - cinder:image-service
|
||||
- glance:image-service
|
||||
- - cinder:amqp
|
||||
- rabbitmq-server:amqp
|
||||
- - cinder:identity-service
|
||||
- keystone:identity-service
|
||||
- - cinder:cinder-volume-service
|
||||
- nova-cloud-controller:cinder-volume-service
|
||||
- - cinder-ceph:storage-backend
|
||||
- cinder:storage-backend
|
||||
- - cinder
|
||||
- cinder-backup-swift
|
||||
- - ceph-mon:client
|
||||
- nova-compute:ceph
|
||||
- - nova-compute:ceph-access
|
||||
- cinder-ceph:ceph-access
|
||||
- - cinder:shared-db
|
||||
- mysql:shared-db
|
||||
- - ceph-mon:client
|
||||
- cinder-ceph:ceph
|
||||
- - ceph-mon:client
|
||||
- glance:ceph
|
||||
- - ceph-osd:mon
|
||||
- ceph-mon:osd
|
||||
|
||||
# external swift service
|
||||
- - swift-keystone:shared-db
|
||||
- swift-mysql:shared-db
|
||||
- - swift-proxy:identity-service
|
||||
- swift-keystone:identity-service
|
||||
- - swift-proxy:swift-storage
|
||||
- swift-storage:swift-storage
|
||||
|
||||
applications:
|
||||
ceph-mon:
|
||||
series: bionic
|
||||
charm: cs:ceph-mon
|
||||
num_units: 3
|
||||
options:
|
||||
monitor-count: '3'
|
||||
ceph-osd:
|
||||
series: bionic
|
||||
charm: cs:ceph-osd
|
||||
num_units: 3
|
||||
storage:
|
||||
osd-devices: 'cinder,10G'
|
||||
cinder:
|
||||
series: bionic
|
||||
charm: cs:cinder
|
||||
num_units: 1
|
||||
options:
|
||||
block-device: None
|
||||
glance-api-version: 2
|
||||
cinder-ceph:
|
||||
series: bionic
|
||||
charm: cs:cinder-ceph
|
||||
num_units: 0
|
||||
cinder-backup-swift:
|
||||
series: bionic
|
||||
charm: cinder-backup-swift
|
||||
num_units: 0
|
||||
options:
|
||||
auth-version: 3
|
||||
swift-user: admin
|
||||
swift-key: openstack
|
||||
user-domain: admin_domain
|
||||
project-domain: admin_domain
|
||||
project-name: admin
|
||||
glance:
|
||||
series: bionic
|
||||
charm: cs:glance
|
||||
num_units: 1
|
||||
keystone:
|
||||
series: bionic
|
||||
charm: cs:keystone
|
||||
num_units: 1
|
||||
mysql:
|
||||
series: bionic
|
||||
charm: cs:percona-cluster
|
||||
num_units: 1
|
||||
options:
|
||||
dataset-size: 25%
|
||||
max-connections: 1000
|
||||
nova-cloud-controller:
|
||||
series: bionic
|
||||
charm: cs:nova-cloud-controller
|
||||
num_units: 1
|
||||
rabbitmq-server:
|
||||
series: bionic
|
||||
charm: cs:rabbitmq-server
|
||||
num_units: 1
|
||||
nova-compute:
|
||||
series: bionic
|
||||
charm: cs:nova-compute
|
||||
num_units: 1
|
||||
|
||||
# external swift
|
||||
swift-keystone:
|
||||
series: xenial
|
||||
charm: cs:keystone
|
||||
num_units: 1
|
||||
options:
|
||||
admin-password: openstack
|
||||
preferred-api-version: 3
|
||||
swift-mysql:
|
||||
series: xenial
|
||||
charm: cs:percona-cluster
|
||||
num_units: 1
|
||||
options:
|
||||
dataset-size: 25%
|
||||
max-connections: 1000
|
||||
swift-proxy:
|
||||
series: xenial
|
||||
charm: cs:swift-proxy
|
||||
num_units: 1
|
||||
options:
|
||||
zone-assignment: manual
|
||||
replicas: 1
|
||||
swift-storage:
|
||||
series: xenial
|
||||
charm: cs:swift-storage
|
||||
num_units: 1
|
||||
options:
|
||||
zone: 1
|
||||
storage:
|
||||
block-devices: 'cinder,10G'
|
||||
|
@ -1,9 +1,12 @@
|
||||
charm_name: cinder-backup-swift
|
||||
gate_bundles:
|
||||
- bionic-queens-swift-v3
|
||||
- bionic-queens-swift-v2
|
||||
smoke_bundles:
|
||||
- bionic-queens-swift-v3
|
||||
- bionic-queens-swift-v2
|
||||
configure:
|
||||
- zaza.openstack.charm_tests.cinder_backup_swift.setup.configure_cinder_backup
|
||||
tests:
|
||||
- zaza.openstack.charm_tests.cinder_backup_swift.tests.CinderBackupSwiftTest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user