Sha256: 8c2a3f042e7e21f7887ba626274608b747d675e66bece10db3b313ac87f4ad6a

Contents?: true

Size: 1.8 KB

Versions: 4

Compression:

Stored size: 1.8 KB

Contents

Veewee::Session.declare({
  :os_type_id  => 'OpenSUSE',
  :cpu_count   => '1',
  :memory_size => '512',
  :disk_size   => '20480',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :iso_file => "openSUSE-12.1-DVD-i586.iso",
  :iso_src  => "http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso",
  :iso_md5  => "22b4d6bfdb11f5bdd36a05f9968a780c",
  ### disable prev three lines and enable next three lines for NET install
  #:iso_file => "openSUSE-12.1-NET-i586.iso",
  #:iso_src  => "http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-NET-i586.iso",
  #:iso_md5  => "9122b633938a4747e05399386e6b202b",
  :iso_download_timeout => "1000",
  :boot_wait         => "10",
  :boot_cmd_sequence => [
    '<Esc><Enter>',
    'linux netdevice=eth0 netsetup=dhcp',
    ' install=cd:/',
    ### disable prev line and enable next line for NET install
    #' install=http://download.opensuse.org/distribution/12.1/repo/oss/ insecure=1',
    ' lang=en_US autoyast=http://%IP%:%PORT%/autoinst_en.xml',
    ### disable prev line and enable next line to install with german settings
    #' lang=de_DE autoyast=http://%IP%:%PORT%/autoinst_de.xml',
    ' textmode=1',
    '<Enter>'
  ],
  :kickstart_port    => "7122",
  :kickstart_timeout => "300",
  :kickstart_file    => ["autoinst_en.xml", "autoinst_en.xml"],
  ### disable prev line and enable next line to install with german settings
  #:kickstart_file    => ["autoinst_de.xml", "autoinst_de.xml"],
  :ssh_login_timeout => "10000",
  :ssh_user          => "vagrant",
  :ssh_password      => "vagrant",
  :ssh_key           => "",
  :ssh_host_port     => "7222",
  :ssh_guest_port    => "22",
  :sudo_cmd     => "echo '%p'|sudo -S sh '%f'",
  :shutdown_cmd => "shutdown -P now",
  :postinstall_files   => ["postinstall.sh"],
  :postinstall_timeout => "10000"
})

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
veewee-0.4.5.1 templates/openSUSE-12.1-DVD+NET-i586/definition.rb
veewee-0.4.5 templates/openSUSE-12.1-DVD+NET-i586/definition.rb
veewee-0.4.5.pre1 templates/openSUSE-12.1-DVD+NET-i586/definition.rb
veewee-0.4.4 templates/openSUSE-12.1-DVD+NET-i586/definition.rb