A builder plugin for Packer.IO to support building XenServer images.
Go to file
Rob Dobson 6538c248fd Add a wait for the VM to boot properly.
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2014-11-20 18:54:23 +00:00
builder/xenserver Add a wait for the VM to boot properly. 2014-11-20 18:54:23 +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.