Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.4 KB

quick-deployment.md

File metadata and controls

44 lines (31 loc) · 1.4 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=<Look for 'API 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) it's safe to exit the command.

What's Next?