Merge "update localhost instructions to indicate 127.0.0.2 is required"

This commit is contained in:
Jenkins 2017-03-20 18:10:37 +00:00 committed by Gerrit Code Review
commit fb3d0671b7
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
---------------------