Possible to deploy OVA / ISO and answer installation prompts?
82 views
Skip to first unread message
Ray Bond
unread,
Aug 18, 2015, 6:44:09 PM8/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
Hi. What interested me about Vagrant was accessing the SSH prompt so easily using Vagrant and a box.
My company provides OVA and ISO files of our application and these need to be tested on each build. At the moment, these are deployed using the ovftool and AFAIK there is no way to access these VMs from the commandline until we setup the network.
We need the following to work:
1) Deploy OVA/ISO (done by the ovftool) 2) Set network by responding to prompts (done manually within a vbox or esx console. This could be skipped if we can use vagrant to ssh to the box and answer the prompts with an expect script?) 3) Answer roughly 30 prompts
Is this possible with Vagrant/Expect or Packer?
Thanks, R
Alvaro Miranda Aguilera
unread,
Aug 18, 2015, 9:09:12 PM8/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vagra...@googlegroups.com, packe...@googlegroups.com
Hello, looks the tool for you is packer.
However, they require an standard clean ssh.
You can use:
virtualbox-iso builder and start with the iso
virtualnbox-ovf builder and start with the ova
If you want to use vmware
vmware-iso
vmware-vmx
packer allow a boot command, that can be something like