Role os_aodh for OpenStack-Ansible
Go to file
Jenkins 552e861d87 Merge "Account for oslo_config deprecations in aodh.conf template" 2016-03-09 20:18:52 +00:00
defaults Remove MySQL-python from Aodh pip requirements 2016-02-23 12:41:57 +00:00
doc Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
handlers Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
meta Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
tasks Merge "Remove the messaging tasks from the role" 2016-03-08 04:11:12 +00:00
templates Merge "Account for oslo_config deprecations in aodh.conf template" 2016-03-09 20:18:52 +00:00
tests Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
.gitignore Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
CONTRIBUTING.rst Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
LICENSE Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
README.rst Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:22:36 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
test-requirements.txt Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00
tox.ini Implement base configuration for independent repository 2016-03-02 07:28:08 +00:00

README.rst

OpenStack Aodh

tags

openstack, ceilometer, cloud, ansible, aodh

category

*nix

Role to install aodh as the alarm functionality of Telemetry

This role will install the following:
  • aodh-api
  • aodh-listener
  • aodh-alarm-evaluator
  • aodh-alarm-notifier
- name: Install aodh services
  hosts: aodh_all
  user: root
  roles:
    - { role: "os_aodh", tags: [ "os-aodh" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    galera_address: "{{ internal_lb_vip_address }}"