A Packer recipe for creating a RedHat CoreOS Vagrant box
- Packer
- Libvirt
- Vagrant Cloud account
- Vagrant Cloud API key (see here)
Before running the packer build, you'll need to create a box on your Vagrant Cloud account with the same version and box_tag as specified in the template.json.
No need to add a provider, this will be pushed automatically with the box.
- Assign your Vagrant Cloud API key to
VAGRANT_CLOUD_TOKENenvironment variable. - Run
packer build template.json