Skip to content

iondulgheru/packer-qemu-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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, all templates for use with Vagrant, through vagrant-libvirt, are configured to let Packer create a Vagrant box through the libvirt post-processor.

More info: http://blog.aarhusworks.com/unattended-installation-of-vm-images-with-packer/

##Status

Currently the project includes templates for Ubuntu, CentOS, Debian and Windows. In other words, the OSes of the VMs I and the other contributors use on a day-to-day basis.

Feel free to contribute more:-)

##Usage

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

$ cd windows
$ packer build windows-2012-R2-standard-amd64.json

There is also a version with Vagrant SSH keys included:

$ cd windows
$ packer build windows-2012-R2-standard-amd64-vagrant.json

Add the box to Vagrant

$ vagrant box add windows-2012R2.box --name windows-2012R2

##Acknowledgements

About

Packer qemu templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 53.0%
  • Shell 47.0%