Skip to content

bastibrunner/packer-builder-vultr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vultr builder plugin for Packer

A Packer builder for creating Vultr snapshots.

Building

Due to vendoring issues, at the moment this package must be built from within Packer's source code. So, fetch this repo and Packer:

$ go get -d github.com/hashicorp/packer
$ go get -d github.com/dradtke/packer-builder-vultr

Copy the contents of vultr/ to Packer's source tree:

$ cp -r ${GOPATH:-~/go}/src/github.com/dradtke/packer-builder-vultr/vultr ${GOPATH:-~/go}/src/github.com/hashicorp/packer/builder/

Then open up Packer's file command/plugin.go and add Vultr as a new builder. Then you can go install Packer, and it will have support for the "vultr" plugin.

Configuration

Check out testdata/vultr.json for an example Packer file that uses the Vultr builder.

About

Vultr plugin for Packer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%