43abc20dde
- start from stable/victoria branch - Do charmcraft, osci, zuul changes - Modify libs to point to stable/victoria for: - charmhelpers - charms.openstack (as needed) - zaza & zaza.openstack.tests - Remove unsupported test bundles - migration bundles to charmhub.io (ch: prefix + channels) - Build on 20.04 amd64 - Run on 20.04 amd64, s390x, ppc64el, arm64 Change-Id: I9b2ac7d18b8ebe80c41a22579c74b136b9b19714
76 lines
1.6 KiB
YAML
76 lines
1.6 KiB
YAML
local_overlay_enabled: False
|
|
|
|
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: ch:mysql-router
|
|
channel: 8.0.19/stable
|
|
openstack-dashboard-mysql-router:
|
|
charm: ch:mysql-router
|
|
channel: 8.0.19/stable
|
|
|
|
mysql-innodb-cluster:
|
|
charm: ch:mysql-innodb-cluster
|
|
num_units: 3
|
|
options:
|
|
source: *openstack-origin
|
|
to:
|
|
- '0'
|
|
- '1'
|
|
- '2'
|
|
channel: 8.0.19/stable
|
|
|
|
keystone:
|
|
charm: ch:keystone
|
|
num_units: 1
|
|
options:
|
|
openstack-origin: *openstack-origin
|
|
to:
|
|
- '3'
|
|
channel: victoria/edge
|
|
|
|
openstack-dashboard:
|
|
charm: ../../openstack-dashboard.charm
|
|
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'
|