Skip to content

Instantly share code, notes, and snippets.

View nickspat's full-sized avatar

Nikesh nickspat

View GitHub Profile
@nickspat
nickspat / oneclick-cf-on-gcp.sh
Created July 15, 2016 14:54
Setup CloudFoundry on GCP
#!/usr/bin/env bash
set -e
gsutil cp gs://hd-labs-cfongcp/automation/constants.sh .
chmod 744 ./constants.sh
source ./constants.sh
echo "-----------Setting up Infrastructure for BOSH director and Cloud Foundry----------------"
gsutil cp gs://hd-labs-cfongcp/automation/setup-infrastructure.sh . && chmod 744 ./setup-infrastructure.sh && ./setup-infrastructure.sh
@nickspat
nickspat / ReadMe.md
Last active May 20, 2017 22:21
Setup Cloudfoundry on Google Cloud Compute Engine

Create and Setup Cloudfoundry on Google compute engine

Pre-requisite

  • Admin/Project wide account on Google Cloud Project

Setup CloudFoundry

Open google cloud shell (if you are using gcloud command line then make sure you have login and set the project) wget https://gist.github.com/raw/77430d2958e6b5a012674edb64dd8ed6/oneclick-cf-on-gcp.sh && chmod 744 ./oneclick-cf-on-gcp.sh && ./oneclick-cf-on-gcp.sh