Giter Site home page Giter Site logo

ohboshwillitfit's Introduction

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

ohboshwillitfit's People

Contributors

drnic avatar

Stargazers

Tony Hansmann avatar Aliaksandr Lomau avatar Benjamin Cavileer avatar Nikhil avatar

Watchers

Tyler Poland avatar  avatar Dennis J. Bell avatar Shawn Neal avatar John Longanecker avatar James Cloos avatar Wilfrido Nuqui Jr. avatar Bertrand Lupart avatar Quintessence avatar Benjamin Gandon avatar Xiujiao Gao avatar DigitalEagle avatar Chris Ciborowski avatar  avatar  avatar

Forkers

mikedillion

ohboshwillitfit's Issues

AWS support

Via fog library, we can get the compute & EIP limits:

$ compute.describe_account_attributes
#<Excon::Response:0x007fbc42937118 @data={:body=>{"accountAttributeSet"=>[{"values"=>["5"], "attributeName"=>"vpc-max-security-groups-per-interface"}, {"values"=>["20"], "attributeName"=>"max-instances"}, {"values"=>["VPC"], "attributeName"=>"supported-platforms"}, {"values"=>["vpc-299af94c"], "attributeName"=>"default-vpc"}, {"values"=>["5"], "attributeName"=>"max-elastic-ips"}, {"values"=>["5"], "attributeName"=>"vpc-max-elastic-ips"}]}, :headers=>{"Content-Type"=>"text/xml;charset=UTF-8", "Vary"=>"Accept-Encoding", "Date"=>"Sat, 10 Jan 2015 19:55:06 GMT", "Server"=>"AmazonEC2"}, :status=>200, :remote_ip=>"207.171.162.181", :local_port=>62931, :local_address=>"172.31.99.119"}, @body="", @headers={"Content-Type"=>"text/xml;charset=UTF-8", "Vary"=>"Accept-Encoding", "Date"=>"Sat, 10 Jan 2015 19:55:06 GMT", "Server"=>"AmazonEC2"}, @status=200, @remote_ip="207.171.162.181", @local_port=62931, @local_address="172.31.99.119">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.