I have a mypacker.json file that takes my raw disk image with CentOS already on it and in provisioner runs my bash script and gives me a new raw image as output. I am trying to generate an OVA via packer. That is, read the raw image from disk, run my bash script under provisioner and then output an OVA. I am aware I can use qemu to convert raw image to OVA but can packer do the whole thing for me? When in my json file i say "format":"ova", packer says only qcow2 or raw are supported "
-- 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/b5fd7bca-7b58-4cea-8fc4-251e54ad684c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
