Skip to content

Instantly share code, notes, and snippets.

@liberforce
liberforce / packer-on-ssh.log
Created December 20, 2017 10:15
packer on ssh log
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
@liberforce
liberforce / test.json
Created December 20, 2017 09:32
simple use of a Windows OVA
{
"variables":
{
"source_path": "",
"output_directory": "",
"vm_name": "",
"username": "",
"password": ""
},
"provisioners":