Go to main content
Guía de administración y utilidades del controlador OpenStack Nova 1.0 en Oracle® VM Server for SPARC

Salir de la Vista de impresión

Actualización: Septiembre de 2016
 
 

Cómo cargar una imagen en Glance en el controlador de nube

  1. Como superusuario, ejecute el archivo .profile.
    cctrl# . ~/.profile
  2. Cargue la imagen fiable.
    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/SO Oracle Solaris-version-name.img

    Por ejemplo, el siguiente comando permite cargar una imagen de 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