charm-aodh/src
David Ames 2031087406 Enable Ocata Amulet Tests
- Add Zesty as a supported series to metadata.yaml.
- Turn on Xenial-Ocata Amulet test definitions.
- Sync charm helpers to get Juju 2.x amulet compatibility.
- Keeping Zesty-Ocata Amulet test definitions turned off until the
  metadata.yaml changes propagate to the charm store.
- Resync tox.ini to resolve amulet test failures.

Change-Id: Iab06b4418334995245b446abc68bb194dc0f6072
2017-03-24 13:47:59 +00:00
..
lib/charm Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
reactive Fix network space support for database relation 2017-01-26 10:20:42 +00:00
templates Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
tests Enable Ocata Amulet Tests 2017-03-24 13:47:59 +00:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +01:00
README.md Update reference to charm-guide 2016-07-15 16:03:27 +01:00
copyright Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00
icon.svg Add charm icon 2016-06-20 15:42:13 +01:00
layer.yaml Remove the unused 'verbose' config option 2017-03-03 14:42:43 +00:00
metadata.yaml Enable Ocata Amulet Tests 2017-03-24 13:47:59 +00:00
test-requirements.txt Update reference to charm-guide 2016-07-15 16:03:27 +01:00
tox.ini Enable Ocata Amulet Tests 2017-03-24 13:47:59 +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

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.