bosh_vcloud_cpi 0.7.5 → 0.7.6
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 +4 -4
- data/lib/cloud/vcloud/cloud.rb +4 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf7473f0bbaafdc184e9fe8923772d86ad365c8f
|
|
4
|
+
data.tar.gz: c055af6d12a18656c12c5bb242d1947ffff07890
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a08c0323b6f09f2e8d0d8fa827aa0c0087adfa980882260d99bac73e2f68047db9d3cd1c83b5d1351f15abcde23e693f2799bd84db9df090faee2c3768fbfd
|
|
7
|
+
data.tar.gz: 896a4a062153993c66caf2a803636c6ecf89ae723512859bfb352a85c5e922b43a857efc39ebfb6d343582349dd69abc224eeab6a037160129cdfd75808f88c3
|
data/lib/cloud/vcloud/cloud.rb
CHANGED
|
@@ -275,8 +275,6 @@ module VCloudCloud
|
|
|
275
275
|
def validate_deployment(old_manifest, new_manifest)
|
|
276
276
|
end
|
|
277
277
|
|
|
278
|
-
private
|
|
279
|
-
|
|
280
278
|
def client
|
|
281
279
|
@client_lock.synchronize do
|
|
282
280
|
@client = VCloudClient.new(@vcd, @logger) if @client.nil?
|
|
@@ -284,6 +282,8 @@ module VCloudCloud
|
|
|
284
282
|
@client
|
|
285
283
|
end
|
|
286
284
|
|
|
285
|
+
private
|
|
286
|
+
|
|
287
287
|
def steps(name, options = {}, &block)
|
|
288
288
|
Transaction.perform name, client(), options, &block
|
|
289
289
|
end
|
|
@@ -316,6 +316,8 @@ module VCloudCloud
|
|
|
316
316
|
|
|
317
317
|
vm = s.state[:vm]
|
|
318
318
|
|
|
319
|
+
s.next Steps::AddCatalog, @client.catalog_name(:media)
|
|
320
|
+
|
|
319
321
|
# eject and delete old env ISO
|
|
320
322
|
s.next Steps::EjectCatalogMedia, vm.name
|
|
321
323
|
s.next Steps::DeleteCatalogMedia, vm.name
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh_vcloud_cpi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- VMware
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bosh_common
|
|
@@ -124,7 +124,7 @@ dependencies:
|
|
|
124
124
|
version: '0'
|
|
125
125
|
description: |-
|
|
126
126
|
BOSH vCloud CPI
|
|
127
|
-
|
|
127
|
+
152369
|
|
128
128
|
email: support@cloudfoundry.com
|
|
129
129
|
executables: []
|
|
130
130
|
extensions: []
|