Add Victoria test bundles
Change-Id: I990ddff0be85f38912f82078aa72fa159a973d87
This commit is contained in:
parent
c1bda0428d
commit
29e9aead25
69
tests/bundles/focal-victoria.yaml
Normal file
69
tests/bundles/focal-victoria.yaml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
variables:
|
||||||
|
openstack-origin: &openstack-origin cloud:focal-victoria
|
||||||
|
|
||||||
|
series: focal
|
||||||
|
|
||||||
|
comment:
|
||||||
|
- 'machines section to decide order of deployment. database sooner = faster'
|
||||||
|
- 'virt-type=kvm is workaround while awaiting new release of python-libjuju'
|
||||||
|
|
||||||
|
machines:
|
||||||
|
'0':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'1':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'2':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'3':
|
||||||
|
constraints: virt-type=kvm
|
||||||
|
'4':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
|
||||||
|
applications:
|
||||||
|
|
||||||
|
keystone-mysql-router:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-router
|
||||||
|
openstack-dashboard-mysql-router:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-router
|
||||||
|
|
||||||
|
mysql-innodb-cluster:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
||||||
|
num_units: 3
|
||||||
|
options:
|
||||||
|
source: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '0'
|
||||||
|
- '1'
|
||||||
|
- '2'
|
||||||
|
|
||||||
|
keystone:
|
||||||
|
charm: cs:~openstack-charmers-next/keystone
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '3'
|
||||||
|
|
||||||
|
openstack-dashboard:
|
||||||
|
charm: ../../../openstack-dashboard
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '4'
|
||||||
|
|
||||||
|
relations:
|
||||||
|
|
||||||
|
- - 'keystone:shared-db'
|
||||||
|
- 'keystone-mysql-router:shared-db'
|
||||||
|
- - 'keystone-mysql-router:db-router'
|
||||||
|
- 'mysql-innodb-cluster:db-router'
|
||||||
|
|
||||||
|
- - 'openstack-dashboard:shared-db'
|
||||||
|
- 'openstack-dashboard-mysql-router:shared-db'
|
||||||
|
- - 'openstack-dashboard-mysql-router:db-router'
|
||||||
|
- 'mysql-innodb-cluster:db-router'
|
||||||
|
|
||||||
|
|
||||||
|
- - 'openstack-dashboard:identity-service'
|
||||||
|
- 'keystone:identity-service'
|
69
tests/bundles/groovy-victoria.yaml
Normal file
69
tests/bundles/groovy-victoria.yaml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
variables:
|
||||||
|
openstack-origin: &openstack-origin distro
|
||||||
|
|
||||||
|
series: groovy
|
||||||
|
|
||||||
|
comment:
|
||||||
|
- 'machines section to decide order of deployment. database sooner = faster'
|
||||||
|
- 'virt-type=kvm is workaround while awaiting new release of python-libjuju'
|
||||||
|
|
||||||
|
machines:
|
||||||
|
'0':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'1':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'2':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
'3':
|
||||||
|
constraints: virt-type=kvm
|
||||||
|
'4':
|
||||||
|
constraints: virt-type=kvm mem=3072M
|
||||||
|
|
||||||
|
applications:
|
||||||
|
|
||||||
|
keystone-mysql-router:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-router
|
||||||
|
openstack-dashboard-mysql-router:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-router
|
||||||
|
|
||||||
|
mysql-innodb-cluster:
|
||||||
|
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
||||||
|
num_units: 3
|
||||||
|
options:
|
||||||
|
source: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '0'
|
||||||
|
- '1'
|
||||||
|
- '2'
|
||||||
|
|
||||||
|
keystone:
|
||||||
|
charm: cs:~openstack-charmers-next/keystone
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '3'
|
||||||
|
|
||||||
|
openstack-dashboard:
|
||||||
|
charm: ../../../openstack-dashboard
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *openstack-origin
|
||||||
|
to:
|
||||||
|
- '4'
|
||||||
|
|
||||||
|
relations:
|
||||||
|
|
||||||
|
- - 'keystone:shared-db'
|
||||||
|
- 'keystone-mysql-router:shared-db'
|
||||||
|
- - 'keystone-mysql-router:db-router'
|
||||||
|
- 'mysql-innodb-cluster:db-router'
|
||||||
|
|
||||||
|
- - 'openstack-dashboard:shared-db'
|
||||||
|
- 'openstack-dashboard-mysql-router:shared-db'
|
||||||
|
- - 'openstack-dashboard-mysql-router:db-router'
|
||||||
|
- 'mysql-innodb-cluster:db-router'
|
||||||
|
|
||||||
|
|
||||||
|
- - 'openstack-dashboard:identity-service'
|
||||||
|
- 'keystone:identity-service'
|
@ -19,6 +19,8 @@ gate_bundles:
|
|||||||
- focal-ussuri
|
- focal-ussuri
|
||||||
dev_bundles:
|
dev_bundles:
|
||||||
- eoan-train
|
- eoan-train
|
||||||
|
- focal-victoria
|
||||||
|
- groovy-victoria
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
||||||
@ -30,5 +32,4 @@ tests_options:
|
|||||||
policyd:
|
policyd:
|
||||||
service: openstack-dashboard
|
service: openstack-dashboard
|
||||||
force_deploy:
|
force_deploy:
|
||||||
- focal-ussuri
|
- groovy-victoria
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user