
* sync charm-helpers to classic charms
* change openstack-origin/source default to bobcat
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic
* patch charmhelpers.core.hookenv.is_subordinate due to new
release handlings in charms.openstack:
fd042afdf1
Change-Id: I9269ad8b11b2ad5ee8a9868bf23ab1710758c883
33 lines
898 B
YAML
33 lines
898 B
YAML
charm_name: aodh
|
|
|
|
gate_bundles:
|
|
- jammy-antelope
|
|
dev_bundles:
|
|
- jammy-bobcat
|
|
- lunar-antelope
|
|
- mantic-bobcat
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
tests:
|
|
- zaza.openstack.charm_tests.aodh.tests.AodhTest
|
|
configure:
|
|
- zaza.openstack.charm_tests.ceilometer.setup.basic_setup
|
|
target_deploy_status:
|
|
ceilometer:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: Run the ceilometer-upgrade action on the leader to initialize ceilometer and gnocchi
|
|
mongodb:
|
|
workload-status: unknown
|
|
workload-status-message-prefix: ''
|
|
nrpe:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: "Nagios server not configured or related"
|
|
tests_options:
|
|
force_deploy:
|
|
# nrpe charm doesn't support jammy+ and needs to be force installed
|
|
# https://bugs.launchpad.net/charm-nrpe/+bug/1968008
|
|
- jammy-antelope
|
|
- jammy-bobcat
|
|
- lunar-antelope
|
|
- mantic-bobcat
|