vm_shepherd 3.4.1 → 3.4.2

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: a23f577f04435b804876aab8c9744e677e86599c
4
- data.tar.gz: a258bb7fcdefc25139da31ea8ca7b8d058e9caf4
3
+ metadata.gz: e94b3446a19a36cd899c23616834fede542cff2c
4
+ data.tar.gz: 4a8838b33378abfa4c8ce1f81e55526ab3cae654
5
5
  SHA512:
6
- metadata.gz: 17320e878ffc823710a9629856b939c95be5fa3bf95834f44f9576039147b9baf416a7548b8675d37797e0e5910d26fd5f87a8374b4ca68abd0f3ef63552167a
7
- data.tar.gz: 82a5056e4c569d7a804c7c6885904399b6daab21ae360f754bb1e0938de4d98e86850bea00e198ef3e719c8400d4b52fd0550256a45125a7f3e95bea93873b5b
6
+ metadata.gz: a06b938753a1f4c989362cfb318c24a77f1347adfaf1b0fff14b102f342c991f8754446e48d51818130632da08135d1858928c7402c710e395f0ecb432adf5f0
7
+ data.tar.gz: 168724476729b66f204f156009f7b91cee70840a1d0e24143edb717911dcbd749b6944be21ca4e3ef330556194b4b5ac387f244d481f3217288bd04fdfb8e7b4
@@ -51,7 +51,7 @@ module VmShepherd
51
51
  end
52
52
 
53
53
  logger.info("Waiting for status [#{waiting_for_status}] on stack [#{stack.name}]")
54
- retry_until(retry_limit: 80, retry_interval: 30) do
54
+ retry_until(retry_limit: 60, retry_interval: 30) do
55
55
  status = stack.status
56
56
  logger.info("current stack status: #{status}")
57
57
  case status
@@ -1,3 +1,3 @@
1
1
  module VmShepherd
2
- VERSION = '3.4.1'.freeze
2
+ VERSION = '3.4.2'.freeze
3
3
  end
@@ -60,7 +60,6 @@ module VmShepherd
60
60
  end
61
61
 
62
62
  context 'When custom hostname is not set' do
63
-
64
63
  it 'verifies the value of custom hostname is nil' do
65
64
  expect(vsphere_manager).to receive(:create_vm_from_template).and_return(vm1)
66
65
  allow(subject).to receive(:power_on_vm)
@@ -70,9 +69,7 @@ module VmShepherd
70
69
  custom_hostname_property = options[:spec].vAppConfig.property.find do |prop|
71
70
  prop.instance_variable_get(:@props)[:info].instance_variable_get(:@props)[:label] == 'custom_hostname'
72
71
  end
73
- expect(custom_hostname_property).to_not be_nil
74
- custom_hostname_value = custom_hostname_property.instance_variable_get(:@props)[:info].instance_variable_get(:@props)[:value]
75
- expect(custom_hostname_value).to be_nil
72
+ expect(custom_hostname_property).to be_nil
76
73
  task
77
74
  end
78
75
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vm_shepherd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ops Manager Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-02 00:00:00.000000000 Z
11
+ date: 2016-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-v1
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  version: '0'
207
207
  requirements: []
208
208
  rubyforge_project:
209
- rubygems_version: 2.4.5.1
209
+ rubygems_version: 2.6.8
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: A tool for booting and tearing down Ops Manager VMs on various Infrastructures.