diff --git a/charmcraft.yaml b/charmcraft.yaml index 10bbb7c..cf0f149 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -54,38 +54,6 @@ bases: - name: ubuntu channel: "22.04" architectures: [arm64] - - build-on: - - name: ubuntu - channel: "23.04" - architectures: [amd64] - run-on: - - name: ubuntu - channel: "23.04" - architectures: [amd64] - - build-on: - - name: ubuntu - channel: "23.04" - architectures: [s390x] - run-on: - - name: ubuntu - channel: "23.04" - architectures: [s390x] - - build-on: - - name: ubuntu - channel: "23.04" - architectures: [ppc64el] - run-on: - - name: ubuntu - channel: "23.04" - architectures: [ppc64el] - - build-on: - - name: ubuntu - channel: "23.04" - architectures: [arm64] - run-on: - - name: ubuntu - channel: "23.04" - architectures: [arm64] - build-on: - name: ubuntu channel: "23.10" diff --git a/src/metadata.yaml b/src/metadata.yaml index 219880e..b7e9ea5 100644 --- a/src/metadata.yaml +++ b/src/metadata.yaml @@ -9,7 +9,6 @@ tags: - networking series: - jammy -- lunar - mantic subordinate: false extra-bindings: diff --git a/src/tests/bundles/lunar-antelope.yaml b/src/tests/bundles/lunar-antelope.yaml deleted file mode 100644 index c91cff8..0000000 --- a/src/tests/bundles/lunar-antelope.yaml +++ /dev/null @@ -1,38 +0,0 @@ -variables: - openstack-origin: &openstack-origin distro - -local_overlay_enabled: False - -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: - charm: ch:ovn-central - num_units: 3 - options: - source: *openstack-origin - channel: latest/edge - - ovn-dedicated-chassis: - charm: ../../../ovn-dedicated-chassis_ubuntu-23.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' diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index 8d0e532..1808795 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -8,7 +8,6 @@ smoke_bundles: dev_bundles: - jammy-bobcat -- lunar-antelope - mantic-bobcat target_deploy_status: @@ -31,5 +30,4 @@ tests: tests_options: force_deploy: - - lunar-antelope - mantic-bobcat