![Miguel Alex Cantu](/assets/img/avatar_default.png)
The alarming function of Telemetry has been seperated out by design. This patchset creates new containers for these alarming services and deploys them accordingly. See: http://lists.openstack.org/pipermail/openstack-dev/2015-September/073897.html DocImpact UpgradeImpact Implements: blueprint liberty-release Change-Id: I25294a25afa76d4d8bddad0a51c48485f33a6d20
25 lines
605 B
ReStructuredText
25 lines
605 B
ReStructuredText
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
|
|
|
|
.. code-block:: yaml
|
|
|
|
- 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 }}"
|