f70f0434a099bdbff402e86d19a2d4223367b143
Go to file
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
2015年07月07日 19:31:04 +00:00
2015年07月07日 19:31:04 +00:00
2015年02月18日 10:56:25 +00:00
2015年05月08日 13:22:42 -05:00
2015年07月07日 19:31:04 +00:00
2015年02月18日 10:56:25 +00:00
2015年06月10日 02:07:38 +00:00

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
Role os_nova for OpenStack-Ansible
Readme 16 MiB
Languages
Jinja 66.8%
Python 30.8%
Shell 2.4%