A builder plugin for Packer.IO to support building XenServer images.
Go to file
2021-03-12 22:04:32 -08:00
.github/workflows Use go 1.16 2021-03-09 21:16:49 -08:00
builder/xenserver ran gofmt 2021-02-24 00:02:50 +01:00
docs/builders Fixing more links 2021-01-02 23:58:22 -08:00
examples Fix issues with ubuntu example 2021-03-09 23:31:01 -08:00
.gitignore added vendor/* to .gitignore 2021-02-23 23:54:28 +01:00
.goreleaser.yml Update goreleaser config to add the 'v' prefix and remove default values for those variables 2021-03-12 22:04:32 -08:00
.travis.yml Rebase and add USE_XE option to xva export 2016-07-15 09:54:23 -07:00
go.mod Ran the migrator tool from hashicorp and fixed all resulting compile errors 2021-02-23 23:54:28 +01:00
go.sum Ran the migrator tool from hashicorp and fixed all resulting compile errors 2021-02-23 23:54:28 +01:00
LICENSE Initial plugin for building XenServer images using Packer.IO 2014-11-10 18:16:02 +00:00
main.go Update goreleaser config to add the 'v' prefix and remove default values for those variables 2021-03-12 22:04:32 -08:00
packer.json Get plugin building and mostly working 2020-09-13 01:22:59 -07:00
README.md Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade 2021-03-09 21:30:51 -08:00

XenServer packer.io builder

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

This is a fork of the original builder since the original project was abandoned and no longer compilied with recent versions of Go or worked with Xenserver 7.6 and later.

It improves the original project in the following ways:

  1. Developed alongside the Xenorchestra terraform provider to ensure the hashicorp ecosystem is interoperable.
  2. Reimplements how the boot commands are sent over VNC to be compatible with later versions of Xenserver (Citrix hypervisor) and XCP

Status

At the time of this writing the packer builder has been verified to work with Xenserver 7.6 and can launch VMs with the packer output through the xenorchestra terraform provider.

The following list contains things that are incomplete but will be worked on soon:

  • The documentation is still in an inconsistent state with upstream
  • Examples that are easier for new users to get up and running quickly
  • XVA builder is untested
  • Lots of dead code to remove from upstream

Using the builder

Download the relevant release from the project's releases page and copy the binary to ~/.packer.d/plugins/packer-builder-xenserver-iso.

Developing the builder

Dependencies

  • Packer >= v1.7.0 (https://packer.io)
  • XenServer / Citrix Hypervisor > 7.6
  • Golang 1.16

Compile the plugin

Once you have installed Packer, you must compile this plugin and install the resulting binary.

$ go build -o packer-plugin-xenserver

# Add the builder to the location packer expects it to be installed in
$ mkdir -p ~/.packer.d/plugins/
$ cp builder-xenserver-iso  ~/.packer.d/plugins/packer-builder-xenserver-iso

Documentation

For complete documentation on configuration commands, see the xenserver-iso docs

Support

You can discuss any issues you have or feature requests in Discord.