Project

bento-ya

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
bento-ya builds bento boxes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gem Version Build Status Master

bento-ya

A RubyGem for managing chef/bento builds

Requirements

  • Packer
  • At least one virtualization provider: VirtualBox, VMware Fusion, Parallels Desktop, etc

Quick Start

Bento-ya is a RubyGem and can be installed with:

$ gem install bento-ya

If you use Bundler, you can add gem "bento-ya" to your Gemfile and make sure to run bundle install.

Using bento

build

To build multiple templates for all providers (VirtualBox, Fusion, Parallels, etc):

$ bento build debian-8.11-amd64 debian-8.11-i386

To build a box for a single provider:

$ bento build --only=virtualbox-iso debian-8.11-amd64

NOTE: The following commands rely on the environmental variables VAGRANT_CLOUD_TOKEN and VAGRANT_CLOUD_ORG being correctly set.

upload

To upload built boxes to Vagrant Cloud.

$ bento upload

release

$ bento release debian-8.11 2.3.3

revoke

$ bento revoke debian-8.11 2.3.3

delete

$ bento delete debian-8.11 2.3.3

Versioning

bento-ya aims to adhere to Semantic Versioning 2.0.0.

License

Apache License, Version 2.0 (see LICENSE)