* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I4cae0a313230a8617beac36a2dbfe0c019c5e0de
31 lines
598 B
YAML
31 lines
598 B
YAML
charm_name: keystone-kerberos
|
|
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.kerberos.setup.run_all_configuration_steps
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.kerberos.tests.CharmKeystoneKerberosTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- kinetic-zed
|
|
|
|
target_deploy_status:
|
|
keystone-kerberos:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: "Kerberos configuration incomplete"
|
|
ubuntu-test-host:
|
|
workload-status: active
|
|
workload-status-message-prefix: ''
|