blimpy icon indicating copy to clipboard operation
blimpy copied to clipboard

A Vagrant-inspired tool for managing multiple machines in the cloud

Results 26 blimpy issues
Sort by recently updated
recently updated
newest added

In the case of adding a new ship to the `Blimpfile`, when you then run `blimpy start` the tool will try to "resume" the already running VM. No bueno

enhancement

Turns out AWS is keeping EBS volumes floating around for a lot longer than I had anticipated, only noticed when I checked my bill. Better remove those suckers!

enhancement
aws

``` -> % blimpy start >> Resuming: tasseo-dev,/home/tyler/.rvm/gems/ruby-1.9.3-p0@dashboardpi/gems/blimpy-0.6.4/lib/blimpy/box.rb:103:in `resume': undefined method `start' for # (NoMethodError) from /home/tyler/.rvm/gems/ruby-1.9.3-p0@dashboardpi/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:61:in `block in resume' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@dashboardpi/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:58:in `each' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@dashboardpi/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:58:in `resume' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@dashboardpi/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:105:in `start' from...

bug
openstack

If you try to set `ship.ports = [22, 80]` for an OpenStack host, you will get a cryptic error: ``` -> % blimpy start The Blimpfile is invalid! ```

bug
openstack

``` -> % blimpy stop >> Stopping: bob-dev,/home/tyler/.rvm/gems/ruby-1.9.3-p0@bob/gems/blimpy-0.6.4/lib/blimpy/box.rb:97:in `stop': undefined method `stop' for # (NoMethodError) from /home/tyler/.rvm/gems/ruby-1.9.3-p0@bob/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:152:in `block in stop' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@bob/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:149:in `each' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@bob/gems/blimpy-0.6.4/lib/blimpy/fleet.rb:149:in `stop' from /home/tyler/.rvm/gems/ruby-1.9.3-p0@bob/gems/blimpy-0.6.4/lib/blimpy/cli.rb:103:in `stop' from...

bug
openstack

When syncing a tree over to a fresh FreeBSD host that has symlinks in it, the symlinks aren't preserved after things are unpacked on the remote host.

enhancement

Since symbols (`:cwd`) are deprecated, they should fail the Blimpfile at validation instead of inside of `#bootstrap_livery`

enhancement