Sha256: 59d4f239d27b7dc920cd78039b90d19201a57ba68b5a8c7b117df5da8f73b89e
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 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', :iso_file => "Fedora-20-i386-DVD.iso", :iso_src => "http://download.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/i386/iso/Fedora-20-i386-DVD.iso", :iso_sha256 => "284ea30ddd50db1b30cd5cd9fae7495dad8714ef1e4428d69a8c8ce80e03b6a9", :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 => 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 => [ "base.sh", "ruby.sh", "chef.sh", "puppet.sh", "vagrant.sh", "virtualbox.sh", #"vmfusion.sh", "cleanup.sh", "zerodisk.sh" ], :postinstall_timeout => 10000 })
Version data entries
4 entries across 4 versions & 1 rubygems