Role os_ceilometer for OpenStack-Ansible
Go to file
Mohammed Naser 7b1cb6a6fb Switch non-voting jobs to use Zuul stanza
The extra jobs that we have are not something that is needed, we simply can
set the jobs to non-voting in the project definition and avoid having non
voting jobs.

Change-Id: Ib526ac1b7191cb31995181df7e5cb12a5ef25da8
2018-06-13 21:50:58 -04:00
defaults Do not pip install keystoneclient on the host 2018-05-31 08:37:58 +01:00
doc Updated from global requirements 2018-03-15 07:32:27 +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 Use listen instead of chained notifiers 2018-03-17 14:11:54 -07:00
meta Remove pip_install dependency 2018-02-07 19:35:37 +00:00
releasenotes Add support for using distribution packages for OpenStack services 2018-05-18 15:25:38 +01:00
tasks Add support for using distribution packages for OpenStack services 2018-05-18 15:25:38 +01:00
templates Deprecate auth_uri option 2018-04-03 14:17:06 +08:00
tests Remove tests-repo-clone.sh 2018-03-28 10:13:17 +01:00
vars vars: Do not pull devel packages on distro installations 2018-06-04 10:03:55 +01:00
zuul.d Switch non-voting jobs to use Zuul stanza 2018-06-13 21:50:58 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:50:29 +00: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 Update links in README 2018-03-03 12:31:33 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:40:29 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2018-02-07 19:34:08 +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 2018-04-30 05:13:28 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-17 10:31:06 +00:00
setup.py Updated from global requirements 2017-03-02 11:51:32 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:32:27 +00:00
tox.ini Add support for using distribution packages for OpenStack services 2018-05-18 15:25:38 +01: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 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.