Go to main content
Oracle® VM Server for SPARC OpenStack Nova 드라이버 및 유틸리티 1.0 관리 설명서

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

데모 단일 노드 OpenStack 클라우드 컨트롤러를 구성하는 방법(선택사항)

  1. /opt/openstack-ldoms/etc/controller_setup.conf.example 파일의 복사본을 대체 위치에 만듭니다.

    예를 들면 다음과 같습니다.

    cctrl# cp /opt/openstack-ldoms/etc/controller_setup.conf.example /var/tmp/controller_setup.conf
  2. 사용자의 환경에 해당하는 controller_setup.conf 파일의 복사본에서 변수에 값을 지정합니다.

    MY_ADMIN_PASSWORDMY_SERVICE_PASSWORD 변수에 암호를 지정했는지 확인합니다.

    ###########################################
    # Which NIC for OpenStack management network?
    MNGT_NET=net0
    
    # What is the IP of the OpenStack controller?
    CONTROLLER_IP=`ipadm|grep ${MNGT_NET}/v4|awk '{print $5}'|cut -f1 -d/`
    
    # What is the controller's shortname?
    CONTROLLER_SHORTNAME=`hostname`
    
    # Password for the admin user
    export MY_ADMIN_PASSWORD=password
    
    # Password for the service accounts and mysql
    export MY_SERVICE_PASSWORD=password
    
    # Zpool to be used for iSCSI LUNs
    export CINDER_ZPOOL=rpool
    
    # VLAN range to be allowed
    export VLAN_RANGE="1-4000"
    ###########################################
  3. 데모 클라우드 컨트롤러를 만듭니다.
    cctrl# /opt/openstack-ldoms/bin/create-demo-controller.sh /var/tmp/controller_setup.conf