chef-metal 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eb7ec1d176cfeebf9d5c6e50ab3a45d172e605a
4
- data.tar.gz: f4fcde957a37359fdc200e8414c372ad2db2f7a0
3
+ metadata.gz: 4b5b77eda4e67ca220d4da85c229bf92a631b929
4
+ data.tar.gz: abfe51b9c4acb33b1899db61b79ade829d698142
5
5
  SHA512:
6
- metadata.gz: 8fb557ac7fbec088c63b81242f59ef81cd5ba91d1d8beeb55f6b6f14789026aaf93a58e34faa3cdbfa40e61b1d9bf50c7394bbaf7efca0a669f07e29f351ba4d
7
- data.tar.gz: d2116ceda71535205ef6c21bac69945d65531804ec356432302ac112b73189c21d762d4750033e5c0163b8cc1ce790a6cdc2401afbbffa15ad69f5458f9845ad
6
+ metadata.gz: 102d45d0a267f8dabad59a74cf7a90d53313c733e4b965b0fabe5ffe64ad37fa8d38f2a77315e4f4d49f4290e66a50bd6740e01ef4b870607527e456267eed1c
7
+ data.tar.gz: 4621a363a04b449146fbe2b79e8f23d98f956fbe2222c1b796ff56316db6670710079548feeb2b176652ae44fcc4a94a57484ef449e92bea69e620a48f896c15
@@ -1,5 +1,9 @@
1
1
  # Chef Metal Changelog
2
2
 
3
+ ## 0.9.3 (4/13/2014)
4
+
5
+ - SSH: Treat EHOSTUNREACH as "machine not yet available" (helps with AWS)
6
+
3
7
  ## 0.9.2 (4/13/2014)
4
8
 
5
9
  - Timeout stability fixes (makes EC2 a little stabler for some AMIs)
@@ -131,7 +131,7 @@ module ChefMetal
131
131
  # If you can't pwd within 10 seconds, you can't pwd
132
132
  execute('pwd', :timeout => 10)
133
133
  true
134
- rescue Timeout::Error, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, Net::SSH::AuthenticationFailed, Net::SSH::Disconnect, Net::SSH::HostKeyMismatch
134
+ rescue Timeout::Error, Errno::EHOSTUNREACH, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, Net::SSH::AuthenticationFailed, Net::SSH::Disconnect, Net::SSH::HostKeyMismatch
135
135
  Chef::Log.debug("#{username}@#{host} unavailable: could not execute 'pwd' on #{host}: #{$!.inspect}")
136
136
  false
137
137
  end
@@ -1,3 +1,3 @@
1
1
  module ChefMetal
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-metal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-13 00:00:00.000000000 Z
11
+ date: 2014-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef