
* 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: I2cb698f719106e54b06009f24ea47259419e9cad
35 lines
850 B
YAML
35 lines
850 B
YAML
charm_name: ovn-dedicated-chassis
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
target_deploy_status:
|
|
ovn-central:
|
|
workload-status: waiting
|
|
workload-status-message-prefix: "'ovsdb-peer' incomplete, 'certificates' awaiting server certificate data"
|
|
ovn-dedicated-chassis:
|
|
workload-status: waiting
|
|
workload-status-message-prefix: "'certificates' awaiting server certificate data"
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: Vault needs to be initialized
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize_no_validation
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.ovn.tests.OVNDedicatedChassisDeferredRestartTest
|
|
- zaza.openstack.charm_tests.ovn.tests.ChassisCharmOperationTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- kinetic-zed
|