Updates for caracal testing support

These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal.  They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: Ibeb30f94417630f023a0df0f8c81fa42a19fe1ee
This commit is contained in:
Alex Kavanagh
2024-02-09 18:15:47 +00:00
parent 558b1d3928
commit 8c24ff5dec
8 changed files with 19 additions and 28 deletions

View File

@@ -29,9 +29,3 @@ bases:
- name: ubuntu - name: ubuntu
channel: "22.04" channel: "22.04"
architectures: [amd64, s390x, ppc64el, arm64] architectures: [amd64, s390x, ppc64el, arm64]
- name: ubuntu
channel: "23.04"
architectures: [amd64, s390x, ppc64el, arm64]
- name: ubuntu
channel: "23.10"
architectures: [amd64, s390x, ppc64el, arm64]

View File

@@ -2,8 +2,8 @@ name: cinder-nimblestorage
summary: NimbleStorage integration for OpenStack Block Storage summary: NimbleStorage integration for OpenStack Block Storage
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com> maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: | description: |
Cinder is the block storage service for the Openstack project. Cinder is the block storage service for the Openstack project.
This charm provides a NimbleStorage backend for Cinder. This charm provides a NimbleStorage backend for Cinder.
tags: tags:
- openstack - openstack
- storage - storage
@@ -11,8 +11,6 @@ tags:
- misc - misc
series: series:
- jammy - jammy
- lunar
- mantic
subordinate: true subordinate: true
provides: provides:
storage-backend: storage-backend:

View File

@@ -7,4 +7,4 @@
needs_charm_build: true needs_charm_build: true
charm_build_name: cinder-nimblestorage charm_build_name: cinder-nimblestorage
build_type: charmcraft build_type: charmcraft
charmcraft_channel: 2.1/stable charmcraft_channel: 2.x/stable

View File

@@ -37,7 +37,7 @@ applications:
- '3' - '3'
keystone: keystone:
charm: ch:keystone charm: ch:keystone
channel: latest/edge channel: 2024.1/edge
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
num_units: 1 num_units: 1
@@ -48,7 +48,7 @@ applications:
channel: latest/edge channel: latest/edge
cinder: cinder:
charm: ch:cinder charm: ch:cinder
channel: latest/edge channel: 2024.1/edge
num_units: 1 num_units: 1
storage: storage:
block-devices: '40G' block-devices: '40G'

View File

@@ -37,7 +37,7 @@ applications:
- '3' - '3'
keystone: keystone:
charm: ch:keystone charm: ch:keystone
channel: latest/edge channel: 2024.1/edge
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
num_units: 1 num_units: 1
@@ -48,7 +48,7 @@ applications:
channel: latest/edge channel: latest/edge
cinder: cinder:
charm: ch:cinder charm: ch:cinder
channel: latest/edge channel: 2024.1/edge
num_units: 1 num_units: 1
storage: storage:
block-devices: '40G' block-devices: '40G'

View File

@@ -1,6 +1,6 @@
series: mantic series: jammy
variables: variables:
openstack-origin: &openstack-origin distro openstack-origin: &openstack-origin cloud:jammy-caracal
comment: comment:
- machines section to decide order of deployment. database sooner = faster - machines section to decide order of deployment. database sooner = faster
@@ -37,7 +37,7 @@ applications:
- '3' - '3'
keystone: keystone:
charm: ch:keystone charm: ch:keystone
channel: latest/edge channel: 2024.1/edge
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
num_units: 1 num_units: 1
@@ -48,7 +48,7 @@ applications:
channel: latest/edge channel: latest/edge
cinder: cinder:
charm: ch:cinder charm: ch:cinder
channel: latest/edge channel: 2024.1/edge
num_units: 1 num_units: 1
storage: storage:
block-devices: '40G' block-devices: '40G'

View File

@@ -1,4 +1,4 @@
series: lunar series: noble
variables: variables:
openstack-origin: &openstack-origin distro openstack-origin: &openstack-origin distro
comment: comment:
@@ -37,7 +37,7 @@ applications:
- '3' - '3'
keystone: keystone:
charm: ch:keystone charm: ch:keystone
channel: latest/edge channel: 2024.1/edge
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
num_units: 1 num_units: 1
@@ -48,7 +48,7 @@ applications:
channel: latest/edge channel: latest/edge
cinder: cinder:
charm: ch:cinder charm: ch:cinder
channel: latest/edge channel: 2024.1/edge
num_units: 1 num_units: 1
storage: storage:
block-devices: '40G' block-devices: '40G'

View File

@@ -5,13 +5,12 @@ configure:
- zaza.openstack.charm_tests.keystone.setup.add_demo_user - zaza.openstack.charm_tests.keystone.setup.add_demo_user
gate_bundles: gate_bundles:
- jammy-antelope - jammy-antelope
dev_bundles:
- jammy-bobcat - jammy-bobcat
- lunar-antelope - jammy-caracal
- mantic-bobcat dev_bundles:
- noble-caracal
smoke_bundles: smoke_bundles:
- jammy-antelope - jammy-caracal
tests_options: tests_options:
force_deploy: force_deploy:
- lunar-antelope - noble-caracal
- mantic-bobcat