
jammy-antelope is no longer run by the CI so it's removed. jammy-caracal allows us to test with OVN 24.03 Change-Id: Ib9769b225a6a107a9d1536ef00d485b5759df8a3 Signed-off-by: Martin Kalcok <martin.kalcok@canonical.com>
39 lines
776 B
YAML
39 lines
776 B
YAML
variables:
|
|
openstack-origin: &openstack-origin cloud:jammy-caracal
|
|
|
|
local_overlay_enabled: False
|
|
|
|
series: jammy
|
|
|
|
applications:
|
|
|
|
vault:
|
|
charm: ch:vault
|
|
num_units: 1
|
|
# The vault raft support is currently only available for jammy
|
|
series: jammy
|
|
channel: latest/edge
|
|
|
|
ovn-central:
|
|
charm: ch:ovn-central
|
|
num_units: 3
|
|
options:
|
|
source: *openstack-origin
|
|
channel: latest/edge
|
|
|
|
ovn-dedicated-chassis:
|
|
charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64.charm
|
|
num_units: 2
|
|
options:
|
|
source: *openstack-origin
|
|
|
|
|
|
relations:
|
|
|
|
- - 'ovn-central:certificates'
|
|
- 'vault:certificates'
|
|
- - 'ovn-dedicated-chassis:ovsdb'
|
|
- 'ovn-central:ovsdb'
|
|
- - 'ovn-dedicated-chassis:certificates'
|
|
- 'vault:certificates'
|