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:
parent
2cdaefe243
commit
b8c03263cc
@ -13,6 +13,7 @@ control03
|
|||||||
# This can be the same as a host in the control group
|
# This can be the same as a host in the control group
|
||||||
[network]
|
[network]
|
||||||
network01
|
network01
|
||||||
|
network02
|
||||||
|
|
||||||
[compute]
|
[compute]
|
||||||
compute01
|
compute01
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The default multinode inventory now specifies a
|
||||||
|
second network node for high availability of the
|
||||||
|
VIP.
|
Loading…
Reference in New Issue
Block a user