bosh-stemcell 1.2849.0 → 1.2852.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.
- checksums.yaml +4 -4
- data/README.md +6 -0
- 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: 694cee1fb344b1ed59dcdf7884e9b2ef0997851f
|
|
4
|
+
data.tar.gz: 2829e89eb7d370739f35b5b5586c80214a0a7b1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de711974c7c8ab9da531ce209800cfef7ac36e1e49d63c94dc6385ebbcbc75ba9b267dff6db46fda7c636beb66c05e38f6985ff2e41e921a14da9fae84eec0e5
|
|
7
|
+
data.tar.gz: 44cbd3f68b6f5c84ed21c4992f637835d345c61fd21c6a185f87e2c5f31894268d74d79c7857f86d4e133be9972be6d60a6a0571e041141138ffe327039b7168
|
data/README.md
CHANGED
|
@@ -73,6 +73,12 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
|
|
|
73
73
|
bundle exec rake stemcell:build_with_local_os_image[aws,xen,ubuntu,trusty,go,/tmp/ubuntu_base_image.tgz]
|
|
74
74
|
' remote
|
|
75
75
|
|
|
76
|
+
|
|
77
|
+
Public OS images can be obtained here:
|
|
78
|
+
|
|
79
|
+
* latest Ubuntu - https://s3.amazonaws.com/bosh-os-images/bosh-ubuntu-trusty-os-image.tgz
|
|
80
|
+
* latest Centos - https://s3.amazonaws.com/bosh-os-images/bosh-centos-6_6-os-image.tgz
|
|
81
|
+
|
|
76
82
|
### Building light stemcell
|
|
77
83
|
|
|
78
84
|
AWS stemcells can be shipped in light format which includes a reference to a public AMI. This speeds up the process of uploading the stemcell to AWS. To build a light stemcell:
|
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.2852.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-19 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.2852.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.2852.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: fakefs
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|