Go to file
Takashi Kajinami db90d12d74 Do not add swift user to ceilometer group
ceilimetermiddleware does not require access to any resources owned by
the system ceilometer user. It communicates with ceilometer services
over notification bus.

Change-Id: I5b30e4b7ec2b8c04f4bcc365aea32fbcbfddcc3a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-13 23:44:32 +09:00
2025-08-11 17:15:05 +00:00
2022-05-30 15:49:20 +02:00
2023-10-25 10:34:02 +00:00
2023-07-14 05:42:23 +00:00
2025-07-18 18:35:13 +09:00
2025-02-12 08:54:27 +01:00
2019-04-19 19:37:03 +00:00
2015-07-07 19:31:04 +00:00
2016-09-21 12:11:42 -04:00
2025-06-08 20:11:57 +00:00

OpenStack Ceilometer

Ansible Role that installs and configures OpenStack Ceilometer.

This role will install the following:
  • ceilometer-api
  • ceilometer-agent-notification
  • ceilometer-polling
  • ceilometer-registry

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

Default Variables

../../defaults/main.yml

Example Playbook

- name: Install ceilometer service
  hosts: ceilometer_all
  user: root
  roles:
    - { role: "os_ceilometer", tags: [ "os-ceilometer" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1

Tags

This role supports two tags: ceilometer-install and ceilometer-config.

The ceilometer-install tag can be used to install and upgrade.

The ceilometer-config tag can be used to maintain configuration of the service.

Documentation for the project can be found at:

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

Release notes for the project can be found at:

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

The project source code repository is located at:

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

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_ceilometer for OpenStack-Ansible
Readme 5.8 MiB
Languages
Python 53.6%
Jinja 46.4%