
* 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
32 lines
954 B
YAML
32 lines
954 B
YAML
name: aodh
|
|
summary: OpenStack Telemetry - Alarming service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Ceilometer aims to deliver a Single Point Of Contact for billing systems,
|
|
providing all the counters they need to establish customer billing, across
|
|
all current and future OpenStack components. The delivery of counters must be
|
|
traceable and auditable, the counters must be easily extensible to support new
|
|
projects, and agents doing data collections should be independent of the
|
|
overall system.
|
|
.
|
|
Aodh provides the Alarming service as part of OpenStack telemetry.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
- lunar
|
|
- mantic
|
|
subordinate: false
|
|
requires:
|
|
mongodb:
|
|
interface: mongodb
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
resources:
|
|
policyd-override:
|
|
type: file
|
|
filename: policyd-override.zip
|
|
description: The policy.d overrides file
|