If requested, in the address bar above, please allow popups.
Description
Aodh provides alarms and notifications baseds on metrics collected
across an OpenStack Cloud.
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 mongodb
juju deploy rabbitmq-server
juju add-relation aodh rabbitmq-server
juju add-relation aodh mongodb
juju add-relation aodh keystone
Configuration Options
TODO
Configuration
- os-admin-network
- (string) The IP address and netmask of the OpenStack Admin network (e.g., 192.168.0.0/24) . This network will be used for admin endpoints.
- openstack-origin
- (string) Repository from which to install OpenStack. May be one of the following: distro (default) ppa:somecustom/ppa (PPA name must include OpenStack Release) deb url sources entry|key id or a supported Ubuntu Cloud Archive pocket. Supported Ubuntu Cloud Archive pockets include: cloud:trusty-liberty cloud:trusty-juno cloud:trusty-kilo cloud:trusty-liberty cloud:trusty-mitaka Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.
- distro
- verbose
- (boolean) Enable verbose logging
- os-internal-network
- (string) The IP address and netmask of the OpenStack Internal network (e.g., 192.168.0.0/24) . This network will be used for internal endpoints.
- region
- (string) OpenStack Region
- RegionOne
- os-public-hostname
- (string) The hostname or address of the public endpoints created for neutron-api in the keystone identity provider. . This value will be used for public endpoints. For example, an os-public-hostname set to 'neutron-api.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://neutron-api.example.com:9696/
- os-public-network
- (string) The IP address and netmask of the OpenStack Public network (e.g., 192.168.0.0/24) . This network will be used for public endpoints.
- debug
- (boolean) Enable debug logging
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.