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: I545a2b216bd7b3df064eeaaa63e5867c3ce81348
This commit is contained in:
parent
d559184c36
commit
a3c662dffe
@ -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]
|
||||
|
@ -5,14 +5,12 @@ description: |
|
||||
This charm supports the use of Kerberos as a security mechanism
|
||||
for authentication through keystone.
|
||||
tags:
|
||||
- openstack
|
||||
- identity
|
||||
- kerberos
|
||||
- ldap
|
||||
- openstack
|
||||
- identity
|
||||
- kerberos
|
||||
- ldap
|
||||
series:
|
||||
- jammy
|
||||
- lunar
|
||||
- mantic
|
||||
- jammy
|
||||
subordinate: true
|
||||
provides:
|
||||
keystone-fid-service-provider:
|
||||
|
@ -47,7 +47,7 @@ applications:
|
||||
token-expiration: 60
|
||||
to:
|
||||
- '3'
|
||||
channel: latest/edge
|
||||
channel: 2024.1/edge
|
||||
keystone-kerberos:
|
||||
charm: ../../../keystone-kerberos.charm
|
||||
options:
|
||||
|
@ -47,7 +47,7 @@ applications:
|
||||
token-expiration: 60
|
||||
to:
|
||||
- '3'
|
||||
channel: latest/edge
|
||||
channel: 2024.1/edge
|
||||
keystone-kerberos:
|
||||
charm: ../../../keystone-kerberos.charm
|
||||
options:
|
||||
|
@ -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'
|
||||
machines:
|
||||
@ -32,8 +32,6 @@ applications:
|
||||
mysql-innodb-cluster:
|
||||
charm: ch:mysql-innodb-cluster
|
||||
num_units: 3
|
||||
options:
|
||||
source: *openstack-origin
|
||||
to:
|
||||
- '0'
|
||||
- '1'
|
||||
@ -49,7 +47,7 @@ applications:
|
||||
token-expiration: 60
|
||||
to:
|
||||
- '3'
|
||||
channel: latest/edge
|
||||
channel: 2024.1/edge
|
||||
keystone-kerberos:
|
||||
charm: ../../../keystone-kerberos.charm
|
||||
options:
|
@ -3,7 +3,7 @@ variables:
|
||||
|
||||
local_overlay_enabled: False
|
||||
|
||||
series: lunar
|
||||
series: noble
|
||||
comment:
|
||||
- 'machines section to decide order of deployment. database sooner = faster'
|
||||
machines:
|
||||
@ -32,8 +32,6 @@ applications:
|
||||
mysql-innodb-cluster:
|
||||
charm: ch:mysql-innodb-cluster
|
||||
num_units: 3
|
||||
options:
|
||||
source: *openstack-origin
|
||||
to:
|
||||
- '0'
|
||||
- '1'
|
||||
@ -49,7 +47,7 @@ applications:
|
||||
token-expiration: 60
|
||||
to:
|
||||
- '3'
|
||||
channel: latest/edge
|
||||
channel: 2024.1/edge
|
||||
keystone-kerberos:
|
||||
charm: ../../../keystone-kerberos.charm
|
||||
options:
|
@ -1,16 +1,13 @@
|
||||
charm_name: keystone-kerberos
|
||||
|
||||
smoke_bundles:
|
||||
- jammy-antelope
|
||||
|
||||
- jammy-caracal
|
||||
gate_bundles:
|
||||
- jammy-antelope
|
||||
|
||||
dev_bundles:
|
||||
- jammy-bobcat
|
||||
- lunar-antelope
|
||||
- mantic-bobcat
|
||||
|
||||
- jammy-caracal
|
||||
dev_bundles:
|
||||
- noble-caracal
|
||||
configure:
|
||||
- zaza.openstack.charm_tests.kerberos.setup.run_all_configuration_steps
|
||||
|
||||
@ -19,9 +16,7 @@ tests:
|
||||
|
||||
tests_options:
|
||||
force_deploy:
|
||||
- lunar-antelope
|
||||
- mantic-bobcat
|
||||
|
||||
- noble-caracal
|
||||
target_deploy_status:
|
||||
keystone-kerberos:
|
||||
workload-status: blocked
|
||||
|
Loading…
Reference in New Issue
Block a user