kitchen-rax 0.8.0 → 0.9.0

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: 2cc44ef41dc1725c7ee734cbc14d73c360996284
4
- data.tar.gz: 0885ed1fc883609e3f4857286895bc46b70a8165
3
+ metadata.gz: e4900a69b56ac71b3d3020872845bb6f8ad64784
4
+ data.tar.gz: 812f068a487fa640559475440a67eb5f729dc433
5
5
  SHA512:
6
- metadata.gz: 74c9d5b2412c7ba912d6af0f60dd96772d4595dc6e7fec090adad8b57f2b2001725e88a829e29eca956a281ba4740af8ad112ac98a5961016970c269f48d9294
7
- data.tar.gz: 1b6344863f907a8f2c5200d5b6f1d35d9a9063be5c141ff5ced8479b7b6acc5415be5bcf42655fc90c2d78aa01a9465757a07e0128d23ea318ed6cf3f3731e13
6
+ metadata.gz: 64767fa00f3389394cf40c64c8af7af6df116a64ea92c9b649a109b64104a833d9803b55b9c20b814b1d881ac2442de4372386c9bdd9be6b79fcd1979e7aea97
7
+ data.tar.gz: 1902fcde2c9ad0d79a976c307b061dcb85360e8091d46d6e1f28027d366067ec309ff5ba4a95fbdb88c141cd007df33fc20ef3b8e4e7a43420498d5a37f05a3a
@@ -39,11 +39,11 @@ module Kitchen
39
39
  state[:server_id] = server.id
40
40
  info("Rackspace instance <#{state[:server_id]}> created.")
41
41
  server.wait_for { ready? }
42
- puts '(server ready)'
42
+ info("The instance has finished building.")
43
43
  rackconnect_check(server)
44
+ info("The instance is ready to accept connections on IP #{server.public_ip_address} with password #{server.password}.")
44
45
  state[:hostname] = server.public_ip_address
45
46
  state[:password] = server.password
46
- tcp_check(state)
47
47
  rescue Fog::Errors::Error, Excon::Errors::Error => ex
48
48
  raise ActionFailed, ex.message
49
49
  end
@@ -86,8 +86,9 @@ module Kitchen
86
86
  end
87
87
 
88
88
  def rackconnect_check(server)
89
+ info("Waiting for Rackconnect automation to complete.")
89
90
  server.wait_for { metadata.all['rackconnect_automation_status'] == 'DEPLOYED' }
90
- puts '(rackconnect automation complete)'
91
+ info("Rackconnect automation complete.")
91
92
  server.update
92
93
  end
93
94
 
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Rax Kitchen driver
24
- RAX_VERSION = "0.8.0"
24
+ RAX_VERSION = "0.9.0"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-rax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame