Skip to content

Commit f0f593e

Browse files
author
Corey Bryant
committed
Add 2023.2 Bobcat support
* sync charm-helpers to classic charms * change openstack-origin/source default to bobcat * add mantic to metadata series * align testing with bobcat * add new bobcat bundles * add bobcat bundles to tests.yaml * add bobcat tests to osci.yaml * update build-on and run-on bases Change-Id: I2be9b758a038aad799c834f9a868f89751979413
1 parent 4566d5b commit f0f593e

11 files changed

+386
-10
lines changed

charmcraft.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ bases:
3434
- name: ubuntu
3535
channel: "23.04"
3636
architectures: [amd64, s390x, ppc64el, arm64]
37+
- name: ubuntu
38+
channel: "23.10"
39+
architectures: [amd64, s390x, ppc64el, arm64]

metadata.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tags:
1818
series:
1919
- focal
2020
- jammy
21+
- mantic
2122
provides:
2223
keystone-fid-service-provider:
2324
interface: keystone-fid-service-provider

tests/bundles/jammy-antelope.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
openstack-origin: &openstack-origin cloud:jammy-antelope
33

4-
local_overlay_enabled: False
4+
local_overlay_enabled: True
55

66
series: jammy
77

tests/bundles/jammy-zed.yaml tests/bundles/jammy-bobcat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
2-
openstack-origin: &openstack-origin cloud:jammy-zed
2+
openstack-origin: &openstack-origin cloud:jammy-bobcat
33

4-
local_overlay_enabled: False
4+
local_overlay_enabled: True
55

66
series: jammy
77

tests/bundles/lunar-antelope.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
openstack-origin: &openstack-origin distro
33

4-
local_overlay_enabled: False
4+
local_overlay_enabled: True
55

66
series: lunar
77

0 commit comments

Comments
 (0)