charm-aodh/src
Aurelien Lourot 911730b11d Sync release-tools
Sync release-tools boilerplate containing these changes
in order to pin pip < 20.3:
https://github.com/openstack-charmers/release-tools/pull/125
https://github.com/openstack-charmers/release-tools/pull/126

Change-Id: I547dac73e602eafefd34db2be8c2580f18740056
2020-12-11 13:52:02 +01:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-10-04 11:49:07 -05:00
lib/charm Switch to python3-apt in Victoria 2020-10-15 12:39:00 +00:00
reactive Update peers with API addresses 2020-03-27 14:47:12 -07:00
templates Revert back to using "rabbit_use_ssl" for ocata 2019-08-05 09:57:39 -04:00
tests Add Groovy to the test gate 2020-11-05 12:42:23 +01:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +01:00
README.md Policyd override implementation 2020-07-08 22:59:39 +01:00
config.yaml Policyd override implementation 2020-07-08 22:59:39 +01:00
copyright Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00
icon.svg Update charm icon 2017-08-02 17:19:16 +01:00
layer.yaml Rebuild for sync layer-openstack 2019-08-22 09:00:19 +02:00
metadata.yaml Updates for 20.08 cycle start for groovy and libs 2020-07-09 13:56:37 +00:00
test-requirements.txt Sync release-tools 2020-12-11 13:52:02 +01:00
tox.ini Sync release-tools 2020-12-11 13:52:02 +01:00
wheelhouse.txt Add ussuri package version and pin Jinja2 wheel 2020-01-31 20:50:19 +00:00

README.md

Overview

This charm provides the Aodh Alarming service for an OpenStack Cloud.

Usage

Aodh relies on services from the mongodb, rabbitmq-server and keystone charms:

juju deploy aodh
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation aodh rabbitmq-server
juju add-relation aodh mysql
juju add-relation aodh keystone

Policy Overrides

Policy overrides is an advanced feature that allows an operator to override the default policy of an OpenStack service. The policies that the service supports, the defaults it implements in its code, and the defaults that a charm may include should all be clearly understood before proceeding.

Caution: It is possible to break the system (for tenants and other services) if policies are incorrectly applied to the service.

Policy statements are placed in a YAML file. This file (or files) is then (ZIP) compressed into a single file and used as an application resource. The override is then enabled via a Boolean charm option.

Here are the essential commands (filenames are arbitrary):

zip overrides.zip override-file.yaml
juju attach-resource aodh policyd-override=overrides.zip
juju config aodh use-policyd-override=true

See appendix Policy Overrides in the OpenStack Charms Deployment Guide for a thorough treatment of this feature.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.