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: Ifdce5bbf4f5e48cc59a8d018fa8cc7f43b473539
This commit is contained in:
Alex Kavanagh 2024-02-09 18:15:47 +00:00
parent 954bf8e331
commit b6bb392757
7 changed files with 16 additions and 30 deletions

View File

@ -22,9 +22,3 @@ bases:
- name: ubuntu
channel: "22.04"
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

@ -7,13 +7,11 @@ description: Keystone v3 deployments support the use of domain specific identity
deployment. . This charm supports use of LDAP or Active Directory domain backends,
with configuration details provided by charm configuration options.
tags:
- openstack
- ldap
- identity
- openstack
- ldap
- identity
series:
- jammy
- lunar
- mantic
- jammy
provides:
domain-backend:
interface: keystone-domain-backend

View File

@ -44,7 +44,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '3'
channel: latest/edge
channel: 2024.1/edge
ldap-server:
charm: cs:~openstack-charmers/ldap-test-fixture

View File

@ -44,7 +44,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '3'
channel: latest/edge
channel: 2024.1/edge
ldap-server:
charm: cs:~openstack-charmers/ldap-test-fixture

View File

@ -1,9 +1,9 @@
variables:
openstack-origin: &openstack-origin distro
openstack-origin: &openstack-origin cloud:jammy-caracal
local_overlay_enabled: False
series: mantic
series: jammy
comment:
- 'machines section to decide order of deployment. database sooner = faster'
@ -29,7 +29,6 @@ applications:
charm: ch:mysql-innodb-cluster
num_units: 3
options:
source: *openstack-origin
# Reduce chances of spurious "super-read-only" failures, see lp:1882205
expel-timeout: 20
to:
@ -45,7 +44,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '3'
channel: latest/edge
channel: 2024.1/edge
ldap-server:
charm: cs:~openstack-charmers/ldap-test-fixture

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False
series: lunar
series: nobel
comment:
- 'machines section to decide order of deployment. database sooner = faster'
@ -29,7 +29,6 @@ applications:
charm: ch:mysql-innodb-cluster
num_units: 3
options:
source: *openstack-origin
# Reduce chances of spurious "super-read-only" failures, see lp:1882205
expel-timeout: 20
to:
@ -45,7 +44,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '3'
channel: latest/edge
channel: 2024.1/edge
ldap-server:
charm: cs:~openstack-charmers/ldap-test-fixture

View File

@ -1,16 +1,13 @@
charm_name: keystone-ldap
smoke_bundles:
- jammy-antelope
- jammy-caracal
gate_bundles:
- jammy-antelope
dev_bundles:
- jammy-bobcat
- lunar-antelope
- mantic-bobcat
- jammy-caracal
dev_bundles:
- nobel-caracal
target_deploy_status:
keystone-ldap:
workload-status: blocked
@ -22,5 +19,4 @@ tests:
tests_options:
force_deploy:
- lunar-antelope
- mantic-bobcat
- nobel-caracal