Files
openstack-ansible-os_cloudk…/README.rst
wangqi df927b98e1 Update links in README
Change the outdated links to the latest links in README

Change-Id: I6c7f9d320122ca600a73fea75aa4e8c918be9499
2018-03-03 03:12:04 +00:00

48 lines
1.3 KiB
ReStructuredText

========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/openstack-ansible-os_cloudkitty.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
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
==================
.. code-block:: yaml
cloudkitty_service_password
cloudkitty_rabbitmq_password
cloudkitty_container_mysql_password
cloudkitty_galera_address
Example Playbook
================
.. code-block:: yaml
- 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"