A.5. Test Your HAProxy Configuration
On your HAProxy nodes, check to ensure the virtual IP address from your
keepalived
configuration appears.
ip addr show
$ ip addr show
On your calamari node, see if you can reach the gateway nodes by means of the load balancer configuration. For example:
wget haproxy
$ wget haproxy
This should return the same result as:
wget rgw1
$ wget rgw1
If it returns an
index.html
file with the following contents then your configuration is working properly.