Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.39 KB

quick-deployment.md

File metadata and controls

43 lines (30 loc) · 1.39 KB

Deploying Pivotal Cloud Foundry

Now that you have setup your prerequisites and DNS you can deploy Pivotal Cloud Foundry.

Fetch Tools

Login to your deployment machine and fetch a snapshot of this repository:

git clone https://github.com/cf-platform-eng/gcp-pcf-quickstart.git
cd gcp-pcf-quickstart

Deploy PCF

Kick off the deployment script and sit back. If a failure occurs follow any provided instructions and re-run the script. It is safe to repeat.

export PIVNET_API_TOKEN=<retrieve by clicking "REQUEST NEW REFRESH TOKEN" at https://network.pivotal.io/users/dashboard/edit-profile>
./deploy_pcf.sh

The script will output a default set of configurations that can not be changed after deployment. At this time you can make the decision to deploy the full Elastic Runtime by editing env/pcf/config.json and setting SmallFootprint to false.

Deployment Stages

The installation will perform the following steps:

  1. Provision infrastructure with terraform (5-10 minutes)
  2. Configure Ops Manager (<5 minutes)
  3. Deploy Pivotal Cloud Foundry (2 hours)

The deployment of Pivotal Cloud Foundry is handled by Ops Manager. Once it's begun (evident by the streaming of BOSH output)

What's Next?