a1b5ad8112c0181a5710d479b6e9945ce7ed1e7b
Go to file
Jesse Pretorius a1b5ad8112 ansible-role-requirements: Add common systemd_service role
In order to allow tests to work with https://review.openstack.org/551028
merged, add the role to the a-r-r file.
Change-Id: Ice425cee59f6670f0de24e8a91114a8f0bc4c29a
2018年03月13日 16:49:36 +00:00
2018年01月15日 14:08:30 +00:00
2018年03月10日 13:34:43 +00:00
2016年11月18日 16:42:48 +01:00
2017年12月05日 11:54:44 +00:00
2018年01月19日 16:55:49 +00:00
2017年06月04日 22:10:14 +08:00
2018年01月28日 06:02:27 -08:00
2017年06月22日 15:19:22 +00:00
2016年07月01日 09:35:24 -07:00
2017年12月06日 00:05:56 +00:00
2016年07月01日 09:35:24 -07:00
2016年09月27日 18:01:18 +00:00
2018年03月03日 03:12:04 +00:00
2017年11月10日 13:16:00 +00:00
2017年03月02日 11:51:36 +00:00
2018年03月09日 12:01:26 +08:00
2018年01月22日 16:54:49 +00: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%