Sha256: bac95f9e362761d3ce5b212441689dfaa77a847cc0ec9a350a022ab29b5aa8e5

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

Veewee::Session.declare({
  :os_type_id  => 'OpenSUSE_64',
  :cpu_count   => '1',
  :memory_size => '1024',
  :disk_size   => '20480',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :iso_file => "SLES-11-SP3-DVD-x86_64-GM-DVD1.iso",
  :iso_src  => "",
  :iso_md5  => "480b70d50cbb538382dc2b9325221e1b",
  :iso_download_timeout => "1000",
  :boot_wait         => "10",
  :boot_cmd_sequence => [
    '<Esc><Enter>',
    'linux netdevice=eth0 netsetup=dhcp install=cd:/',
    ' lang=en_US autoyast=http://%IP%:%PORT%/autoinst.xml',    
    ' textmode=1',
    '<Enter>'
  ],
  :kickstart_port    => "7122",
  :kickstart_timeout => "300",
  :kickstart_file    => ["autoinst.xml", "autoinst.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 => "/sbin/poweroff",
  :postinstall_files   => ["postinstall.sh"],
  :postinstall_timeout => "10000"
})

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.5.0.alpha3 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.5.0.alpha2 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.5.0.alpha1 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.4.5.1 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.4.5 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.4.5.pre1 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb
veewee-0.4.4 templates/SLES-11-SP3-DVD-x86_64-GM/definition.rb