Add Antelope support

* 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

* Voting was turned on for jammy-antelope in the
  project-template for charm-functional-jobs in zosci-config
* Voting for jammy-antelope bundles with non-standard names
  is turned on in individual charms
* Kinetic-zed bundles/tests are removed

Change-Id: I1215592725d1941f214738ee86250c74a398ee9a
This commit is contained in:
Dmitrii Shcherbakov 2023-04-15 00:29:02 +03:00
parent bc15fdac16
commit 4bcf39ae51
8 changed files with 29 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
variables: variables:
openstack-origin: &openstack-origin distro openstack-origin: &openstack-origin cloud:jammy-antelope
local_overlay_enabled: False local_overlay_enabled: False
@ -10,6 +10,8 @@ applications:
vault: vault:
charm: ch:vault charm: ch:vault
num_units: 1 num_units: 1
# The vault raft support is currently only available for jammy
series: jammy
channel: latest/edge channel: latest/edge
ovn-central: ovn-central:
@ -20,7 +22,7 @@ applications:
channel: latest/edge channel: latest/edge
ovn-dedicated-chassis: ovn-dedicated-chassis:
charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 2 num_units: 2
options: options:
source: *openstack-origin source: *openstack-origin

View File

@ -22,7 +22,7 @@ applications:
channel: latest/edge channel: latest/edge
ovn-dedicated-chassis: ovn-dedicated-chassis:
charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 2 num_units: 2
options: options:
source: *openstack-origin source: *openstack-origin

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False local_overlay_enabled: False
series: kinetic series: lunar
applications: applications:
@ -22,7 +22,7 @@ applications:
channel: latest/edge channel: latest/edge
ovn-dedicated-chassis: ovn-dedicated-chassis:
charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64.charm charm: ../../../ovn-dedicated-chassis_ubuntu-22.04-amd64_ubuntu-22.10-amd64_ubuntu-23.04-amd64.charm
num_units: 2 num_units: 2
options: options:
source: *openstack-origin source: *openstack-origin

View File

@ -1,15 +1,15 @@
charm_name: ovn-dedicated-chassis charm_name: ovn-dedicated-chassis
gate_bundles: gate_bundles:
- jammy-yoga - jammy-zed
smoke_bundles: smoke_bundles:
- jammy-yoga - jammy-zed
dev_bundles: dev_bundles:
- jammy-yoga
- jammy-zed - jammy-zed
- kinetic-zed - jammy-antelope
- lunar-antelope
target_deploy_status: target_deploy_status:
ovn-central: ovn-central:
@ -31,4 +31,4 @@ tests:
tests_options: tests_options:
force_deploy: force_deploy:
- kinetic-zed - lunar-antelope