--
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 packer-tool...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, Im going with shell scripting and rules so much. Maybe dont scale well but i can live with it.
I'll keep some eyes un your code. Thanks a lot.
Wondering why hashicorp dont set this path. With rkt, lxc and systemd-nspawn hype is a very simple powerfull one.
Thanks for your time.
Hi Juanjo,
I did end up prototyping out my approach. I was very pleased with how well it worked,
we found that by doing the bulk of the work in a local chroot and not using network
assets our build times improved significantly (sometimes 2-3x faster) and were more
reliable. It also made it easier for us to more directly control exactly
what went into our images, and guarantee that images built for different environments
are almost exactly the same.
The downside obviously is it is truly a "build your own" solution, cobbled together
with shell scripts and glue. I placed the first piece of the puzzle out as open
source:
https://github.com/opentable/otpl-ami-ubuntu
but please understand that it is not a finished work, and while I am happy to
spend some time answering questions if you go down this path, you will have
to be willing to spend some time figuring out poorly documented APIs
(I'm looking at you, AWS) and difficult to diagnose issues when your
images don't boot for whatever reason.