Old references of infra_hosts in the documentation

These should be replaced by os-infra_hosts and shared-infra_hosts.
This should fix it.

Change-Id: I7742827cae7aadc82ab521083110c7e516c15f5b
Closes-Bug: #1526292
This commit is contained in:
Jean-Philippe Evrard 2015-12-15 17:59:05 +01:00
parent b1cb997f04
commit ed3c9c5145
2 changed files with 38 additions and 7 deletions

View File

@ -18,11 +18,11 @@ suitable short hostname for a compute host might be:
``123456-Compute001``.
#. Configure a list containing at least three infrastructure target
hosts in the ``infra_hosts`` section:
hosts in the ``shared-infra_hosts`` section:
.. code-block:: yaml
infra_hosts:
shared-infra_hosts:
603975-infra01:
ip: INFRA01_IP_ADDRESS
603989-infra02:
@ -37,7 +37,7 @@ suitable short hostname for a compute host might be:
.. code-block:: yaml
infra_hosts:
shared-infra_hosts:
603975-infra01:
ip: 10.240.0.80
603989-infra02:
@ -45,6 +45,36 @@ suitable short hostname for a compute host might be:
627116-infra03:
ip: 10.240.0.184
#. Configure a list containing at least two infrastructure target
hosts in the ``os-infra_hosts`` section (you can reuse
previous hosts as long as their name and ip is consistent):
.. code-block:: yaml
os-infra_hosts:
603975-infra01:
ip: INFRA01_IP_ADDRESS
603989-infra02:
ip: INFRA02_IP_ADDRESS
627116-infra03:
ip: INFRA03_IP_ADDRESS
628771-infra04: ...
Replace ``*_IP_ADDRESS`` with the IP address of the ``br-mgmt``
container management bridge on each infrastructure target host. Use
the same net block as bond0 on the nodes, for example:
.. code-block:: yaml
os-infra_hosts:
603975-infra01:
ip: 10.240.0.80
603989-infra02:
ip: 10.240.0.81
627116-infra03:
ip: 10.240.0.184
#. Configure a list containing at least one network target host in the
``network_hosts`` section:

View File

@ -81,8 +81,9 @@ Predefined host groups
The user configuration file has 4 defined groups which have mapping found within the ``openstack_environment.yml`` file.
The predefined groups are:
* infra_hosts:
The predefined groups are:
* os-infra_hosts:
* shared-infra_hosts:
* compute_hosts:
* storage_hosts:
* log_hosts:
@ -94,7 +95,7 @@ When specifying hosts inside of any of the known groups the syntax is as follows
.. code-block:: yaml
infra_hosts:
shared-infra_hosts:
infra_host1:
ip: 10.0.0.1
@ -114,7 +115,7 @@ Here is an example of turning debug mode on all containers on infra1
.. code-block:: yaml
infra_hosts:
shared-infra_hosts:
infra1:
ip: 10.0.0.10
container_vars: