kevin fd34f27ec2 Adds the config_template to OpenStack Services
The change modifies the ceilometer template tasks such that its now
using the config_template action plugin. This change will make so that
OpenStack services can be dynamically updated, for any of its config
files, by a deployer, at run time, without requiring the need to modify
the in tree templates or defaults.

Partially implements: blueprint tunable-openstack-configuration

Change-Id: Ia88064e2bf870e1bf7659408b84e8ac1be46b803
2015-09-11 13:09:12 +00:00
..
2015-07-07 19:31:04 +00:00
2015-07-07 19:31:04 +00:00
2015-09-10 17:14:03 +00:00
2015-07-07 19:31:04 +00:00
2015-07-07 19:31:04 +00:00
2015-07-07 19:31:04 +00:00

OpenStack ceilometer

tags

openstack, ceilometer, cloud, ansible

category

*nix

Role to install ceilometer and ceilometer registry.

This role will install the following:
  • ceilometer-api
  • ceilometer-registry
- 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
    galera_address: "{{ internal_lb_vip_address }}"