Search

A.5. Test Your HAProxy Configuration

download PDF
On your HAProxy nodes, check to ensure the virtual IP address from your keepalived configuration appears.
$ 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
This should return the same result as:
$ wget rgw1
If it returns an index.html file with the following contents then your configuration is working properly.
<?xml version="1.0" encoding="UTF-8"?>
	<ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
		<Owner>
			<ID>anonymous</ID>
			<DisplayName></DisplayName>
		</Owner>
		<Buckets>
		</Buckets>
	</ListAllMyBucketsResult>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.