Files
charm-infinidat-tools/tests/bundles/jammy-antelope.yaml
Alex Kavanagh 248711e287 Add updates for bringing this updated to antelope
* Enable running under tox 4
* add jammy-antelope, and jammy-zed bundles; remove focal-ussuri
* Update osci.yaml so that it runs with charmcraft 2.1/stable

Change-Id: I3422b0f215137240cd6960eea62923117c0ee91c
2023-05-15 21:14:46 +01:00

65 lines
1.4 KiB
YAML

series: jammy
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':
local_overlay_enabled: false
applications:
mysql:
charm: ch:mysql-innodb-cluster
channel: 8.0/edge
num_units: 3
to:
- '0'
- '1'
- '2'
keystone:
charm: ch:keystone
channel: latest/edge
num_units: 1
options:
openstack-origin: cloud:jammy-antelope
to:
- '3'
keystone-mysql-router:
charm: ch:mysql-router
channel: latest/edge
cinder:
charm: ch:cinder
channel: latest/edge
num_units: 1
options:
openstack-origin: cloud:jammy-antelope
to:
- '4'
cinder-mysql-router:
charm: ch:mysql-router
channel: latest/edge
infinidat-tools:
charm: ../../infinidat-tools.charm
# options:
rabbitmq-server:
charm: ch:rabbitmq-server
channel: latest/edge
num_units: 1
to:
- '5'
relations:
- [ keystone:shared-db, keystone-mysql-router:shared-db ]
- [ cinder:shared-db, cinder-mysql-router:shared-db ]
- [ cinder:identity-service, keystone:identity-service ]
- [ cinder:amqp, rabbitmq-server:amqp ]
- [ cinder:juju-info, infinidat-tools:juju-info ]
- [ mysql:db-router, keystone-mysql-router:db-router]
- [ mysql:db-router, cinder-mysql-router:db-router]