Role os_ceilometer for OpenStack-Ansible
Go to file
Dmitriy Rabotyagov 17fc5d6465 Fix linters and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/888517
Change-Id: I32efef68c8ade24fb164f2cfcecd8e7147bf5f0e
2023-07-14 05:42:23 +00:00
defaults Fix linters and metadata 2023-07-14 05:42:23 +00:00
doc Switch sphinx language to en 2022-05-30 15:49:20 +02:00
examples Trivial: Fix the pep8 warning 2018-08-06 07:19:28 +00:00
handlers Ensure service is restarted on unit file changes 2023-04-10 15:49:06 +02:00
meta Fix linters and metadata 2023-07-14 05:42:23 +00:00
releasenotes Fix logic of defining polling_namespaces 2023-05-05 21:22:41 +00:00
tasks Fix linters and metadata 2023-07-14 05:42:23 +00:00
templates Fix logic of defining polling_namespaces 2023-05-05 21:22:41 +00:00
tests Cleanup after repo_build and pip_install retirement 2020-05-12 21:19:31 +03:00
vars Fix linters and metadata 2023-07-14 05:42:23 +00:00
zuul.d Replace linters test with integarted one 2021-05-21 15:52:26 +03:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:05:41 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:03 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 21:21:11 +03:00
LICENSE Implement Ceilometer 2015-07-07 19:31:04 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-07-10 23:03:29 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:45:33 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:18:08 +00:00
manual-test.rc Ansible 2.1.1 role testing 2016-09-21 12:11:42 -04:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-03-31 20:15:01 +00:00
tox.ini Cleanup setup.py config 2022-03-31 10:38:34 -04:00

README.rst

Team and repository tags

image

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