17.4. 설치
OpenShift Container Platform과의 VSP 통합은 VM(가상 머신) 및 베어 메탈 OpenShift Container Platform 설치에 모두 작동합니다.
HA(고가용성) 환경을 여러 마스터와 여러 노드로 구성할 수 있습니다.
다중 마스터 모드의 Nuage VSP 통합은 이 섹션에 설명된 기본 HA 구성 방법만 지원합니다. 이 값은 모든 부하 분산 솔루션과 결합될 수 있으며 기본값은 HAProxy입니다. 인벤토리 파일에는 3개의 마스터 호스트, 노드, etcd 서버 및 모든 마스터 호스트에서 마스터 API의 균형을 맞추기 위해 HAProxy로 작동하는 호스트가 포함되어 있습니다. HAProxy 호스트는 Ansible에서 HAProxy를 부하 분산 솔루션으로 자동으로 설치하고 구성할 수 있도록 인벤토리 파일의 [lb] 섹션에 정의됩니다.
Ansible 노드 파일에서 네트워크 플러그인으로 Nuage VSP를 설정하려면 다음 매개 변수를 지정해야 합니다.
# Create and OSEv3 group that contains masters, nodes, load-balancers, and etcd hosts masters nodes etcd lb # Nuage specific parameters openshift_use_openshift_sdn=False openshift_use_nuage=True os_sdn_network_plugin_name='nuage/vsp-openshift' openshift_node_proxy_mode='userspace' # VSP related parameters vsd_api_url=https://192.168.103.200:8443 vsp_version=v4_0 enterprise=nuage domain=openshift vsc_active_ip=192.168.103.201 vsc_standby_ip=192.168.103.202 uplink_interface=eth0 # rpm locations nuage_openshift_rpm=http://location_of_rpm_server/openshift/RPMS/x86_64/nuage-openshift-monitor-4.0.X.1830.el7.centos.x86_64.rpm vrs_rpm=http://location_of_rpm_server/openshift/RPMS/x86_64/nuage-openvswitch-4.0.X.225.el7.x86_64.rpm plugin_rpm=http://location_of_rpm_server/openshift/RPMS/x86_64/vsp-openshift-4.0.X1830.el7.centos.x86_64.rpm # Required for Nuage Monitor REST server and HA openshift_master_cluster_method=native openshift_master_cluster_hostname=lb.nuageopenshift.com openshift_master_cluster_public_hostname=lb.nuageopenshift.com nuage_openshift_monitor_rest_server_port=9443 # Optional parameters nuage_interface_mtu=1460 nuage_master_adminusername='admin's user-name' nuage_master_adminuserpasswd='admin's password' nuage_master_cspadminpasswd='csp admin password' nuage_openshift_monitor_log_dir=/var/log/nuage-openshift-monitor # Required for brownfield install (where a {product-title} cluster exists without Nuage as the networking plugin) nuage_dockker_bridge=lbr0 # Specify master hosts [masters] fqdn_of_master_1 fqdn_of_master_2 fqdn_of_master_3 # Specify load balancer host [lb] fqdn_of_load_balancer