https://github.com/openstack/openstack-ansible-os_ceilometer
Role os_ceilometer for OpenStack-Ansible. Mirror of code maintained at opendev.org.
https://github.com/openstack/openstack-ansible-os_ceilometer
Last synced: 4 months ago
JSON representation
Role os_ceilometer for OpenStack-Ansible. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/openstack-ansible-os_ceilometer
- Owner: openstack
- License: apache-2.0
- Created: 2016-03-01T09:01:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T11:11:59.000Z (7 months ago)
- Last Synced: 2025-12-07T20:00:10.732Z (7 months ago)
- Language: Python
- Homepage: https://opendev.org/openstack/openstack-ansible-os_ceilometer
- Size: 814 KB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
====================
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
=================
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Example Playbook
================
.. code-block:: yaml
- 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