Add Antelope support

* sync charm-helpers to classic charms
* change openstack-origin/source default to antelope
* align testing with antelope
* add new antelope bundles
* add antelope bundles to tests.yaml
* add antelope tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases

Change-Id: I7f45be41f599b7689fad922fb0e7afa6eee33dd5
This commit is contained in:
Corey Bryant 2023-03-20 23:58:38 +00:00
parent 6fe60012e5
commit 6508508b93
9 changed files with 79 additions and 9 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- openstack-python3-charm-zed-jobs
- openstack-python3-charm-jobs
- openstack-cover-jobs

View File

@ -33,6 +33,9 @@ bases:
- name: ubuntu
channel: "22.10"
architectures: [amd64]
- name: ubuntu
channel: "23.04"
architectures: [amd64]
- build-on:
- name: ubuntu
channel: "22.04"
@ -44,6 +47,9 @@ bases:
- name: ubuntu
channel: "22.10"
architectures: [arm64]
- name: ubuntu
channel: "23.04"
architectures: [arm64]
- build-on:
- name: ubuntu
channel: "22.04"
@ -55,6 +61,9 @@ bases:
- name: ubuntu
channel: "22.10"
architectures: [ppc64el]
- name: ubuntu
channel: "23.04"
architectures: [ppc64el]
- build-on:
- name: ubuntu
channel: "22.04"
@ -66,3 +75,6 @@ bases:
- name: ubuntu
channel: "22.10"
architectures: [s390x]
- name: ubuntu
channel: "23.04"
architectures: [s390x]

View File

@ -1,7 +1,7 @@
- project:
templates:
- charm-unit-jobs-py310
- charm-zed-functional-jobs
- charm-functional-jobs
vars:
needs_charm_build: true
charm_build_name: ovn-chassis

View File

@ -9,6 +9,7 @@ tags:
series:
- jammy
- kinetic
- lunar
subordinate: true
extra-bindings:
data:

View File

@ -0,0 +1,53 @@
variables:
openstack-origin: &openstack-origin cloud:jammy-antelope
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
magpie:
# By default, when instance NUMA placement is not specified,
# a topology of N sockets, each with one core and one thread,
# is used for an instance, where N corresponds to the number of
# instance vCPUs requested.
#
# Let's use a 8 VCPU 2 socket flavor for low level tests
constraints: "instance-type=twosocketm1.xlarge"
charm: ch:magpie
num_units: 2
options:
source: *openstack-origin
channel: latest/edge
ovn-chassis:
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
relations:
- - 'ovn-central:certificates'
- 'vault:certificates'
- - 'magpie:juju-info'
- 'ovn-chassis:juju-info'
- - 'ovn-chassis:ovsdb'
- 'ovn-central:ovsdb'
- - 'ovn-chassis:certificates'
- 'vault:certificates'

View File

@ -36,7 +36,7 @@ applications:
channel: latest/edge
ovn-chassis:
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
relations:

View File

@ -36,7 +36,7 @@ applications:
channel: latest/edge
ovn-chassis:
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
relations:

View File

@ -3,13 +3,15 @@ variables:
local_overlay_enabled: False
series: jammy
series: lunar
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:
@ -34,7 +36,7 @@ applications:
channel: latest/edge
ovn-chassis:
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
relations:

View File

@ -1,15 +1,16 @@
charm_name: ovn-chassis
gate_bundles:
- jammy-yoga
- jammy-zed
smoke_bundles:
- jammy-yoga
- jammy-zed
dev_bundles:
- jammy-yoga
- jammy-zed
- jammy-antelope
- kinetic-zed
- lunar-antelope
target_deploy_status:
magpie:
@ -44,3 +45,4 @@ tests:
tests_options:
force_deploy:
- kinetic-zed
- lunar-antelope