{ "builders": [ { "type": "vmware-iso", "iso_url": "http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", "iso_checksum_type": "md5", "iso_checksum": "4263be2cf3c59177c45085c0a7bc6ca5", "headless": true, "boot_wait": "2m", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_wait_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "windows7srv-64", "tools_upload_flavor": "windows", "disk_size": 61440, "vnc_port_min": 5900, "vnc_port_max": 5980, "floppy_files": [ "./answer_files/2008_r2/Autounattend.xml", "./scripts/win-updates.ps1", "./scripts/openssh.ps1" ], "vmx_data": { "RemoteDisplay.vnc.enabled": "false", "RemoteDisplay.vnc.port": "5900", "memsize": "2048", "numvcpus": "2", "scsi0.virtualDev": "lsisas1068" } }, { "type": "virtualbox-iso", "iso_url": "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_checksum_type": "md5", "iso_checksum": "4263be2cf3c59177c45085c0a7bc6ca5", "headless": true, "boot_wait": "2m", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_wait_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "Windows2008_64", "disk_size": 61440, "floppy_files": [ "./answer_files/2008_r2/Autounattend.xml", "./scripts/win-updates.ps1", "./scripts/openssh.ps1", "./scripts/oracle-cert.cer" ], "vboxmanage": [ ["modifyvm", "{{.Name}}", "--memory", "2048"], ["modifyvm", "{{.Name}}", "--cpus", "2"] ] } ], "provisioners": [ { "type": "shell", "remote_path": "/tmp/script.bat", "execute_command": "{{.Vars}} cmd /c C:/Windows/Temp/script.bat", "scripts": [ "./scripts/vm-guest-tools.bat", "./scripts/chef.bat", "./scripts/vagrant-ssh.bat" ] }, { "type": "shell", "inline": ["rm -rf /tmp/*"] } ], "post-processors": [ { "type": "vagrant", "keep_input_artifact": false, "output": "windows_2008_r2_{{.Provider}}.box", "vagrantfile_template": "vagrantfile-windows_2008_r2.template" } ] }