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