From 4aa13d4d789b2373b34969b3634d7a4b47d48d75 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Mon, 20 Jun 2016 11:09:11 -0400 Subject: [PATCH] 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 --- .../install-guide/install-foundation.rst | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/doc/source/install-guide/install-foundation.rst b/doc/source/install-guide/install-foundation.rst index 779f824ec0..d9887863c8 100644 --- a/doc/source/install-guide/install-foundation.rst +++ b/doc/source/install-guide/install-foundation.rst @@ -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 - --------------