bosh-stemcell 1.1858.0 → 1.1868.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.
|
@@ -94,6 +94,7 @@ module Bosh::Stemcell
|
|
|
94
94
|
def centos_vsphere_stages
|
|
95
95
|
[
|
|
96
96
|
#:system_open_vm_tools,
|
|
97
|
+
:system_vsphere_cdrom,
|
|
97
98
|
:system_parameters,
|
|
98
99
|
:bosh_clean,
|
|
99
100
|
:bosh_harden,
|
|
@@ -168,6 +169,7 @@ module Bosh::Stemcell
|
|
|
168
169
|
def vsphere_stages
|
|
169
170
|
[
|
|
170
171
|
:system_open_vm_tools,
|
|
172
|
+
:system_vsphere_cdrom,
|
|
171
173
|
# Misc
|
|
172
174
|
:system_parameters,
|
|
173
175
|
# Finalisation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-stemcell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1868.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-01-
|
|
12
|
+
date: 2014-01-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bosh_aws_cpi
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.
|
|
21
|
+
version: 1.1868.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.
|
|
29
|
+
version: 1.1868.0
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: fakefs
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
version: '0'
|
|
185
185
|
segments:
|
|
186
186
|
- 0
|
|
187
|
-
hash: -
|
|
187
|
+
hash: -1246720654703904312
|
|
188
188
|
requirements: []
|
|
189
189
|
rubyforge_project:
|
|
190
190
|
rubygems_version: 1.8.23
|