[DOC] fix some typos and fix some stuff

there was a typo in the haproxy-install.yml which is fixed and added mention of
the other containers in the sentences around the commands.

Change-Id: I27bb7d0a105f996fa21915df62e34cf40f09b96b
This commit is contained in:
Marc Gariepy 2018-08-22 12:06:36 -04:00
parent 38513bf330
commit 41fc67502c

View File

@ -151,13 +151,13 @@ Before installing the infrastructure and OpenStack, update the host machines.
# openstack-ansible setup-hosts.yml --limit '!galera_all:!neutron_agent:!rabbitmq_all'
This command is the same setting up hosts on a new installation. The
``galera_all`` host group is excluded to prevent reconfiguration and
restarting of any Galera containers.
``galera_all``, ``neutron_agent`` and ``rabbitmq_all`` host groups are excluded
to prevent reconfiguration and restarting of any of those containers.
Update Galera LXC container configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Update the other LXC container configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Update the Galera container configuration independently.
Update the other container configuration independently.
.. code-block:: console
@ -165,9 +165,10 @@ Update the Galera container configuration independently.
'lxc_container_allow_restarts=false' --limit 'galera_all:neutron_agent:rabbitmq_all'
This command is a subset of the host setup playbook, limited to the
``galera_all`` host group. The configuration of those containers is
updated but a restart for any changes to take effect is deferred to another
playbook (see the next section).
``galera_all``, ``neutron_agent`` and ``rabbitmq_all`` host groups.
The configuration of those containers is updated but a restart for
any changes to take effect is deferred to another playbook or later
(see the next section).
Perform a controlled rolling restart of the Galera containers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -223,7 +224,7 @@ Upgrade the infrastructure
~~~~~~~~~~~~~~~~~~~~~~~~~~
The following commands perform all of the steps from the setup-infrastructure
playbook, except for ``repo-install.yml``, ``haproxyinstall.yml``, and
playbook, except for ``repo-install.yml``, ``haproxy-install.yml``, and
``galera-install.yml`` which you ran earlier.
Running these playbook applies the relevant |current_release_formal_name|
settings and packages.