Difference: InstallingAndUsingOZ (1 vs. 2)

Revision 22012-10-19 - EnricoFattibene

Line: 1 to 1
 
META TOPICPARENT name="MarcheCloud"

Installazione e uso di OZ

Line: 9 to 9
 # yum install /usr/bin/oz-install
Changed:
<
<
  • Creare un file TDL myImage.tdl per una immagine di prova:
>
>

Creazione immagini

  • Creare un file TDL myImage.tdl per una immagine di prova (ad esempio una CentOS 6.3):
 
<template>
Changed:
<
<
opensuse.11.3 OpenSUSE 11.3
>
>
centos-6.3 centos 6.3
 
Changed:
<
<
OpenSUSE 11.3
>
>
CentOS-6 3
  x86_64
Changed:
<
<
http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso
>
>
http://centos.mirrors.chicagovps.net/6.3/os/x86_64/
 
Added:
>
>
password
 
Added:
>
>
cippone cp /root/ciao.txt /root/ciao2.txt
 
Added:
>
>
Verificare i sistemi operativi e relative versioni supportate con il comando oz-install -h.

  • Creare l'iimagine:
    # oz-install myImage.tdl
    

  • Copiare l'immagine sul server Glance

  • Aggiungerla nel repository delle immagini:
    # glance add name=centos-6.3 disk_format=qcow2 container_format=bare < /stackimages/centos-6.3.dsk
    
 
Added:
>
>
  • Fare partire una instanza e verificare che le configurazioni siano presenti
 
-- EnricoFattibene - 2012-10-19 \ No newline at end of file

Revision 12012-10-19 - EnricoFattibene

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="MarcheCloud"

Installazione e uso di OZ

Installazione di OZ

  • Installare i pacchetti di OZ:
    # yum install /usr/bin/oz-install
    

  • Creare un file TDL myImage.tdl per una immagine di prova:
    <template>
      <name>opensuse.11.3</name>
      <description>OpenSUSE 11.3</description>
      <os>
        <name>OpenSUSE</name>
        <version>11.3</version>
        <arch>x86_64</arch>
        <install type='iso'>
          <iso>http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso</iso>
        </install>
      </os>
    </template>
    


-- EnricoFattibene - 2012-10-19

 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback