[packer] ovf transfer failed while building image on a remote host

2019-08-19 Thread Jiatong Wang
Hi, I am trying to use `packer` to build images in a remote *esxi* host. The build process succeeded but error happened while transferring *ovf* back to my local machine. ==> centos-7: Exporting virtual machine... centos-7: Executing: ovftool --noSSLVerify=true --skipManifestCheck -tt=ovf

Re: [packer] ovf transfer failed while building image on a remote host

2019-08-19 Thread Rickard von Essen
Which builder are you using? On Mon, Aug 19, 2019, 20:33 Jiatong Wang wrote: > Hi, I am trying to use `packer` to build images in a remote *esxi* host. > The build process succeeded but error happened while transferring *ovf* > back to my local machine. > > > ==> centos-7: Exporting virtual

Re: [packer] ovf transfer failed while building image on a remote host

2019-08-19 Thread Jiatong Wang
*Hi, I am using vmware workstation* -- 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:

Re: [packer] Packer builder for Xenserver

2019-08-19 Thread Antony Nixson
Hello Megan, Thanks for replying, Yes i have set the environment variable PACKER_LOG=1, so that i can see the logs. Thanks, On Tuesday, August 13, 2019 at 9:45:44 PM UTC+5:30, Megan Marsh wrote: > > If you set the environment variable PACKER_LOG=1, you may get more details > about what's

[packer] Re: Packer builder for Xenserver

2019-08-19 Thread Antony Nixson
Hello Megan, Thanks for replying, Yes i have set the environment variable PACKER_LOG=1, so that i can see the logs. On Tuesday, August 13, 2019 at 3:08:16 PM UTC+5:30, Antony Nixson wrote: > > Hello Everyone, > > I'm using packer to create images for *XenServer*. > I Have installed a packer

[packer] How to use amis from packer

2019-08-19 Thread Sandeep Elemane
Hi Team, I installed the packer also I created a images as well,my doubt here is how to use in real scenarios, for eg: in my preprod environment some servers already running that Is already configured with the load balancer etc.. So now if I want to use the ami that was created by packer how

[packer] Packer volume encryption while creating instance.

2019-08-19 Thread Arun kumar
Hi Everyone, I have been using packer lately, most of the time i'm using the encrypted image as my source image, but I decided to use marketplace images but i'm not sure whether packer will encrypt the volume while creating instance. we have a lambda function that checks for volume encryption

Re: [packer] ovf transfer failed while building image on a remote host

2019-08-19 Thread Rickard von Essen
So you are using vmware-iso? Can you please supply your template json file and and a full Packer log from running Packer with PACKER_LOG=1 packer build template.json. On Mon, Aug 19, 2019, 22:52 Jiatong Wang wrote: > *Hi, I am using vmware workstation* > > -- > This mailing list is governed

Re: [packer] parallels pvm ssh timeout

2019-08-19 Thread Rickard von Essen
You need to use the VM console to troubleshoot your network. Run with -on-error=ask and you will get infinite time to it. On Thu, Aug 15, 2019, 16:29 Nelson Ramirez wrote: > I keep running into a timeout error on a builder with two shell > provisioners on parallels pvm. > > The first