Re: [packer] Packer Hyperv-iso build for Centos8 - Waiting for SSH

2020-01-22 Thread Santhosh Ganesan
with revised switch values , now getting a error like curl failed to connect to packer set http server , which failed to fetch ks.cfg and which aborted the linux boot [image: update2 (2).JPG] pls guide On Thursday, January 23, 2020 at 7:47:39 AM UTC+11, Santhosh Ganesan wrote: > > attached no

Re: [packer] Continue on error during post-processing

2020-01-22 Thread Rickard von Essen
The -on-error argument is for troubleshooting not something you should use by default. If you want to ignore error just ensures that your script returns 0. On a posix system that would just be ending your script with exit 0. (I have no idea how to do that in Powershell) But it think you should st

Re: [packer] Packer Hyperv-iso build for Centos8 - Waiting for SSH

2020-01-22 Thread Santhosh Ganesan
attached now, On Thu, Jan 23, 2020 at 6:33 AM Dan Linder wrote: > Please share the packer file you're using, too. > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines m

[packer] Packer Hyperv-iso build for Centos8 - Waiting for SSH

2020-01-22 Thread Dan Linder
Please share the packer file you're using, too. -- 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://g

[packer] Continue on error during post-processing

2020-01-22 Thread Chad Sylvester
I have a Packer build job for a Windows 2016 image. The build and configuration works well. The Processing works well. Sometimes I get errors in the Post-Processing. Maybe the site I'm trying to upload to is down or something else is wrong. I'd like to be able to tell Packer to continue ru