Oh BOSH, Will It Fit?

Find out early if your target deployment will fit into the quota/available limits of your target OpenStack tenancy.

If the deployment fits, then you'll see something like:

fits

If the deployment won't fit, then you'll see:

wont-fit

If the deployment has an invalid flavor/instance type:

bad-flavor

Installation

This BOSH CLI plugin is distributed as a RubyGem:

gem install ohboshwillitfit

Usage

Currently, you must have your target OpenStack's credentials stored in a ~/.fog file and reference the key within that file:

bosh will it fit --fog-key default

Contributing

  1. Fork it ( http://github.com//ohboshwillitfit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request