/packer-qemu-templates

Packer templates for qemu/kvm

Primary LanguageShellMozilla Public License 2.0MPL-2.0

##Introduction

The packer-qemu-templates provides Packer templates for unattended building of relevant virtual machine images in the qcow2 format for use with KVM.

In addition, Ansible is used to do some post-provision.

##Status

Currently the project only includes a template for Ubuntu 16.04.

##Usage

###Build qcow2 image Go into the relevant template directory and run packer build on the relevant json file.

$ cd ubuntu
$ packer build ubuntu-16.04-server-amd64.json

##Acknowledgements