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: I0f668ccbd04927a98cfdb4065db41b8922d9c0a6
This commit is contained in:
Corey Bryant 2023-03-21 00:03:50 +00:00
parent bbb1584893
commit ebbaf4ff84
9 changed files with 48 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-central

View File

@ -26,6 +26,7 @@ tags:
series:
- jammy
- kinetic
- lunar
subordinate: false
provides:
ovsdb:

View File

@ -0,0 +1,24 @@
variables:
openstack-origin: &openstack-origin cloud:jammy-antelope
local_overlay_enabled: False
series: jammy
applications:
vault:
charm: ch:vault
num_units: 1
channel: latest/edge
ovn-central:
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 3
options:
source: *openstack-origin
relations:
- - 'ovn-central:certificates'
- 'vault:certificates'

View File

@ -13,7 +13,7 @@ applications:
channel: latest/edge
ovn-central:
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 3
options:
source: *openstack-origin

View File

@ -13,7 +13,7 @@ applications:
channel: latest/edge
ovn-central:
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 3
options:
source: *openstack-origin

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False
series: jammy
series: lunar
applications:
@ -13,7 +13,7 @@ applications:
channel: latest/edge
ovn-central:
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm
charm: ../../../ovn-central_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 3
options:
source: *openstack-origin

View File

@ -1,15 +1,16 @@
charm_name: ovn-central
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:
ovn-central:
@ -35,3 +36,4 @@ tests:
tests_options:
force_deploy:
- kinetic-zed
- lunar-antelope