tree: 893f335d6d12c850d0cd53a128749a33ec46fb78 [path history] [tgz]
  1. floppy/
  2. http/
  3. scripts/
  4. .gitignore
  5. LICENSE
  6. README.md
  7. ubuntu-1404-amd64.json
  8. ubuntu-1404-i386.json
  9. ubuntu-1604-amd64.json
  10. ubuntu-vagrant.json
README.md

Apache Infrastructure Packer

Packer is a tool for building virtual machines. Our team has used this to provide both vagrant images for local testing and cloud images for our production virtual machines.

Here's a quick run down of what it works.

How to build virtual machines and influence people

First you‘ll need to download packer. Once you’ve got that you'll need a solution for virtualizing to build the VM. On Debian I installed qemu-kvm and needed to add my user to the kvm group. Once that was done it was just a matter of making tweaks: adding packages, changing the resources to fit your local system, or playing with ponies. PACKER_LOG=1 /where/is/packer build ubuntu-16.04.json will start blazing. Currenly the VM uses 3gb RAM, 3 vCPU a 10GB disk to build and headless qemu as pono was the last person to commit.

This particular .json is currently being debugged :)