forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gcp-manual.html.md.erb
45 lines (25 loc) · 2.23 KB
/
gcp-manual.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Installing Pivotal Platform on GCP Manually
owner: Ops Manager
---
<% current_page.data.title = "Installing " + vars.product_name + " on GCP Manually" %>
This topic explains how to install <%= vars.product_name %> on GCP manually.
## <a id="overview"></a> Overview
You can install <%= vars.product_name %> on GCP with either the Pivotal Application Service (PAS) or Pivotal Container Service (PKS) runtime.
To install <%= vars.product_name %> on GCP manually, do one of the following:
* Install with PAS. See [Install Manually with PAS](#manual-pas).
* Install with PKS. See [Install Manually with PKS](#manual-pks).
## <a id="manual-pas"></a> Install Manually with PAS
To install manually with PAS, do the following:
1. Prepare to deploy Ops Manager. See [Preparing to Deploy Ops Manager on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/prepare-env-manual.html).
1. Deploy Ops Manager. See [Deploying Ops Manager on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/deploy-manual.html).
1. Configure BOSH Director. See [Configuring BOSH Director on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/config-manual.html).
1. (Optional). Configure a shared VPC. See [(Optional) Configuring a Shared VPC on GCP](./gcp-shared-vpc.html).
1. Configure PAS. See [Configuring PAS](./configure-pas.html).
## <a id="manual-pks"></a> Install Manually with PKS
To install manually with PKS, do the following:
1. Prepare to deploy Ops Manager. See [Preparing to Deploy Ops Manager on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/prepare-env-manual.html).
1. Deploy Ops Manager. See [Deploying Ops Manager on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/deploy-manual.html).
1. Configure BOSH Director. See [Configuring BOSH Director on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/config-manual.html).
1. (Optional). Configure a shared VPC. See [(Optional) Configuring a Shared VPC on GCP](./gcp-shared-vpc.html).
1. Configure PKS. See [Installing PKS on GCP](https://docs.pivotal.io/pks/installing-pks-gcp.html).