Role os_ceilometer for OpenStack-Ansible
Go to file
wangyayan 1beca3d1e3 [Trivial Fix] Replace Chinese punctuation with English punctuation
Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: Ieabebf214753733d4762756f1c51c1e2c71ab658
2018-09-10 10:45:04 +08:00
defaults Use a common python build/install role 2018-09-03 10:40:38 +00:00
doc Remove database configuration 2018-06-12 20:29:03 +01: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 a common python build/install role 2018-09-03 10:40:38 +00:00
meta Add bionic to galaxy_info metadata 2018-08-02 14:56:22 +01:00
releasenotes Merge "Remove the duplicated word" 2018-08-17 04:40:53 +00:00
tasks Use a common python build/install role 2018-09-03 10:40:38 +00:00
templates Changed messaging_urls for notification agent 2018-09-07 19:02:27 +03:00
tests use include_tasks instead of include 2018-08-15 17:02:23 +08:00
vars Remove python-keystoneclient package install 2018-08-10 14:53:22 +01:00
zuul.d switch documentation job to new PTI 2018-08-21 13:21:53 +00: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 [Trivial Fix] Replace Chinese punctuation with English punctuation 2018-09-10 10:45:04 +08:00
LICENSE Implement Ceilometer 2015-07-07 19:31:04 +00:00
README.rst Add the project source code repository in README 2018-07-28 11:38:30 +00: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
tox.ini Use the TESTING_BRANCH env var for constraints 2018-08-16 15:40:58 +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 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