Sha256: 103b5b47b925b86f36a2b4827da6d58234ee12f0d7327c00baad0267024a6ac7
Contents?: true
Size: 1.58 KB
Versions: 31
Compression:
Stored size: 1.58 KB
Contents
# -*- coding: utf-8 -*- Veewee::Session.declare({ :os_type_id => 'Windows2008_64', # http://technet.microsoft.com/en-us/evalcenter/dd459137.aspx # Download and install full featured software for 180-day trial :iso_file => "7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", :iso_md5 => "4263be2cf3c59177c45085c0a7bc6ca5", :iso_src => "http://care.dlservice.microsoft.com//dl/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", :iso_download_timeout => "1000", :cpu_count => '1', :memory_size=> '384', :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :floppy_files => [ "Autounattend.xml", # automate install and setup winrm "install-cygwin-sshd.bat", "install-winrm.bat", "install-vbox-guest.bat", "oracle-cert.cer"], :boot_wait => "1", :boot_cmd_sequence => [''], :ssh_login_timeout => "10000", # Actively attempt to winrm (no ssh on base windows) in for 10000 seconds :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "", :ssh_host_port => "59856", :ssh_guest_port => "22", # this still uses cygwinsshd #:ssh_host_port => "59856", :ssh_guest_port => "5985", # NO winrm... yet # And run postinstall.sh for up to 10000 seconds :postinstall_timeout => "10000", :postinstall_files => ["postinstall.sh"], # No sudo on windows :sudo_cmd => "sh '%f'", # Shutdown is different as well :shutdown_cmd => "shutdown /s /t 60 /d p:4:1 /c \"Vagrant Shutdown\"", })
Version data entries
31 entries across 31 versions & 2 rubygems