bosh-stemcell 1.2968.0 → 1.2969.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: 73b23d2c11d3ead34eeda704e0a6cbf53281fcc5
4
- data.tar.gz: babcfadd791657a7450351bdf60ffea3635345a1
3
+ metadata.gz: e9e47146a1e892d06fc7bd1757cfa3438cfda02f
4
+ data.tar.gz: 55d859bbeb0b763a43d90fc2d3d417da60306046
5
5
  SHA512:
6
- metadata.gz: c8b8c4f85c004c076dbf1a097a5b5f6ec735b4391552276348002fead806a95b36213f89c3186d6e82c2b5e681f9bedc527387723f2c6a6c958aae14065fc043
7
- data.tar.gz: 45259fa7a667e1b6ed69d8c5b94ded75094585edff6bd051b980bb91947fc996ddeda72dc4facb3c03c226147147339fdaf3fc8fea5e4c59b38ce6b4a35171e8
6
+ metadata.gz: a8b98267562ea8ff8f212c4aa26b736f97000c47004075a2c0bc3b2697947add256497fdc6526c19c9749b8bf723f70e7f4df41f0a1996ddadcfe600e2875171
7
+ data.tar.gz: 1d913027adb97b98660a4dfbc738ae6032c3d8af46582904809ccf9b52da0089c0e18e00d788c6315eeec2984562bfaf1bf61ae4412484446e63a4094a510a44
data/README.md CHANGED
@@ -60,7 +60,7 @@ If you have changes that will require new OS image you need to build one. A stem
60
60
  The arguments to `stemcell:build_os_image` are:
61
61
 
62
62
  1. *`operating_system_name`* identifies which type of OS to fetch. Determines which package repository and packaging tool will be used to download and assemble the files. Must match a value recognized by the [OperatingSystem](lib/bosh/stemcell/operatingsystem.rb) module. Currently, `ubuntu` `centos` and `rhel` are recognized.
63
- 2. *`operating_system_version`* an identifier that the system may use to decide which release of the OS to download. Acceptable values depend on the operating system. For `ubuntu`, use `trusty`. For `centos`, use `6` or `7`. For `rhel`, use `7`.
63
+ 2. *`operating_system_version`* an identifier that the system may use to decide which release of the OS to download. Acceptable values depend on the operating system. For `ubuntu`, use `trusty`. For `centos` or `rhel`, use `7`.
64
64
  3. *`os_image_path`* the path to write the finished OS image tarball to. If a file exists at this path already, it will be overwritten without warning.
65
65
 
66
66
  ### Special requirements for building a RHEL OS image
@@ -95,7 +95,7 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
95
95
 
96
96
  vagrant ssh -c '
97
97
  cd /bosh
98
- 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]
98
+ 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-7-os-image.tgz]
99
99
  ' remote
100
100
 
101
101
 
@@ -110,7 +110,7 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
110
110
  Public OS images can be obtained here:
111
111
 
112
112
  * latest Ubuntu - https://s3.amazonaws.com/bosh-os-images/bosh-ubuntu-trusty-os-image.tgz
113
- * latest Centos - https://s3.amazonaws.com/bosh-os-images/bosh-centos-6_6-os-image.tgz
113
+ * latest Centos - https://s3.amazonaws.com/bosh-os-images/bosh-centos-7-os-image.tgz
114
114
 
115
115
  ### Building light stemcell
116
116
 
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2968.0'
3
+ VERSION = '1.2969.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.2968.0
4
+ version: 1.2969.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-05-06 00:00:00.000000000 Z
11
+ date: 2015-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bosh_aws_cpi
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.2968.0
19
+ version: 1.2969.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.2968.0
26
+ version: 1.2969.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bosh-core
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2968.0
33
+ version: 1.2969.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.2968.0
40
+ version: 1.2969.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: fakefs
43
43
  requirement: !ruby/object:Gem::Requirement