Skip to content

Instantly share code, notes, and snippets.

@fthamura
Created July 28, 2014 12:22
Show Gist options
  • Save fthamura/58293c2103a47a7c214a to your computer and use it in GitHub Desktop.
Save fthamura/58293c2103a47a7c214a to your computer and use it in GitHub Desktop.
bosh-lite
git clone https://github.com/cloudfoundry/bosh-lite
git clone https://github.com/cloudfoundry/cf-release
# gem install bosh_cli
cd bosh-lite
vagrant up
bosh target 192.168.50.4
bosh login (admin/admin)
cd ../cf-release
./update
bosh sync blobs
bosh upload release release/cf-176.yml
https://blob.cfblob.com
python-buildpack/python-buildpack-offline-b10.zip:
object_id: e31547f1-7d05-48a4-a917-4c8754fd0902
nodejs-buildpack/nodejs-buildpack-offline-b29.zip:
object_id: 891514ac-a6ce-454b-9b3d-e7611b6db9f0
ruby-buildpack/ruby-buildpack-offline-b53.zip:
object_id: e6deac43-97c9-46b0-a3b3-9e2666db08aa
java-buildpack/java-buildpack-offline-v2.4.zip:
object_id: 7498b6ad-60f5-4400-9f3a-35321a458e6d
php-buildpack/php_buildpack-offline-v1.0.1.zip:
object_id: 94d12887-f035-43c0-b377-c8f4de9bf3da
download spiff
==
https://github.com/cloudfoundry-incubator/spiff/releases
v1.0
https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0/spiff_linux_amd64.zip
unzip the binary into your PATH
wget http://bosh-jenkins-gems-warden.s3.amazonaws.com/stemcells/latest-bosh-stemcell-warden.tgz
bosh upload stemcell latest-bosh-stemcell-warden.tgz
bosh public stemcells
bosh download public stemcell bosh-stemcell-24-warden-boshlite-ubuntu.tgz
bosh deployment manifests/cf-manifest.yml # This will be done for you by make_manifest_spiff
bosh deploy
bosh vms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment