Go to file
Ivan Anfimov 0b298f4281 Remove functional test environments from tox.ini
This removes tox evs which are dependent on a tests repo framework,
which was deperecated.

Change-Id: I318dc9d10664b2fda0558a18a91e6b5970926a34
Co-authored-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2025-09-04 19:42:19 +00:00
2025-02-12 08:42:35 +01:00
2022-05-30 16:01:20 +02:00
2023-08-23 09:31:20 +02:00
2025-02-12 08:44:01 +01:00
2025-07-18 18:39:09 +09:00
2020-06-11 15:59:12 -04:00
2025-01-06 10:23:48 +00:00
2025-02-12 08:42:35 +01:00
2025-02-12 08:42:35 +01:00
2019-04-19 19:42:54 +00:00
2016-09-27 17:08:44 +00:00

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.

Adding The Service to Your OpenStack-Ansible Deployment

To add a new service to your OpenStack-Ansible (OSA) deployment:

  • Define metering-alarm_hosts in your conf.d or openstack_user_config.yml. For example:

    metering-alarm_hosts:
      infra1:
        ip: 172.20.236.111
      infra2:
        ip: 172.20.236.112
      infra3:
        ip: 172.20.236.113
  • Create respective LXC containers (skip this step for metal deployments):

    openstack-ansible openstack.osa.containers_lxc_create --limit aodh_all,metering-alarm_hosts
  • Run service deployment playbook:

    openstack-ansible openstack.osa.aodh

For more information, please refer to the OpenStack-Ansible project documentation.

Always verify that the integration is successful and that the service behaves correctly before using it in a production environment.

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

Description
Role os_aodh for OpenStack-Ansible
Readme 4.8 MiB
Languages
Python 64.6%
Jinja 35.4%