bosh-stemcell 1.2811.0 → 1.2818.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +5 -5
  2. data/lib/bosh/stemcell/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -23,7 +23,7 @@ From a fresh copy of the bosh repo:
23
23
  export BOSH_AWS_SECRET_ACCESS_KEY=YOUR-AWS-SECRET-KEY
24
24
  cd bosh-stemcell
25
25
  vagrant up remote --provider=aws
26
-
26
+
27
27
  ## Updating source code on stemcell building VM
28
28
 
29
29
  With existing stemcell building VM run:
@@ -31,7 +31,7 @@ With existing stemcell building VM run:
31
31
  export BOSH_AWS_ACCESS_KEY_ID=YOUR-AWS-ACCESS-KEY
32
32
  export BOSH_AWS_SECRET_ACCESS_KEY=YOUR-AWS-SECRET-KEY
33
33
  cd bosh-stemcell
34
- vagrant provision remote --provider=aws
34
+ vagrant provision remote
35
35
 
36
36
 
37
37
  ## Build an OS image
@@ -42,7 +42,7 @@ If you have changes that will require new OS image you need to build one. A stem
42
42
  cd /bosh
43
43
  bundle exec rake stemcell:build_os_image[ubuntu,trusty,/tmp/ubuntu_base_image.tgz]
44
44
  ' remote
45
-
45
+
46
46
  See below [Building the stemcell with local OS image](#building-the-stemcell-with-local-os-image) on how to build stemcell with the new OS image.
47
47
 
48
48
  ## Building a stemcell
@@ -57,14 +57,14 @@ The final two arguments are the S3 bucket and key for the OS image to use, which
57
57
  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]
58
58
  ' remote
59
59
 
60
-
60
+
61
61
  ### Building the stemcell with local OS image
62
62
 
63
63
  vagrant ssh -c '
64
64
  cd /bosh
65
65
  bundle exec rake stemcell:build_with_local_os_image[aws,xen,ubuntu,trusty,go,/tmp/ubuntu_base_image.tgz]
66
66
  ' remote
67
-
67
+
68
68
  ### Building light stemcell
69
69
 
70
70
  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:
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2811.0'
3
+ VERSION = '1.2818.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.2811.0
4
+ version: 1.2818.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: 2015-01-10 00:00:00.000000000 Z
12
+ date: 2015-01-16 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.2811.0
21
+ version: 1.2818.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.2811.0
29
+ version: 1.2818.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: -404535879442572182
190
+ hash: 3102302204596709124
191
191
  requirements: []
192
192
  rubyforge_project:
193
193
  rubygems_version: 1.8.23