bosh-stemcell 1.2780.0 → 1.2781.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.
data/README.md CHANGED
@@ -31,7 +31,7 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
31
31
 
32
32
  vagrant ssh -c '
33
33
  cd /bosh
34
- CANDIDATE_BUILD_NUMBER=<current_build> http_proxy=http://localhost:3142/ bundle exec rake stemcell:build[vsphere,esxi,centos,nil,ruby,bosh-os-images,bosh-centos-6_5-os-image.tgz]
34
+ 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]
35
35
  ' remote
36
36
 
37
37
  # Run the stemcell locally with Fusion
@@ -113,6 +113,6 @@ A stemcell with a custom OS image can be built using the stemcell-building VM cr
113
113
  vagrant ssh -c '
114
114
  cd /bosh
115
115
  bundle exec rake stemcell:build_os_image[ubuntu,trusty,/tmp/ubuntu_base_image.tgz]
116
- bundle exec rake stemcell:build_with_local_os_image[aws,xen,ubuntu,trusty,ruby,/tmp/ubuntu_base_image.tgz]
116
+ bundle exec rake stemcell:build_with_local_os_image[aws,xen,ubuntu,trusty,go,/tmp/ubuntu_base_image.tgz]
117
117
  ' remote
118
118
 
@@ -80,6 +80,7 @@ module Bosh::Stemcell
80
80
  [
81
81
  :base_centos,
82
82
  :base_centos_packages,
83
+ :base_ssh,
83
84
  # Bosh steps
84
85
  :bosh_users,
85
86
  :bosh_monit,
@@ -98,11 +99,11 @@ module Bosh::Stemcell
98
99
  :base_apt,
99
100
  :base_ubuntu_build_essential,
100
101
  :base_ubuntu_packages,
102
+ :base_ssh,
101
103
  :bosh_dpkg_list,
102
104
  :bosh_sysstat,
103
105
  :bosh_sysctl,
104
106
  :system_kernel,
105
- :system_rescan_scsi_bus,
106
107
  # Bosh steps
107
108
  :bosh_users,
108
109
  :bosh_monit,
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2780.0'
3
+ VERSION = '1.2781.0'
4
4
  end
5
5
  end
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.2780.0
4
+ version: 1.2781.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-12-02 00:00:00.000000000 Z
12
+ date: 2014-12-05 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.2780.0
21
+ version: 1.2781.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.2780.0
29
+ version: 1.2781.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: fakefs
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  segments:
189
189
  - 0
190
- hash: 320347719991904555
190
+ hash: -1731349899176003508
191
191
  requirements: []
192
192
  rubyforge_project:
193
193
  rubygems_version: 1.8.23