packer version 1.3.1
host platform: circleci machine running circleci/classic:latest
guest image: ubuntu server 18 64 packaged as .ova
debug log (includes instructions)
packer-debug.txt
template.json
{
"variables": {
"SSH_PASSWORD": "{{env `UBUNTU_PASSWORD`}}"
},
"builders": [
{
"type": "virtualbox-ovf",
"source_path": "file:///home/circleci/bin/ubuntu-server-18.ova",
"ssh_username": "myuser",
"ssh_password": "{{user `SSH_PASSWORD`}}",
"ssh_timeout": "10m",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
}
],
"provisioners": [
{
"type": "shell",
"script": "packer/setup.sh" // a hello world script
}
]
}--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/179c35b4-c8da-4544-8fcc-d7c33949900b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/996b715d-1850-4307-bdd9-8c53ef2e6c68%40googlegroups.com.
==> virtualbox-ovf: Waiting for SSH to become available...
==> virtualbox-ovf: Timeout waiting for SSH.To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/f8d34c56-ba57-440b-b0f6-18d0ca073370%40googlegroups.com.