From d855f7117de05c9d53626d3f03cb191fad22eba5 Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Tue, 17 Jan 2017 15:06:36 -0500 Subject: [PATCH] Updating docs for shaker Adding networking guide link and fixing Note. Change-Id: Ib6cbd0c1ca7cebc0b9721bc57ef2d9fc46a47640 --- doc/source/installation.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 306b328bc..28046ae38 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -46,10 +46,13 @@ From your local machine $ ansible-playbook -i hosts install/browbeat_network.yml # For external access(required to build Shaker image) $ ansible-playbook -i hosts install/shaker_build.yml -.. note:: ``browbeat-network.yml`` will more than likely not work for you -depending on your underlay/overlay network setup. In such cases, user needs -to create appropriate networks for instances to allow them to reach the -internet. + +.. note:: ``browbeat-network.yml`` might not work for you depending on your + underlay/overlay network setup. In such cases, user needs to create + appropriate networks for instances to allow them to reach the + internet. Some useful documentation can be found at: + https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/\ + single/networking-guide/ (Optional) Install collectd ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -91,9 +94,17 @@ From your undercloud [stack@ospd ansible]$ vi install/group_vars/all.yml # Make sure to edit the dns_server to the correct ip address [stack@ospd ansible]$ ansible-playbook -i hosts install/browbeat.yml [stack@ospd ansible]$ vi install/group_vars/all.yml # Edit Browbeat network settings - [stack@ospd ansible]$ ansible-playbook -i hosts install/browbeat_network.yml + [stack@ospd ansible]$ ansible-playbook -i hosts install/browbeat_network.yml # For external access(required to build Shakerimage) [stack@ospd ansible]$ ansible-playbook -i hosts install/shaker_build.yml +.. note:: ``browbeat-network.yml`` might not work for you depending on your + underlay/overlay network setup. In such cases, user needs to create + appropriate networks for instances to allow them to reach the + internet. Some useful documentation can be found at: + https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/\ + single/networking-guide/ + + (Optional) Install collectd ~~~~~~~~~~~~~~~~~~~~~~~~~~~