Role os_ceilometer for OpenStack-Ansible
Go to file
Jean-Philippe Evrard 77808f6f5e Add distro installs jobs
Latest patch [1] forgot to add the distro installs jobs.
This should fix it, and increase the coverage.

Change-Id: If3ca5cdf1e59fc9501a5e0130de4aeb0c54c3787
1: https://review.opendev.org/#/c/658431/
2019-05-20 11:30:20 +02:00
defaults Update role for new source build process 2019-03-27 10:18:21 +02:00
doc Merge "Optimizing the safety of the http link site in project.yaml." 2019-04-16 21:37:07 +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 debian: add support 2019-04-11 00:37:23 +00:00
releasenotes Update master for stable/stein 2019-04-08 09:17:19 +00:00
tasks Updated from OpenStack Ansible Tests 2019-05-09 11:34:16 +00:00
templates Cleanup config from keystone_authtoken section 2019-03-27 17:47:04 +02:00
tests Update role for new source build process 2019-03-27 21:06:22 +02:00
vars debian: add support 2019-04-11 00:37:23 +00:00
zuul.d Add distro installs jobs 2019-05-20 11:30:20 +02:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:52:15 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:03 +00:00
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 2018-09-12 12:55:11 +00:00
LICENSE Implement Ceilometer 2015-07-07 19:31:04 +00:00
README.rst Add bugs url link to README 2018-09-27 03:09:14 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2019-05-09 11:34:16 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2019-05-09 11:34:16 +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-05-09 11:34:16 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:12:50 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:32 +00:00
tox.ini fix tox python3 overrides 2018-12-01 10:54:05 +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://git.openstack.org/cgit/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