DOC - Remove instructions to run haproxy-install.yml play

Installation procedure docs tell deployers to run this play
but the very next stage of the installation docs has them run
setup-infrastructure.yml which includes the haproxy-install.yml
play.

There is no need to run the play twice.

Change-Id: I11d5996698a2cb010b2c39bee9948d4e2bda0a56
This commit is contained in:
Travis Truman 2016-06-20 11:09:11 -04:00
parent d3e20cfecb
commit 4aa13d4d78

View File

@ -47,30 +47,6 @@ Running the foundation playbook
...
deployment_host : ok=18 changed=11 unreachable=0 failed=0
#. If using HAProxy:
.. note::
To run HAProxy on multiple hosts, use ``keepalived`` to make HAProxy highly
available. The keepalived role downloads during the ``bootstrap-ansible`` stage.
If not, re-run the following command before running the HAProxy playbook:
.. code-block:: shell-session
# pushd /opt/openstack-ansible; scripts/bootstrap-ansible.sh; popd
or
.. code-block:: shell-session
# ansible-galaxy install -r ../ansible-role-requirements.yml
Run the playbook to deploy HAProxy:
.. code-block:: shell-session
# openstack-ansible haproxy-install.yml
--------------