paulmooring / knife-stalenodes

Knife plugin for listing stale nodes
Apache License 2.0
4 stars 2 forks source link

Check if nodes actually exist in EC2 and include status in output #4

Closed eherot closed 10 years ago

eherot commented 10 years ago

Only runs if aws_access_key_id knife option is detected so as not to create a dependency on EC2.

(PS. My editor also removed a bunch of trailing spaces ;-))

jeffbyrnes commented 10 years ago

:+1:

paulmooring commented 10 years ago

I like the idea, but it's not uncommon to have ec2 config in knife.rb and not have all your nodes in ec2. This should probably be a command line option to turn on.

eherot commented 10 years ago

Ask and yee shall receive!

paulmooring commented 10 years ago

1.2.0 has been pushed to RubyGems with this fix, thanks @eherot

eherot commented 10 years ago

Thank you guys!