Major Hayden d930a7b55c Enable encryption for all RabbitMQ connections
This change enables encryption between OpenStack services and RabbitMQ by
default.

Closes-bug: 1509086

Change-Id: Ic95a556e001f66df935ea7db613b497b47062851
2015-10-27 14:42:59 +00:00
..
2015-10-22 18:35:17 -05:00
2015-10-22 18:35:17 -05: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 }}"