This repository contains templates for building OpenBSD boxes for Vagrant using Packer. Supports VirtualBox, VMware, and QEMU/libvirt providers.
Pre-built boxes can be installed via Hashicorp Atlas:
Current:
vagrant box add stoege/openbsd-6.0
Old:
vagrant box add ryanmaclean/openbsd-5.9
Older:
vagrant box add tmatilai/openbsd-5.7
You can also build the boxes yourself:
packer build openbsd-<version>.json
The boxes won't include VirtualBox Guest Additions nor VMware Tool (as they are not available for the OS). So for synced folders you need to use e.g. NFS or rsync.
The templates are based on the Bento project and Veewee templates.
Copyright 2014-2015, Teemu Matilainen ([email protected])
Licensed under the Apache License, Version 2.0 (see the LICENSE).