Thanks for the pointer - bit me too. Can I ask that "packer validate" flag deprecated options? I have my build script run validate but it didn't catch the change from "ssh_wait_timeout" to "ssh_timeout".
Thanks, Dan On Thursday, May 10, 2018 at 3:08:13 PM UTC-5, Rickard von Essen wrote: > > https://www.packer.io/docs/templates/communicator.html#ssh_timeout > > On 10 May 2018 at 21:29, <[email protected] <javascript:>> wrote: > >> I started experimenting with packerlicious >> <https://github.com/mayn/packerlicious> to generate my templates at >> build time. >> In my use case, it gives me this error output: >> >> AttributeError: vmware-iso object does not support attribute ssh_wait_timeout >> >> >> However, I am able to run templates with this field set in my vmware-iso >> builder (and it seems to work - builds do not time out quickly while waiting >> for SSH). >> >> >> >> What is the proper way to achieve this with the supported variables in >> Packer 1.2.3 (which packerlicious supports)? >> >> >> My use case is this: boot from a custom debian netboot ISO, then reboot, >> THEN make SSH available to run provisioners from the template. >> >> -- >> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/packer-tool/48766041-574e-4952-9ec0-de10e14cf0ff%40googlegroups.com >> >> <https://groups.google.com/d/msgid/packer-tool/48766041-574e-4952-9ec0-de10e14cf0ff%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/e89f5f4c-7faf-4528-a4b8-3c9a6be00c9d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
