A builder plugin for Packer.IO to support building XenServer images.
Go to file
2014-11-21 17:49:24 +00:00
builder/xenserver Adding defaults for Clone template, Network and Storage to avoid having to configure it in the packer file. 2014-11-21 17:49:24 +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.