The bundles for the yoga channel currently point to "latest/edge" channel for all the charms. This update points the charms to the appropriate channel for the charm being used, either from ceph, openstack, ovn or the misc tracks. Remove EOL impish bundle. Change-Id: Ifefb045be78d5ba583abeee5b7402d73244e7393
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
charm_name: keystone
|
|
|
|
smoke_bundles:
|
|
- focal-yoga
|
|
|
|
gate_bundles:
|
|
- focal-yoga
|
|
- jammy-yoga
|
|
- focal-xena
|
|
|
|
dev_bundles: []
|
|
|
|
comment: |
|
|
the glance configure job validates operation of identity-service relation.
|
|
The policyd test is generic and validates the policy.d overrides work
|
|
|
|
configure:
|
|
- vault:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize_no_validation_no_wait
|
|
- keystone:
|
|
- zaza.openstack.charm_tests.keystone.setup.wait_for_cacert
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
|
|
tests:
|
|
- keystone:
|
|
- zaza.openstack.charm_tests.keystone.tests.AuthenticationAuthorizationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.CharmOperationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.policyd.tests.KeystoneTests
|
|
- zaza.openstack.charm_tests.keystone.tests.AuthenticationAuthorizationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.CharmOperationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.policyd.tests.KeystoneTests
|
|
|
|
tests_options:
|
|
policyd:
|
|
service: keystone
|
|
force_deploy:
|
|
- jammy-yoga
|
|
target_deploy_status:
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message: Vault needs to be initialized
|