update localhost instructions to indicate 127.0.0.2 is required

To properly use ansible and tq on a localhost the loopback
address 127.0.0.2 is required.

Change-Id: Ibfa856414f45789af2e2976b7c85f301d49e0bce
This commit is contained in:
Wes Hayutin 2017-03-13 17:41:55 -04:00
parent 7a573c2f9d
commit 6c77254cae
1 changed files with 8 additions and 6 deletions

View File

@ -87,14 +87,16 @@ Deploying on localhost
----------------------
::
bash quickstart.sh localhost
bash quickstart.sh 127.0.0.2
Please note the following when using quickstart to deploy tripleo directly on
localhost. The deployment should pass, however you may not be able to ssh to
the overcloud nodes while using the default ssh config file. The ssh config
file that is generated by quickstart e.g. ``~/.quickstart/ssh.config.ansible``
will try to proxy through the localhost to ssh to the localhost and will cause
an error if ssh is not setup to support it.
localhost. Use the loopback address ``127.0.0.2`` in lieu of localhost as
localhost is reserved by ansible and will not work correctly. The deployment
should pass, however you may not be able to ssh to the overcloud nodes
while using the default ssh config file. The ssh config file that is generated
by quickstart e.g. ``~/.quickstart/ssh.config.ansible`` will try to proxy
through the localhost to ssh to the localhost and will cause an error
if ssh is not setup to support it.
Enable Developer mode
---------------------