vm_shepherd 1.0.1 → 1.0.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: bb6310bb53bda4135f7be984028062f68866a5df
4
- data.tar.gz: 0a44fc8da3d7606e2a737c7813ba47d9e2ce8f4d
3
+ metadata.gz: 71fe2ca3d3b7b0e9900480d6233f987314f81175
4
+ data.tar.gz: 09bc7963729c23b8034301a94b57411752b87a29
5
5
  SHA512:
6
- metadata.gz: d62fb69276e46d6ac4ef6dba996f90efda53023f0847bb9f0de991a92c754703d5bf09113a237ac630b6d05e0826a36d3c1e810bf60b50c1191abc026a9e107a
7
- data.tar.gz: 5df72d123fdef410c9c98d23ef9216617f4e39fb74d808bc54dc72bce387ab7cc03d8f3f4aa886982712992e4891c4b924f994aa3ca0935fb75eb2058a3e7530
6
+ metadata.gz: 13831bc1f320b8246f58badb961aa86b2e8a08aa031554bc7cf372eb41e6b20bd872ef7bd3fcd5fe7f1f49a61f410695b53e8a5c2b51c13f6c85d3fec79abf25
7
+ data.tar.gz: 25f7b295197fa8d6336596987c6a45ff112dd5b9e7186a76f919b94e77294d0f6310c8799112684d006c0582e352f5ef07a78547a6780db71de6960d9893843f
@@ -109,7 +109,7 @@ module VmShepherd
109
109
  },
110
110
  vm_shepherd_config.vdc.name,
111
111
  error_logger,
112
- ).clean_environment(vm_shepherd_config.vapp.product_names, vm_shepherd_config.vapp.product_catalog)
112
+ ).clean_environment(vm_shepherd_config.vapp.product_names || [], vm_shepherd_config.vapp.product_catalog)
113
113
  when VmShepherd::VSPHERE_IAAS_TYPE then
114
114
  VmShepherd::VsphereManager.new(
115
115
  vm_shepherd_config.vcenter_creds.ip,
@@ -1,3 +1,3 @@
1
1
  module VmShepherd
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
@@ -32,10 +32,6 @@ vm_shepherd_configs:
32
32
  network: VDC_NETWORK-2
33
33
  vapp:
34
34
  ops_manager_name: VAPP_NAME-2
35
- product_catalog: PRODUCT_CATALOG-2
36
- product_names:
37
- - PRODUCT_1-2
38
- - PRODUCT_2-2
39
35
  ip: VAPP_IP-2
40
36
  public_ip:
41
37
  gateway: VAPP_GATEWAY-2
@@ -481,7 +481,7 @@ module VmShepherd
481
481
  ).and_return(last_vcloud_manager)
482
482
 
483
483
  expect(last_vcloud_manager).to receive(:clean_environment).with(
484
- last_config.vapp.product_names,
484
+ [],
485
485
  last_config.vapp.product_catalog,
486
486
  )
487
487
 
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: 1.0.1
4
+ version: 1.0.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: 2015-05-06 00:00:00.000000000 Z
11
+ date: 2015-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-v1