Skip to content

Commit

Permalink
Add some comments with examples on how to build Vagrant images.
Browse files Browse the repository at this point in the history
Approved by:	re (gjb)
  • Loading branch information
brd committed Feb 1, 2017
1 parent 0696dde commit 9c20cef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion release/Makefile.vagrant
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
#
# $FreeBSD$
#
# Makefile for producing and uploading Vagrant boxes to Hashicorp Atlas
#
# Makefile for uploading Vagrant boxes to Hashicorp Atlas
# Usage Example:
# Create a Vagrant image for VirtualBox:
# make vagrant-box WITH_VMIMAGES=y WITH_CLOUDWARE=y \
# CLOUDWARE=vagrant-virtualbox VMFORMATS=vmdk
#
# To create a Vagrant image for VMWare and Upload it to Atlas:
# VAGRANT_KEY is your Atlas API Token
# VAGRANT_USERNAME is your Atlas Username
# env VAGRANT_KEY=foo VAGRANT_USERNAME=bar make vagrant-upload \
# WITH_VMIMAGES=y WITH_CLOUDWARE=y CLOUDWARE=vagrant-vmware \
# VMFORMATS=vmdk
# For more info: https://www.vagrantup.com/docs/other/atlas.html
#

VAGRANT_IMG?= ${.OBJDIR}/vagrant.vmdk
Expand Down

0 comments on commit 9c20cef

Please sign in to comment.