Role os_ceilometer for OpenStack-Ansible
Go to file
Dmitriy Rabotyagov 2a009c75a0 Disable ceilometer distro jobs
Ceilometer and gnocchi stack got broken because of the bump of pecan
library in u-c. While source install is fixed upstream, it takes time
to get distro packages upated, so it's worth disabling distro
jobs to get CI unblocked.

Change-Id: I5fe1d17a39635a02007cbd65619c03a5f7c3964b
2020-08-19 23:41:16 +03:00
defaults Cleanup after repo_build and pip_install retirement 2020-05-12 21:19:31 +03:00
doc Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:01:32 +00:00
examples Trivial: Fix the pep8 warning 2018-08-06 07:19:28 +00:00
handlers Use a common python build/install role 2018-09-03 10:40:38 +00:00
meta Clarify supported SUSE versions 2019-05-20 11:30:58 +02:00
releasenotes Use newer openstackdocstheme and reno versions 2020-06-03 19:12:27 +02:00
tasks Updated from OpenStack Ansible Tests 2020-06-08 19:54:05 +00:00
templates Cleanup config from keystone_authtoken section 2019-03-27 17:47:04 +02:00
tests Cleanup after repo_build and pip_install retirement 2020-05-12 21:19:31 +03:00
vars Add centos-8 and ubuntu focal support 2020-07-24 12:00:34 +00:00
zuul.d Disable ceilometer distro jobs 2020-08-19 23:41:16 +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 2019-08-20 03:05:41 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2020-05-22 07:03:25 +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 2019-08-20 03:05:41 +00:00
setup.cfg Cleanup py27 support 2020-04-14 16:25:37 +08:00
setup.py Cleanup py27 support 2020-04-14 16:25:37 +08:00
tox.ini [ussuri][goal] Updates for python 2.7 drop 2020-03-01 16:00:35 +00: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