Sha256: cc78932035b82de76735af94f6e1edca890e49d80f0c042f3e3eee191a5a92c2

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

Veewee::Session.declare({
  # Minimum RAM requirement for installation is 512MB.
  :cpu_count => '1',
  :memory_size=> '512',
  :disk_size => '10140',
  :disk_format => 'VDI',
  :hostiocache => 'off',
  :hwvirtex => 'on',
  :os_type_id => 'Fedora_64',
  :iso_file => "Fedora-18-x86_64-DVD.iso",
  :iso_src => "http://mirrors.kernel.org/fedora/releases/18/Fedora/x86_64/iso/Fedora-18-x86_64-DVD.iso",
  :iso_md5 => "17d5c860bf9dc83e035882a7b33ffc77",
  :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 => 300,
  :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 => [
    "base.sh",
    "ruby.sh",
    "chef.sh",
    "puppet.sh",
    "vagrant.sh",
    "virtualbox.sh",
    #"vmfusion.sh",
    "cleanup.sh",
    "zerodisk.sh"
  ],
  :postinstall_timeout => 10000
})

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Fedora-18-x86_64/definition.rb
veewee-0.5.0.alpha3 templates/Fedora-18-x86_64/definition.rb
veewee-0.5.0.alpha2 templates/Fedora-18-x86_64/definition.rb
veewee-0.5.0.alpha1 templates/Fedora-18-x86_64/definition.rb
veewee-0.4.5.1 templates/Fedora-18-x86_64/definition.rb
veewee-0.4.5 templates/Fedora-18-x86_64/definition.rb
veewee-0.4.5.pre1 templates/Fedora-18-x86_64/definition.rb
veewee-0.4.4 templates/Fedora-18-x86_64/definition.rb