openstack-manuals/doc/ha-guide/source/controller-ha-vip.rst
Alexandra Settle db421425ba [ha-guide] Edit incorrect command for assigning VIP
Change-Id: I77aa1fa695fc87236d4518b45975c9e5123f9ef3
Closes-bug: 1657380
2017-01-19 15:33:26 +00:00

587 B

Configure the VIP

You must select and assign a virtual IP address (VIP) that can freely float between cluster nodes.

This configuration creates vip, a virtual IP address for use by the API node (10.0.0.11).

For crmsh:

# crm configure primitive vip ocf:heartbeat:IPaddr2 \
  params ip="10.0.0.11" cidr_netmask="24" op monitor interval="30s"

For pcs:

# pcs resource create vip ocf:heartbeat:IPaddr2 \
  params ip="10.0.0.11" cidr_netmask="24" op monitor interval="30s"