4.7.2. HAProxy 노드 준비
다음 설정에서는 haproxy 및 haproxy
2
라는 두 개의 HAProxy 노드와 rgw1 및
라는 Ceph Object Gateway 서버가 있다고 가정합니다. 원하는 모든 이름 지정 규칙을 사용할 수 있습니다. 두 개 이상의 HAProxy 노드에서 다음 절차를 수행합니다.
rgw
2
- Red Hat Enterprise Linux 8 설치.
노드를 등록합니다.
[root@haproxy]# subscription-manager register
RHEL 서버 리포지토리를 활성화합니다.
[root@haproxy]# subscription-manager repos --enable=rhel-8-server-rpms
서버를 업데이트합니다.
[root@haproxy]# dnf update -y
-
필요에 따라 관리 도구(예:
wget
,vim
등)를 설치합니다. 포트
80
을 엽니다.[root@haproxy]# firewall-cmd --zone=public --add-port 80/tcp --permanent [root@haproxy]# firewall-cmd --reload
HTTPS의 경우 포트
443
을 엽니다.[root@haproxy]# firewall-cmd --zone=public --add-port 443/tcp --permanent [root@haproxy]# firewall-cmd --reload