Skip to content

Commit

Permalink
remove http_proxy env
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Jul 7, 2015
1 parent 39dc13b commit 1f1212f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bosh-stemcell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ Note: Use US East (Northern Virginia) region when using AWS in following steps.

From a fresh copy of the bosh repo:

git submodule update --init --recursive

If you use AWS EC2-Classic environment, run:

export BOSH_AWS_ACCESS_KEY_ID=YOUR-AWS-ACCESS-KEY
export BOSH_AWS_SECRET_ACCESS_KEY=YOUR-AWS-SECRET-KEY
cd bosh-stemcell
git submodule update --init --recursive
vagrant up remote --provider=aws

If you use AWS VPC environment, run:
Expand Down Expand Up @@ -109,7 +110,7 @@ The final two arguments are the S3 bucket and key for the OS image to use, which

vagrant ssh -c '
cd /bosh
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]
CANDIDATE_BUILD_NUMBER=<current_build> bundle exec rake stemcell:build[vsphere,esxi,centos,nil,go,bosh-os-images,bosh-centos-7-os-image.tgz]
' remote


Expand Down

0 comments on commit 1f1212f

Please sign in to comment.