Add an extra network node for HA

Given keepalived runs on the network node, we should have a minimum of
two by default for high availability.

Change-Id: Ifbd68e456dc93319df8e85017fd9f4db09f05929
This commit is contained in:
Paul Bourke 2017-03-22 10:31:06 +00:00
parent 2cdaefe243
commit b8c03263cc
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ control03
# This can be the same as a host in the control group
[network]
network01
network02
[compute]
compute01

View File

@ -0,0 +1,5 @@
---
upgrade:
- The default multinode inventory now specifies a
second network node for high availability of the
VIP.