openstack-ansible/playbooks/roles/os_aodh
Kevin Carter 8d2e5f62a7 Implement shippable venvs
The change builds venvs in a single repo container and then
ships them to to all targets. The built venvs will be within
the repo servers and will allow for faster deployments,
upgrades, and more consistent deployments for the life cycle
of the deployment.

This will create a versioned tarball that will allow for
greater visablility into the build process as well as giving
deployers/developers the ability to compair a release in
place.

Change-Id: Ieef0b89ebc009d1453c99e19e53a36eb2d70edae
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-10-22 18:35:17 -05:00
..
defaults Implement shippable venvs 2015-10-22 18:35:17 -05: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 Implement shippable venvs 2015-10-22 18:35:17 -05:00
templates Implement aodh venv support 2015-10-15 08:22:53 -05: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

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 }}"