Fix VIP reference in standalone deploy

We currently suggest to create the IP of eth1/br-ctlplane as
192.168.24.2 and the VIP as 192.168.25.2.

This will break because pacemaker will be unable to add 192.168.25.2/32
to any interface as there is no interface able to host that IP.

Let's switch to an IP that is part of the 192.168.24.0 network so things
work again.

Change-Id: Ib4a4beb5e7e530bf44b98da519455d92732ee962
This commit is contained in:
Michele Baldessari 2021-01-08 11:45:47 +01:00
parent 5444999dfe
commit c67f21e23d
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ Deploying a Standalone OpenStack node
.. code-block:: bash
export IP=192.168.24.2
export VIP=192.168.25.2
export VIP=192.168.24.3
export NETMASK=24
export INTERFACE=eth1
@ -213,7 +213,7 @@ Deploying a Standalone OpenStack node
.. code-block:: bash
export IP=192.168.24.2
export VIP=192.168.25.2
export VIP=192.168.24.3
export NETMASK=24
export GATEWAY=192.168.24.1
export INTERFACE=eth0