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

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

클라우드 컨트롤러의 Glance에 이미지를 업로드하는 방법

  1. 수퍼 유저로서 .profile 파일을 소스로 지정합니다.
    cctrl# . ~/.profile
  2. 골드 이미지를 업로드합니다.
    cctrl# export OS_USERNAME=glance
    cctrl# export OS_PASSWORD=services-password
    cctrl# export OS_TENANT_NAME=service
    cctrl# export OS_AUTH_URL=http://localhost:5000/v2.0
    cctrl# glance image-create --container-format bare --disk-format raw --is-public true \
    --property architecture=sparc64 --property hypervisor_type=ldoms \
    --property vm_mode=ldoms --name "image-description" < /var/tmp/Oracle Solaris OS-version-name.img

    예를 들어 다음 명령은 Oracle Solaris 11.3 이미지를 업로드합니다.

    cctrl# glance image-create --container-format bare --disk-format raw --is-public true \
    --property architecture=sparc64 --property hypervisor_type=ldoms \
    --property vm_mode=ldoms --name "LDom: Solaris 11.3" < /var/tmp/solaris11.3.img