This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
virtualbox-ovf output will be in this color. | |
==> virtualbox-ovf: Downloading or copying Guest additions | |
virtualbox-ovf: Downloading or copying: file:///usr/share/virtualbox/VBoxGuestAdditions.iso | |
==> virtualbox-ovf: Downloading or copying OVF/OVA | |
virtualbox-ovf: Downloading or copying: file:///home/luismenina/devel/packer/gitlab-runner-win7/MSEdge%20-%20Win10.ova | |
==> virtualbox-ovf: Importing VM: /home/luismenina/devel/packer/gitlab-runner-win7/MSEdge - Win10.ova | |
==> virtualbox-ovf: Creating forwarded port mapping for communicator (SSH, WinRM, etc) (host port 3679) | |
==> virtualbox-ovf: Starting the virtual machine... | |
virtualbox-ovf: The VM will be run headless, without a GUI. If you want to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"variables": | |
{ | |
"source_path": "", | |
"output_directory": "", | |
"vm_name": "", | |
"username": "", | |
"password": "" | |
}, | |
"provisioners": |