Skip to content

legal90/openvz-packer-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenVZ packer templates

Packer templates for building base OpenVZ and Virtuozzo VM boxes.

Usage

Installing Packer

Download the latest packer and unzip the appropriate directory.

If you're using Homebrew:

$ brew tap homebrew/binary
$ brew install packer

Running Packer

$ git clone https://github.com/ligurio/openvz-packer-templates
$ cd openvz-packer-templates
$ packer build template.json

If you want to build only VirtualBox:

$ packer build -only=virtualbox-iso template.json

Using Vagrant box

$ vagrant init OpenVZ/Virtuozzo-7b2
$ vagrant up --provider virtualbox
$ vagrant ssh

Supported versions

This templates was tested using a packer 0.8.1.

About

Vagrant boxes for Virtuozzo and OpenVZ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages