Skip to content

Commit

Permalink
Switch smoke test to bionic
Browse files Browse the repository at this point in the history
Switch the default smoke to test to use bionic+mysql for initial
validation of any charm changes.

Change-Id: I296a0cf0ed201a92ff089127d624b44c2e277f1b
  • Loading branch information
javacruft committed Apr 22, 2020
1 parent 8dab672 commit 52e5041
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions src/tests/bundles/bionic-mysql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
series: bionic
services:
vault:
num_units: 1
series: bionic
charm: vault
mysql:
charm: cs:~openstack-charmers-next/percona-cluster
num_units: 1
keystone:
charm: cs:~openstack-charmers-next/keystone
num_units: 1
options:
admin-password: openstack
openstack-origin: cloud:bionic-train
ceph-mon:
charm: cs:~openstack-charmers-next/ceph-mon
num_units: 3
options:
source: cloud:bionic-train
ceph-osd:
charm: cs:~openstack-charmers-next/ceph-osd
num_units: 3
options:
source: cloud:bionic-train
osd-encrypt: true
osd-encrypt-keymanager: vault
storage:
osd-devices: 10G,2
relations:
- - vault:shared-db
- mysql:shared-db
- - keystone:shared-db
- mysql:shared-db
- - vault:certificates
- keystone:certificates
- - vault:secrets
- ceph-osd:secrets-storage
- - ceph-mon:osd
- ceph-osd:mon
3 changes: 2 additions & 1 deletion src/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ gate_bundles:
- xenial-postgres
- xenial-mysql
- bionic-postgres
- bionic-mysql
- focal-mysql8
smoke_bundles:
- xenial-mysql
- bionic-mysql
target_deploy_status:
easyrsa:
workload-status-message: Certificate Authority connected.
Expand Down

0 comments on commit 52e5041

Please sign in to comment.