bosh-stemcell 1.2840.0 → 1.2847.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/bosh/stemcell/build_environment.rb +1 -0
- data/lib/bosh/stemcell/stage_collection.rb +6 -3
- data/lib/bosh/stemcell/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3174a6950c6b8ac724ddbb2ec03b9ec9d33bd07e
|
4
|
+
data.tar.gz: 62eff07041e6021b1ae0291430b235cab62f2170
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f31e9a7128ef1183d734cb0cfc111c606c87a0c1d736b79210586fc86c7f73865f0776a5d334e529c8e6e8b22877cea9335933a0fd23b37246620671ebee350a
|
7
|
+
data.tar.gz: 72ce923cdde7e794be551e887158edcd56ee4678dff9c7ad078231702e07ce0c845197b1b92cd8cbf078eb0065d441c310b36884bcd82c8a4d500c379b689369
|
data/README.md
CHANGED
@@ -62,7 +62,7 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
|
|
62
62
|
|
63
63
|
vagrant ssh -c '
|
64
64
|
cd /bosh
|
65
|
-
CANDIDATE_BUILD_NUMBER=<current_build> http_proxy=http://localhost:3142/ bundle exec rake stemcell:build[vsphere,esxi,centos,nil,go,bosh-os-images,bosh-centos-
|
65
|
+
CANDIDATE_BUILD_NUMBER=<current_build> http_proxy=http://localhost:3142/ bundle exec rake stemcell:build[vsphere,esxi,centos,nil,go,bosh-os-images,bosh-centos-6_6-os-image.tgz]
|
66
66
|
' remote
|
67
67
|
|
68
68
|
|
@@ -140,6 +140,7 @@ module Bosh::Stemcell
|
|
140
140
|
:system_parameters,
|
141
141
|
:bosh_clean,
|
142
142
|
:bosh_harden,
|
143
|
+
:bosh_vsphere_agent_settings,
|
143
144
|
:image_create,
|
144
145
|
:image_install_grub,
|
145
146
|
]
|
@@ -153,7 +154,7 @@ module Bosh::Stemcell
|
|
153
154
|
# Finalisation,
|
154
155
|
:bosh_clean,
|
155
156
|
:bosh_harden,
|
156
|
-
:
|
157
|
+
:bosh_disable_password_authentication,
|
157
158
|
:bosh_openstack_agent_settings,
|
158
159
|
:image_create,
|
159
160
|
:image_install_grub,
|
@@ -169,7 +170,8 @@ module Bosh::Stemcell
|
|
169
170
|
# Finalisation
|
170
171
|
:bosh_clean,
|
171
172
|
:bosh_harden,
|
172
|
-
:
|
173
|
+
:bosh_disable_password_authentication,
|
174
|
+
:bosh_aws_agent_settings,
|
173
175
|
# Image/bootloader
|
174
176
|
:image_create,
|
175
177
|
:image_install_grub,
|
@@ -187,7 +189,7 @@ module Bosh::Stemcell
|
|
187
189
|
# Finalisation,
|
188
190
|
:bosh_clean,
|
189
191
|
:bosh_harden,
|
190
|
-
:
|
192
|
+
:bosh_disable_password_authentication,
|
191
193
|
:bosh_openstack_agent_settings,
|
192
194
|
# Image/bootloader
|
193
195
|
:image_create,
|
@@ -204,6 +206,7 @@ module Bosh::Stemcell
|
|
204
206
|
# Finalisation
|
205
207
|
:bosh_clean,
|
206
208
|
:bosh_harden,
|
209
|
+
:bosh_vsphere_agent_settings,
|
207
210
|
# Image/bootloader
|
208
211
|
:image_create,
|
209
212
|
:image_install_grub,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh-stemcell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2847.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pivotal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bosh_aws_cpi
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.2847.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.2847.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: fakefs
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|