Sha256: 30ee135cbe0f26bc25678c222098ce2834a1d514d60df4c26e3055248b7cac69

Contents?: true

Size: 1021 Bytes

Versions: 5

Compression:

Stored size: 1021 Bytes

Contents

Veewee::Session.declare({
  # Minimum RAM requirement for installation is 768MB.
  :cpu_count => '1', :memory_size=> '768',
  :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on',
  :os_type_id => 'Fedora',
  :iso_file => "Fedora-18-Beta-TC9-i386-DVD.iso",
  :iso_src => "http://dl.fedoraproject.org/pub/alt/stage/18-Beta-TC9/Fedora/i386/iso/Fedora-18-Beta-TC9-i386-DVD.iso",
  :iso_md5 => "a673a3c4fa6fd731a7caeef75e3ca729",
  :iso_download_timeout => 1000,
  :boot_wait => "10", :boot_cmd_sequence => [ '<Tab> linux text biosdevname=0 ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ],
  :kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg",
  :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/halt -h -p",
  :postinstall_files => [ "postinstall.sh"], :postinstall_timeout => 10000
})

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
veewee-0.3.6 templates/Fedora-18-i386/definition.rb
veewee-0.3.5 templates/Fedora-18-i386/definition.rb
veewee-0.3.4 templates/Fedora-18-i386/definition.rb
veewee-0.3.3 templates/Fedora-18-i386/definition.rb
veewee-0.3.2 templates/Fedora-18-i386/definition.rb