본문 바로가기
728x90
반응형
SMALL

stein5

오픈스택 클라우드 서버 구축(Stein)(13)-Block Storage(Cinder) 설정(Multi) #Storage Node 설정 1) Configure Storage Node. 더보기 [root@storage ~]# yum -y install nfs-utils [root@storage ~]# vi /etc/idmapd.conf # 5번 줄 수정 Domain = srv.world [root@storage ~]# vi /etc/cinder/cinder.conf # add follows in the [DEFAULT] section enabled_backends = lvm,nfs # 마지막 줄 추가 [lvm] target_helper = lioadm target_protocol = iscsi # IP address of Storage Node target_ip_address = 10.0.0.50 volume.. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(12)-Block Storage(Cinder) 설정(NFS) #Storage Node 설정 1) Configure Storage Node. 더보기 [root@storage ~]# yum -y install nfs-utils [root@storage ~]# vi /etc/idmapd.conf # line 5: uncomment and change to the own domain name Domain = srv.world [root@storage ~]# systemctl start rpcbind [root@storage ~]# systemctl enable rpcbind [root@storage ~]# vi /etc/cinder/cinder.conf # add follows in the [DEFAULT] section enabled_backends = nfs # ad.. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(9)-LBaaS V2 설치 및 설정 # Controller Node 설정 더보기 [root@Controller ~(keystone)]# yum --enablerepo=centos-openstack-stein,epel -y install openstack-neutron-lbaas net-tools [root@Controller ~(keystone)]# vi /etc/neutron/neutron.conf service_plugins = router,lbaasv2 [root@Controller ~(keystone)]# vi /etc/neutron/neutron_lbaas.conf # 마지막 줄에 추가 [service_providers] service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drive.. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(8)-Dashboard 설치 및 설정 #Controller Node 설정 1) Install Horizon 더보기 [root@Controller ~(keystone)]# yum --enablerepo=centos-openstack-stein,epel -y install openstack-dashboard 2) Configure Horizon. 더보기 [root@Controller ~(keystone)]# vi /etc/openstack-dashboard/local_settings # 39번째 줄 Dashboard 접속 아이피 설정 ALLOWED_HOSTS = ['xxx.xxx.xxx.xxx/24', 'localhost'] # 65번째 줄 주석 해제 OPENSTACK_API_VERSIONS = { "identity": 3, "volume": .. 2023. 2. 2.
728x90
반응형
SMALL