[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:
parent
38513bf330
commit
41fc67502c
@ -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'
|
# 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
|
This command is the same setting up hosts on a new installation. The
|
||||||
``galera_all`` host group is excluded to prevent reconfiguration and
|
``galera_all``, ``neutron_agent`` and ``rabbitmq_all`` host groups are excluded
|
||||||
restarting of any Galera containers.
|
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
|
.. 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'
|
'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
|
This command is a subset of the host setup playbook, limited to the
|
||||||
``galera_all`` host group. The configuration of those containers is
|
``galera_all``, ``neutron_agent`` and ``rabbitmq_all`` host groups.
|
||||||
updated but a restart for any changes to take effect is deferred to another
|
The configuration of those containers is updated but a restart for
|
||||||
playbook (see the next section).
|
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
|
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
|
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.
|
``galera-install.yml`` which you ran earlier.
|
||||||
Running these playbook applies the relevant |current_release_formal_name|
|
Running these playbook applies the relevant |current_release_formal_name|
|
||||||
settings and packages.
|
settings and packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user