f70f0434a099bdbff402e86d19a2d4223367b143
Miguel Cantu
f70f0434a0
Implement Ceilometer
This patch implements the implement-ceilometer blueprint. It addes the necessary role/variables to deploy ceilometer with a Mongodb backend. The Monogdb backend is assumed to be up and configured and the playbooks only require a few values to be set in user_variables to establish a connection. Change-Id: I2164a1f27f632ce254cc2711ada2c449a9961fed Implements: blueprint implement-ceilometer
OpenStack nova
- tags
-
openstack, nova, cloud, ansible
- category
-
*nix
Role for deployment, setup and installation of nova.
- This role will install the following:
-
- nova-consoleauth
- nova-conductor
- nova-compute
- nova-cert
- nova-api-metadata
- nova-spicehtml5proxy
- nova-api-ec2
- nova-api-os-compute
- nova-api-ec2
-name: Installation and setup of Nova
hosts: nova_all
user: root
roles:
-{role:"os_nova",tags:["os-nova"]}
vars:
nova_galera_address:"{{ internal_lb_vip_address }}"Description
Languages
Jinja
66.8%
Python
30.8%
Shell
2.4%