1143e484db038f8590a3f72d3d985969f57783b5
Go to file
Jean-Philippe Evrard 1143e484db Point roles docs bugs to openstack-ansible LP
Currently when clicking on the small bug in the roles'
docs, we land on openstack-manuals launchpad.
This should solve it.
Change-Id: Icd1b37214a66ed17db255a3dee93575f57815645
2016年12月01日 14:51:31 +00:00
2016年11月23日 21:10:32 +01:00
2016年12月01日 14:51:31 +00:00
2016年11月18日 16:42:48 +01:00
2016年11月07日 09:57:08 +00:00
2016年11月18日 16:42:48 +01:00
2016年11月18日 16:42:48 +01:00
2016年09月19日 16:15:45 -04:00
2016年07月01日 09:35:24 -07:00
2016年09月09日 10:30:35 +01:00
2016年07月01日 09:35:24 -07:00
2016年09月27日 18:01:18 +00:00
2016年11月25日 16:29:53 +01:00
2016年09月19日 16:15:45 -04:00
2016年07月15日 03:57:44 +00:00
2016年10月19日 07:42:08 +01:00

Team and repository tags

image

OpenStack-Ansible CloudKitty

tags

openstack, cloudkitty, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack cloudkitty.

This role will install the following Upstart services:
  • cloudkitty-api
  • cloudkitty-processor

Required Variables

 cloudkitty_service_password
 cloudkitty_rabbitmq_password
 cloudkitty_container_mysql_password
 cloudkitty_galera_address

Example Playbook

 -name: Install cloudkitty server
 hosts: cloudkitty_all
 user: root
 roles:
 -{role:"os_cloudkitty",tags:["os-cloudkitty"]}
 vars:
 external_lb_vip_address:172.16.24.1
 internal_lb_vip_address:192.168.0.1
 cloudkitty_galera_address:"{{ internal_lb_vip_address }}"
 cloudkitty_container_mysql_password:"SuperSecretePassword1"
 cloudkitty_service_password:"SuperSecretePassword2"
 cloudkitty_rabbitmq_password:"SuperSecretePassword3"
Description
Role os_cloudkitty for OpenStack-Ansible
Readme 2.8 MiB
Languages
Python 56.4%
Jinja 43.6%