Skip to content

Commit

Permalink
Test bundles for focal-wallaby and hirsute-wallaby
Browse files Browse the repository at this point in the history
These are the test bundles (and any associated changes) for
focal-wallaby and hirsute-wallaby support.

hisute-wallaby test is disabled (moved to dev) due to [1] as bundle may
reference a reactive charm.

[1] canonical/layer-basic#194

Sync charm-helpers

Change-Id: I01125ce328091db86c757d5ee14e3f3eaa913d73
  • Loading branch information
ajkavanagh committed Apr 16, 2021
1 parent 284ec35 commit e6e8d98
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 3 deletions.
18 changes: 17 additions & 1 deletion osci.yaml
Expand Up @@ -11,8 +11,12 @@
- focal-ussuri-ec
- focal-victoria
- focal-victoria-ec
- focal-wallaby
- focal-wallaby-ec
- groovy-victoria
- groovy-victoria-ec
- hirsute-wallaby
- hirsute-wallaby-ec
- job:
name: focal-ussuri-ec
parent: func-target
Expand All @@ -26,9 +30,21 @@
dependencies: *smoke-jobs
vars:
tox_extra_args: erasure-coded:focal-victoria-ec
- job:
name: focal-wallaby-ec
parent: func-target
dependencies: *smoke-jobs
vars:
tox_extra_args: erasure-coded:focal-wallaby-ec
- job:
name: groovy-victoria-ec
parent: func-target
dependencies: *smoke-jobs
vars:
tox_extra_args: erasure-coded:groovy-victoria-ec
tox_extra_args: erasure-coded:groovy-victoria-ec
- job:
name: hirsute-wallaby-ec
parent: func-target
dependencies: *smoke-jobs
vars:
tox_extra_args: erasure-coded:hirsute-wallaby-ec
215 changes: 215 additions & 0 deletions tests/bundles/focal-wallaby-ec.yaml
@@ -0,0 +1,215 @@
variables:
openstack-origin: &openstack-origin cloud:focal-wallaby

series: focal

comment:
- 'machines section to decide order of deployment. database sooner = faster'
machines:
'0':
constraints: mem=3072M
'1':
constraints: mem=3072M
'2':
constraints: mem=3072M
'3':
'4':
'5':
'6':
'7':
'8':
'9':
'10':
'11':
'12':
'13':
'14':
'15':
'16':
'17':
'18':

applications:

cinder-mysql-router:
charm: cs:~openstack-charmers-next/mysql-router
glance-mysql-router:
charm: cs:~openstack-charmers-next/mysql-router
keystone-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'

ceph-mon:
charm: cs:~openstack-charmers-next/ceph-mon
num_units: 3
options:
expected-osd-count: 3
source: *openstack-origin
to:
- '3'
- '4'
- '5'

ceph-osd:
charm: cs:~openstack-charmers-next/ceph-osd
num_units: 6
storage:
osd-devices: 10G
options:
source: *openstack-origin
to:
- '6'
- '7'
- '8'
- '16'
- '17'
- '18'

ceph-proxy:
charm: ceph-proxy
num_units: 1
options:
source: *openstack-origin
to:
- '9'

ceph-radosgw:
charm: cs:~openstack-charmers-next/ceph-radosgw
num_units: 1
options:
source: *openstack-origin
pool-type: erasure-coded
ec-profile-k: 4
ec-profile-m: 2
to:
- '10'

cinder:
charm: cs:~openstack-charmers-next/cinder
num_units: 1
options:
openstack-origin: *openstack-origin
block-device: ""
ephemeral-unmount: ""
glance-api-version: 2
overwrite: "false"
constraints: mem=2048
to:
- '11'

cinder-ceph:
charm: cs:~openstack-charmers-next/cinder-ceph
options:
restrict-ceph-pools: True
pool-type: erasure-coded
ec-profile-k: 4
ec-profile-m: 2
ec-profile-plugin: lrc
ec-profile-locality: 3

keystone:
charm: cs:~openstack-charmers-next/keystone
num_units: 1
options:
openstack-origin: *openstack-origin
admin-password: openstack
constraints: mem=1024
to:
- '12'

rabbitmq-server:
charm: cs:~openstack-charmers-next/rabbitmq-server
num_units: 1
constraints: mem=1024
options:
source: *openstack-origin
to:
- '13'

glance:
charm: cs:~openstack-charmers-next/glance
num_units: 1
options:
openstack-origin: *openstack-origin
pool-type: erasure-coded
ec-profile-k: 4
ec-profile-m: 2
ec-profile-plugin: jerasure
to:
- '14'

nova-compute:
charm: cs:~openstack-charmers-next/nova-compute
num_units: 1
options:
openstack-origin: *openstack-origin
pool-type: erasure-coded
ec-profile-k: 4
ec-profile-m: 2
ec-profile-plugin: isa
libvirt-image-backend: rbd
to:
- '15'


relations:

- - 'ceph-osd:mon'
- 'ceph-mon:osd'

- - 'ceph-proxy:radosgw'
- 'ceph-radosgw:mon'

- - 'cinder:amqp'
- 'rabbitmq-server:amqp'

- - 'cinder:shared-db'
- 'cinder-mysql-router:shared-db'
- - 'cinder-mysql-router:db-router'
- 'mysql-innodb-cluster:db-router'

- - 'keystone:shared-db'
- 'keystone-mysql-router:shared-db'
- - 'keystone-mysql-router:db-router'
- 'mysql-innodb-cluster:db-router'

- - 'cinder:identity-service'
- 'keystone:identity-service'

- - 'cinder-ceph:storage-backend'
- 'cinder:storage-backend'

- - 'cinder-ceph:ceph'
- 'ceph-proxy:client'

- - 'glance:image-service'
- 'nova-compute:image-service'

- - 'glance:identity-service'
- 'keystone:identity-service'

- - 'glance:shared-db'
- 'glance-mysql-router:shared-db'
- - 'glance-mysql-router:db-router'
- 'mysql-innodb-cluster:db-router'

- - 'glance:ceph'
- 'ceph-proxy:client'

- - 'nova-compute:ceph-access'
- 'cinder-ceph:ceph-access'

- - 'nova-compute:amqp'
- 'rabbitmq-server:amqp'

- - 'nova-compute:ceph'
- 'ceph-proxy:client'

0 comments on commit e6e8d98

Please sign in to comment.