From e90bff367c40b63a1b7a3261ac7f79a35a16ac20 Mon Sep 17 00:00:00 2001 From: agopi Date: Wed, 31 May 2017 18:44:59 -0400 Subject: [PATCH] comment/uncomment confusion in hosts cleared edit 2: removed vi hosts Change-Id: I2ca7ce900cbd74c907824379748f38ecb79ae182 --- doc/source/installation.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 5f44aaed3..134749ba9 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -44,7 +44,6 @@ On the Undercloud [stack@undercloud ansible]$ ./generate_tripleo_hostfile.sh -t localhost [stack@undercloud ansible]$ sudo easy_install pip [stack@undercloud ansible]$ sudo pip install ansible - [stack@undercloud ansible]$ vi hosts # Uncomment undercloud in first group [stack@undercloud ansible]$ vi install/group_vars/all.yml # Make sure to edit the dns_server to the correct ip address [stack@undercloud ansible]$ ansible-playbook -i hosts install/browbeat.yml [stack@undercloud ansible]$ vi install/group_vars/all.yml # Edit Browbeat network settings @@ -96,7 +95,6 @@ From your local machine $ git clone https://github.com/openstack/browbeat.git $ cd browbeat/ansible $ ./generate_tripleo_hostfile.sh -t - $ vi hosts # Uncomment undercloud in first group $ vi install/group_vars/all.yml # Review and edit configuration items $ ansible-playbook -i hosts install/browbeat.yml $ vi install/group_vars/all.yml # Edit Browbeat network settings