TritonDataCenter / packer-plugin-bhyve

Packer plugin for bhyve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packer Plugin Bhyve

This plugin can be used with HashiCorp Packer to create custom images. It borrows from packer-plugin-qemu with the aim of being able to reuse Packer machine templates as much as possible.

The current target platform is illumos, and while there are currently some hardcoded dependencies on that platform (such as VNICs), the long-term goal is that it should be cross-platform.

Differences

Many packer-plugin-qemu variables are unsupported as they simply do not make sense in a bhyve context.

Variables introduced for bhyve support are:

  • host_nic: The host NIC on which we create a VNIC for the virtual machine to use, as well as listen on for the Packer HTTP server.

About

Packer plugin for bhyve

License:Mozilla Public License 2.0


Languages

Language:Go 95.0%Language:HCL 2.9%Language:Makefile 2.1%