From 708f78015068bfb7724f344f6fab3ba40768b775 Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Wed, 18 Jul 2018 00:25:47 -0400 Subject: [PATCH] Completed required variables for README.rst Required variable section should include external_lb_vip_address and internal_lb_vip_address[0], and add the value to keep consistence with the others[1] [0]: https://github.com/openstack/openstack-ansible-os_cloudkitty/blob/master/README.rst [1]: https://github.com/openstack/openstack-ansible-os_trove/blob/master/README.rst Change-Id: Ib11d7ea2bbf5e6450201a2c6bdc15fc96cd91eed --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 7d5e5e9..77cd25a 100644 --- a/README.rst +++ b/README.rst @@ -23,11 +23,12 @@ Required Variables .. code-block:: yaml - cloudkitty_service_password - cloudkitty_oslomsg_rpc_password - cloudkitty_oslomsg_notify_password - cloudkitty_container_mysql_password - cloudkitty_galera_address + 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" Example Playbook ================