Role os_aodh for OpenStack-Ansible
Go to file
Kevin Carter d0d97ceab9 blacklist Ansible 1.9.6
This version of ansible is broken due to the following upstream
Ansible issue:
  * https://github.com/ansible/ansible-modules-extras/issues/2042

Change-Id: I010e24449169506f625e964d550bc372717a6eb6
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-04-16 08:42:30 -05:00
defaults Updated role using the Multi-Distro framework 2016-04-11 17:15:59 -05: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 Updated role using the Multi-Distro framework 2016-04-11 17:15:59 -05:00
releasenotes Add reno scaffolding for release notes management 2016-04-09 19:19:31 +01:00
tasks Updated role using the Multi-Distro framework 2016-04-11 17:15:59 -05:00
templates Update role for stable/mitaka testing 2016-03-23 21:48:24 +00:00
tests Switch defaults/tests to use master branch 2016-04-03 12:58:13 +01:00
vars Updated role using the Multi-Distro framework 2016-04-11 17:15:59 -05:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 19:19:31 +01: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 Update aodh alarm service names 2016-03-10 11:47:59 +00:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-16 22:19:59 -04:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:22:36 +00:00
run_tests.sh Adding Vagrantfile for local developer testing 2016-03-16 22:19:59 -04: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 blacklist Ansible 1.9.6 2016-04-16 08:42:30 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:19:31 +01: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-evaluator
  • aodh-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 }}"