Role os_aodh for OpenStack-Ansible
Go to file
Jonathan Rosser 2e3e39ab6b Remove legacy apache variables
Change-Id: I3f63f7b01dfa99a90d69534dd2fea90bc2b1b422
2022-02-02 04:04:34 -05:00
defaults Database connection pooling improvements 2021-12-03 11:50:01 +01:00
doc Fix linter errors 2020-10-07 11:29:21 +01:00
examples Merge "Trivial: Fix the pep8 warning" 2018-10-06 22:50:24 +00:00
handlers Remove policy.json cleanup handler 2022-02-02 04:04:34 -05:00
meta Use ansible_facts[] instead of fact variables 2021-03-16 07:58:51 +00:00
releasenotes Use newer openstackdocstheme and reno versions 2020-06-03 19:11:39 +02:00
tasks Refactor use of include_vars 2022-01-12 11:17:20 +00:00
templates Database connection pooling improvements 2021-12-03 11:50:01 +01:00
tests remove ansible_python_interpreter 2020-06-11 15:59:12 -04:00
vars Remove legacy apache variables 2022-02-02 04:04:34 -05:00
zuul.d Replace linters test with integarted one 2021-05-21 15:52:21 +03:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:05:32 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:54 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 20:53:39 +03:00
LICENSE Seperated out Telemetry Alarming (Aodh) 2015-10-15 11:20:53 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-07-17 11:27:53 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:45:19 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:17:27 +00:00
manual-test.rc Use centralised test scripts 2016-09-27 17:08:44 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2021-03-12 22:17:27 +00:00
setup.cfg Cleanup py27 support 2020-04-10 12:29:22 +02:00
setup.py Cleanup py27 support 2020-04-10 12:29:22 +02:00
tox.ini Changed minversion in tox to 3.18.0 2021-07-03 21:26:20 +08:00

README.rst

Team and repository tags

image

OpenStack Aodh

Ansible role that installs and configures OpenStack Aodh as the alarm functionality of Telemetry.

This role will install the following:
  • aodh-api
  • aodh-listener
  • aodh-evaluator
  • aodh-notifier

The role will configure Aodh to use MongoDB for data storage, but does not install or configure MongoDB.

Default Variables

../../defaults/main.yml

Required Variables

To use this role, define the following variables:

# Needed for aodh to talk to MongoDB
aodh_container_db_password: "secrete"
# Password used for Keystone aodh service user
aodh_service_password: "secrete"
# Needed for aodh to talk to memcached
memcached_servers: 127.0.0.1
memcached_encryption_key: "some_key"
# Needed for aodh to locate and connect to Oslo.Messaging
aodh_oslomsg_rpc_transport: rabbit
aodh_oslomsg_rpc_password: "secrete"
aodh_oslomsg_rpc_servers: "10.100.100.2"
aodh_oslomsg_rpc_use_ssl: true
aodh_oslomsg_rpc_port: 5671
aodh_oslomsg_notify_transport: rabbit
aodh_oslomsg_notify_password: "secrete"
aodh_oslomsg_notify_servers: "10.100.100.2"
aodh_oslomsg_notify_use_ssl: true
aodh_oslomsg_notify_port: 5671
# Needed to setup the aodh service in Keystone
keystone_admin_user_name: admin
keystone_admin_tenant_name: admin
keystone_auth_admin_password: "SuperSecretePassword"
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
keystone_service_internaluri: "http://1.2.3.4:5000"
keystone_service_internalurl: "{{ keystone_service_internaluri }}/v3"
keystone_service_adminuri: "http://5.6.7.8:5000"
keystone_service_adminurl: "{{ keystone_service_adminuri }}/v3"

OpenStack-Ansible Aodh

Ansible role to install OpenStack Aodh.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_aodh/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_aodh

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-os_aodh/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible