Skip to content

Build vagrant boxes for developing & testing Amazon Opsworks cookbooks

License

Notifications You must be signed in to change notification settings

jsierles/vagrant-opsworks

 
 

Repository files navigation

vagrant-opsworks

The main goal of this project is building vagrant boxes for developing & testing cookbooks you plan to use in Amazon Opsworks.

At the moment the Opsworks agent will always provision your instances with a ruby 1.8.7 stack including a custom version of chef 11.4.4.

Use this project to build a Ubuntu 12.04 vagrant box provisioned with the ruby stack from opsworks agent release 214.

Dependencies

Usage

# build the vagrant virtual box
rake virtualbox-build

# install the vagrant virtual box
rake virtualbox-install

# build the vagrant vmware box
rake vmware-build

# install the vagrant vmware box
rake vmware-install

# check out your new box with provided Vagrant file
vagrant up [--provider=vmware_fusion]

# clean up builded boxes
rake clean

Notes

References

About

Build vagrant boxes for developing & testing Amazon Opsworks cookbooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.3%
  • Ruby 12.7%