If haproxy is configured to bind to a virtual IP with keepalived
sysctl must be configured to use "net.ipv4.ip_nonlocal_bind = 1"
This setting allows allows a program like HA-Proxy to create listening sockets
on network interfaces that do not actually exist on the server.
* This can be set in heat meatadata for node properties.
EX: in overcloud-source.yaml for controllerConfig under properties:
sysctl:
net.ipv4.ip_nonlocal_bind: 1
This change adds the sysctl element-deps so that sysctl heat meatdata
will be applied on a node.
Change-Id: Ifbe2cac0a30952a2d25715c3fb6447db4dddc6dd
2 lines
7 B
Plaintext
2 lines
7 B
Plaintext
sysctl
|