Show Table of Contents
A.2. Preparing HAProxy Nodes
The following setup assumes two HAProxy nodes named
haproxy and haproxy2, and two Ceph Object Gateway servers named rgw1 and rgw2. You may use any naming convention you prefer. Perform the following procedure on your two HAProxy nodes:
- Install Red Hat Enterprise Linux 7.
- Register the nodes.
#
subscription-manager register - Enable the Red Hat Enterprise Linux 7 server repository.
#
subscription-manager repos --enable=rhel-7-server-rpms - Update the server.
#
yum update -y - Install admin tools (for example,
wget,vim, and so on) as needed. - Open port 80.
#
firewall-cmd --zone=public --add-port 80/tcp --permanent#firewall-cmd --reload - For HTTPS, open port 443.
#
firewall-cmd --zone=public --add-port 443/tcp --permanent#firewall-cmd --reload

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.