Sha256: 5942f4e2a41cb9f1855b428655dbec072a779807f6f6054de0266a61794565bf

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

Veewee::Definition.declare({
  :os_type_id  => 'OpenSUSE_64',
  :cpu_count   => '2',
  :memory_size => '1024',
  :disk_size   => '20480',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :iso_file => "openSUSE-12.3-NET-x86_64.iso",
  :iso_src  => "http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-NET-x86_64.iso",
  :iso_md5  => "0ef3c2f301b05f52e9c98cff3f799744",
  :iso_download_timeout => "1000",
  :boot_wait         => "10",
  :boot_cmd_sequence => [
    '<Esc><Enter>',
    'linux netdevice=eth0 netsetup=dhcp',
    ' install=http://download.opensuse.org/distribution/12.3/repo/oss/ insecure=1',
    ' 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          => "root",
  :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", "virtualbox.sh"],
  :postinstall_timeout => "10000",
  :hooks => {
    :before_ssh => Proc.new { sleep 10 }
  },
})

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
veewee-0.4.5.1 templates/openSUSE-12.3-x86_64-NET_EN/definition.rb
veewee-0.4.5 templates/openSUSE-12.3-x86_64-NET_EN/definition.rb
veewee-0.4.5.pre1 templates/openSUSE-12.3-x86_64-NET_EN/definition.rb
veewee-0.4.4 templates/openSUSE-12.3-x86_64-NET_EN/definition.rb