Skip to content

vasyly71/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer templates for vagrant boxes

This project containes Packer templates for building Vagrant base boxes.

Pre-built Boxes

The following boxes are built from this repository's templates:

  • centos-7.3-x86_64-nfs - basic nfs server
  • centos-7.3-x86_64-ucp - basic centos with everything required to install docker UCP.

The following software must be installed/present on your local machine before you can use Packer to build the Vagrant box file:

Make sure all the required software (listed above) is installed, then cd to the directory containing this README.md file, and run:

$ packer build centos-7.3-x86_64-nfs

or

$ packer build centos-7.3-x86_64-nfs

After a few minutes, Packer should tell you the box was generated successfully.

Testing built boxes

Boxes were tested using vagrant 1.9.3 and virtual box 5.1.22.

There's an included Vagrantfile that allows quick testing of the built Vagrant boxes. From this same directory, run one of the following commands after building the boxes:

# For VirtualBox:
$ vagrant up virtualbox --provider=virtualbox

License

MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors