[packer] Packer and Vsphere

2018-02-12 Thread Rutuja Kadam
Is there any builder type for Vsphere in packer? -- 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://

Re: [packer] Packer and Vsphere

2018-02-12 Thread Rickard von Essen
No there is currently not, but you can use vmware-iso 1) to build either on VMware Fusion/Workstation or ESXi and then the vsphere or vsphere-template 2) post-processor to upload it to your vSphere installation. And actually there is a thirdparty plugin from JetBrains for vSphere 3) and an open P

Re: [packer] Packer and Vsphere

2018-02-12 Thread Rutuja Kadam
How can we write the builder type as VMware esxi? -- 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:/

Re: [packer] Packer and Vsphere

2018-02-12 Thread Rickard von Essen
See the docs here https://www.packer.io/docs/builders/vmware-iso.html#building-on-a-remote-vsphere-hypervisor On Feb 12, 2018 12:34, "Rutuja Kadam" wrote: > How can we write the builder type as VMware esxi? > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https

[packer] AWS automation with adding eula and vAppSettings with packer

2018-02-12 Thread Steven Langlois
I would like to be able to automate AMI's of our daily build using the same technique as in the page: http://work.haufegroup.io/automate-ami-with-packer/. Essentially, use VMware to create a VM from a kickstart file but the format must be ova and then use post-processing to have packer move the

Re: [packer] Error: ExtraConfig options exists in source (use --allowExtraConfig option to allow this)

2018-02-12 Thread Steven Langlois
Thank you. Created issue https://github.com/hashicorp/packer/issues/5886. On Thursday, February 8, 2018 at 6:34:24 PM UTC-5, Alvaro Miranda Aguilera wrote: > > hello > > can you open a new issue, reference the other one , include all this and > add the version of ovftool you are using. > > ovfto

Re: [packer] AWS automation with adding eula and vAppSettings with packer

2018-02-12 Thread Megan Marsh
I think you may be looking for the "ovftool_options" feature: https://www.packer.io/docs/builders/vmware-iso.html#ovftool_options On Mon, Feb 12, 2018 at 8:02 AM, Steven Langlois wrote: > I would like to be able to automate AMI's of our daily build using the > same technique as in the page: http

Re: [packer] AWS automation with adding eula and vAppSettings with packer

2018-02-12 Thread Steven Langlois
Thanks Megan. I'll give that a try for adding the eula but I still can't find a solution for the VM description information such as the version, product name, vendor information. Right now I am using sed to insert the follwoing information into the ovf file before I convert it to an ova file.