Sha256: 7b3c3fcedf704633ccfac6e52c8119f85ea74761870ff05ab5189b5da4539eee

Contents?: true

Size: 1.21 KB

Versions: 8

Compression:

Stored size: 1.21 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',
  :hwvirtext => 'on',
  :os_type_id => 'Fedora_64',
  :iso_file => "Fedora-20-x86_64-DVD.iso",
  :iso_src => "http://download.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-DVD.iso",
  :iso_sha256 => "f2eeed5102b8890e9e6f4b9053717fe73031e699c4b76dc7028749ab66e7f917",
  :iso_download_timeout => 1000,
  :boot_wait => "10",
  :boot_cmd_sequence => [ 'i<Tab> linux text net.ifnames=0 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-20-x86_64/definition.rb
veewee-0.5.0.alpha3 templates/Fedora-20-x86_64/definition.rb
veewee-0.5.0.alpha2 templates/Fedora-20-x86_64/definition.rb
veewee-0.5.0.alpha1 templates/Fedora-20-x86_64/definition.rb
veewee-0.4.5.1 templates/Fedora-20-x86_64/definition.rb
veewee-0.4.5 templates/Fedora-20-x86_64/definition.rb
veewee-0.4.5.pre1 templates/Fedora-20-x86_64/definition.rb
veewee-0.4.4 templates/Fedora-20-x86_64/definition.rb