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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4f4132e0ca0b3098d66bd67dda3b472ab985ac0
4
- data.tar.gz: d846117fd33e2cc8a7d5085e2698f8a6f7986f91
3
+ metadata.gz: 3174a6950c6b8ac724ddbb2ec03b9ec9d33bd07e
4
+ data.tar.gz: 62eff07041e6021b1ae0291430b235cab62f2170
5
5
  SHA512:
6
- metadata.gz: ddae76ec580d2c3ead61ec1dde3a2c27bb38116d838e7caaf07acd39e0fc491415ae1e7e387c8d493da7bed9c8c572c3ac81829f85a8c23647b9500f2676cae3
7
- data.tar.gz: 9cd3dad55d76511667de132787e0a6b3d06d7739de6fc95ca8a8efcadd5b416c41d3c6b67042520ac24deff59f503446fa11bbe24f55437d10410741177443fa
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-6_5-os-image.tgz]
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
 
@@ -41,6 +41,7 @@ module Bosh::Stemcell
41
41
  "cd #{STEMCELL_SPECS_DIR};",
42
42
  "OS_IMAGE=#{os_image_tarball_path}",
43
43
  'bundle exec rspec -fd',
44
+ "spec/os_image/common_spec.rb",
44
45
  "spec/os_image/#{operating_system_spec_name}_spec.rb",
45
46
  ].join(' ')
46
47
  end
@@ -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
- :bosh_harden_ssh,
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
- :bosh_harden_ssh,
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
- :bosh_harden_ssh,
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,
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2840.0'
3
+ VERSION = '1.2847.0'
4
4
  end
5
5
  end
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.2840.0
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 00:00:00.000000000 Z
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.2840.0
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.2840.0
26
+ version: 1.2847.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: fakefs
29
29
  requirement: !ruby/object:Gem::Requirement