Role os_ceilometer for OpenStack-Ansible
Go to file
Zuul 79b9b9593e Merge "Deprecate auth_plugin option" into stable/ocata 2018-02-22 05:39:46 +00:00
defaults Deprecate auth_plugin option 2018-01-24 11:11:39 +00:00
doc Initial OSA zuul v3 role jobs 2018-01-23 22:02:12 +00:00
examples Rename package lists (and related vars) appropriately 2016-08-30 16:41:49 +01:00
files/rootwrap.d Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
handlers Perform an atomic policy file change 2017-05-02 09:17:56 +01:00
meta Optimise apt cache update task 2017-04-24 19:02:32 +00:00
releasenotes Initial OSA zuul v3 role jobs 2018-01-23 22:02:12 +00:00
tasks Remove python unicode encoding from policy.json file 2017-09-26 08:34:00 +02:00
templates Deprecate auth_plugin option 2018-01-24 11:11:39 +00:00
tests Merge "Initial OSA zuul v3 role jobs" into stable/ocata 2018-01-24 23:40:58 +00:00
vars Source template files from git or deploy host 2017-05-23 10:32:35 +00:00
zuul.d Zuul: Remove project name 2018-02-09 12:53:23 -08:00
.gitignore Updated from OpenStack Ansible Tests 2017-10-24 16:42:11 +00:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:07 +00: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 Show team and repo badges on README 2016-11-25 16:07:48 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-10-24 16:42:11 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-10-24 16:42:11 +00:00
manual-test.rc Ansible 2.1.1 role testing 2016-09-21 12:11:42 -04:00
run_tests.sh Used cached git sources and enable depends-on 2017-11-06 18:21:59 +00:00
setup.cfg Changed the home-page link 2016-10-20 17:49:07 +00:00
setup.py Updated from global requirements 2016-07-15 03:57:41 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:10:38 +00:00
tox.ini Used cached git sources and enable depends-on 2017-11-06 18:21:59 +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-collector
  • 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 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

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.