A builder plugin for Packer.IO to support building XenServer images.
Go to file
Rob Dobson 1daab4ef1a Adding static memory config to the template.
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2014-11-21 13:48:57 +00:00
builder/xenserver Adding static memory config to the template. 2014-11-21 13:48:57 +00:00
examples Use the Host Internal Management interface to retrieve an instances IP as opposed to relying on the tools being installed. 2014-11-18 18:18:39 +00:00
.gitignore Initial plugin for building XenServer images using Packer.IO 2014-11-10 18:16:02 +00:00
build.sh Use an environment variable to find where paker is located. 2014-11-14 18:27:10 +00:00
LICENSE Initial plugin for building XenServer images using Packer.IO 2014-11-10 18:16:02 +00:00
main.go Adding initial barebones for the xenserver packer plugin. 2014-11-05 09:35:34 +00:00
README.md Adding initial README 2014-11-10 18:20:39 +00:00

XenServer packer.io builder

This builder plugin extends packer.io to support building images for XenServer.

You can check out packer here.