charm-aodh/src
Corey Bryant 3be96df033 Enable functional tests for bionic-train
This patch also updates the smoke test to run bionic-train.

Change-Id: I9e597abaeeb932f8a27e058162b7b4cd39bda0bb
2019-10-22 13:33:38 -04:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-10-04 11:49:07 -05:00
lib/charm Add the train major package version 2019-09-09 20:17:06 +00:00
reactive Enable default certificates handler 2019-09-03 10:29:17 +02:00
templates Revert back to using "rabbit_use_ssl" for ocata 2019-08-05 09:57:39 -04:00
tests Enable functional tests for bionic-train 2019-10-22 13:33:38 -04:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +01:00
README.md Update and replace http with https for doc links 2017-08-18 20:59:56 -07: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 Update series metadata 2019-08-19 11:44:34 -04:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-10-04 11:49:07 -05:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-10-04 11:49:07 -05:00
wheelhouse.txt Add disco-stein bundle to gate tests 2019-09-04 14:54:15 -04: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

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.