Role os_ceilometer for OpenStack-Ansible
Go to file
Kevin Carter 2d535d5f5e Update Master SHAs - 17 Jan 2016
This patch does the following:
- updates the Master SHAs for new development work.
- includes updates to policy, paste and rootwrap files as required
- moves the Aodh repository to openstack_services as it now has
  implemented a stable branch
- Updated the keystone-wsgi file as it was still running the code from
  liberty
- add 2 package requirements to keystone which must be present for the
  new wsgi file.
- updates tempest.conf.j2 to replace ssh_auth_method with auth_method,
  and change auth_method to 'keypair' (configured is no longer an
  a valid option)

Change-Id: I933c24c03518865d9d40519dafb2ba46769a5453
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-18 23:58:48 +00:00
defaults Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
files/rootwrap.d Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
handlers Added ceilometer-polling upstart jobs 2015-11-29 22:47:17 +00:00
meta Implement Ceilometer 2015-07-07 19:31:04 +00:00
tasks Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
templates Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +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 Implement Ceilometer 2015-07-07 19:31:04 +00:00

README.rst

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 }}"