Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
3.0 KiB
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 compiled with recent versions of Go or worked with Xenserver 7.6 and later.
It improves the original project in the following ways:
- Developed alongside the Xenorchestra terraform provider to ensure the hashicorp ecosystem is interoperable.
- 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
- XVA builder is untested
- Lots of dead code to remove from upstream
Using the builder
The packer builder can be installed via packer init
as long as the packer template includes the following in it's pkr.hcl
file
packer {
required_plugins {
xenserver= {
version = ">= v0.6.0"
source = "github.com/ddelnano/xenserver"
}
}
}
The following command will install the packer plugin using the Ubuntu example provided in this repository.
packer init examples/ubuntu/ubuntu-2004.pkr.hcl
If you are using an older version of packer or are still using json templates you will need to 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.1 (https://packer.io)
- XenServer / Citrix Hypervisor > 7.6
- Golang 1.20
Compile the plugin
Once you have installed Packer, you must compile this plugin and install the resulting binary.
Documentation for Plugins directory: Official Docs
Linux/MacOS
go build -o packer-plugin-xenserver
# Add the plugin to the location packer expects it to be installed in
mkdir -p ~/.packer.d/plugins/
cp packer-plugin-xenserver ~/.packer.d/plugins
Windows (Powershell)
go build -o packer-plugin-xenserver
mkdir "%APPDATA%\packer.d\plugins"
cp packer-plugin-xenserver "%APPDATA%\packer.d\plugins"
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.
If you'd like to support my effort on the project, please consider buying me a coffee