eb39635b4d
This charm enables the deployment of the cloudkitty service in the Openstack environment, cloudkitty service provides rating as a service based on metrics, it handles field mapping rules to calculate costs and generate reports for the end-user. Cloudkitty charm can relate to mysql, rabbitmq-server, gnocchi and keystone. func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/929 Change-Id: I35353c24c779b226d5edd2641a3177258849122b
29 lines
572 B
YAML
29 lines
572 B
YAML
charm_name: cloudkitty
|
|
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.ceilometer.setup.basic_setup
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.cloudkitty.tests.CloudkittyTest
|
|
|
|
target_deploy_status:
|
|
mysql:
|
|
num-expected-units: 1
|
|
workload-status: active
|
|
workload-status-message-prefix: ""
|
|
ceilometer:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: "Run the ceilometer-upgrade action on the leader to initialize ceilometer and gnocchi"
|
|
|
|
tests_options:
|
|
force_deploy: []
|