Role os_ceilometer for OpenStack-Ansible
Go to file
Travis Truman 14329548f5 RabbitMQ config rework
RPC configuration now uses transport_url. Notification config
now uses the rabbitmq_telemetry_* vars by default

Role testing is now testing using RabbitMQ with no SSL
for consistency with all other role tests.

Implements: blueprint multi-rabbitmq-clusters
Change-Id: I35664b096ab236e19a3b9dff4bef2ebdeb974039
2016-08-03 21:58:29 -04:00
defaults RabbitMQ config rework 2016-08-03 21:58:29 -04:00
doc Ensure that doc linting is included in the linters test 2016-07-26 00:37:15 +01:00
files/rootwrap.d Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
handlers Address Ansible bare variable usage 2016-06-15 12:56:31 -04:00
meta Implement Ubuntu 16.04 support with SystemD 2016-06-14 11:33:42 -07:00
releasenotes Add ability to change apt/yum package state 2016-08-02 13:29:27 +01:00
tasks Merge "Add ability to change apt/yum package state" 2016-08-02 14:11:39 +00:00
templates RabbitMQ config rework 2016-08-03 21:58:29 -04:00
tests RabbitMQ config rework 2016-08-03 21:58:29 -04:00
vars Implement Ubuntu 16.04 support with SystemD 2016-06-14 11:33:42 -07:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:47:26 +10:00
.gitreview Implement base configuration for independent repository 2016-03-01 09:43:48 -08:00
CONTRIBUTING.rst Replace invalid references to Glance 2015-10-30 07:28:53 +09:00
LICENSE Implement Ceilometer 2015-07-07 19:31:04 +00:00
README.rst Ensure that doc linting is included in the linters test 2016-07-26 00:37:15 +01:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-16 22:24:54 -04:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:55:19 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:55:19 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 09:43:48 -08:00
setup.py Updated from global requirements 2016-07-15 03:57:41 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:41 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-26 00:37:15 +01:00

README.rst

OpenStack Ceilometer

Ansible Role that installs and configures OpenStack Ceilometer.

This role will install the following:
  • ceilometer-api
  • 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 server
  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