Can do. Hang tight for a bit. I have the build I have been working with running. It takes a while since there is an import at the end and the file is rather large I think. It doesn't try to change the format for the import since that one just stops before it really does anything. It is just a build and post processor. I'll put it up here when it finishes. Thank you for your time and patience.
On Wednesday, January 9, 2019 at 9:38:51 AM UTC-5, Rickard von Essen wrote: > > Yes that should work? Can you run a packer build with > > PACKER_LOG=1 packer build.... > > That should spew out a lot of information on what packer is doing. Include > the first 200 lines or so here. > > On Wed, Jan 9, 2019, 15:32 Morgan Andrew Davis <[email protected] > <javascript:> wrote: > >> I was going through the info for the amazon import post processor, and I >> came across the format optional configuration that lets you specify the >> type of file the import should expect. It defaults to ova, but I can't seem >> to change it to something else. Getting this to work might cut out quite a >> bit of a project I am working on. Shouldn't the line: "format": "vmdk" >> change it to expect a vdmk for example? All adding lines like this in the >> post-processor section does for me is make packer gripe that it doesn't >> recognize this configuration option. Any advice? >> >> -- >> 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/4ee784ef-a6de-43dd-919f-061b5c343544%40googlegroups.com >> >> <https://groups.google.com/d/msgid/packer-tool/4ee784ef-a6de-43dd-919f-061b5c343544%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/5e488ca2-91f8-4b15-af17-9d504a8fb893%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
