forked from pivotal-cf/docs-google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
74 lines (59 loc) · 2.46 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
title: GCP Service Broker
owner: Partners
---
This documentation describes the Google Cloud Platform (GCP) Service Broker for Pivotal Cloud Foundry (PCF). The GCP Service Broker provides PCF users with the ability to create and manage resources from the Cloud Foundry Command Line Interface (cf CLI).
## Overview
PCF operators install the GCP Service Broker to expose select GCP services in the Marketplace. Developers can then provision GCP services by creating and managing service instances with the cf CLI.
The GCP Service Broker for PCF currently supports the following GCP services:
* [Google Cloud Storage](https://cloud.google.com/storage/)
* [Google BigQuery](https://cloud.google.com/bigquery/)
* [Google PubSub](https://cloud.google.com/pubsub/)
* [Google Cloud SQL](https://cloud.google.com/sql/)
* [Google Datastore](https://cloud.google.com/datastore/)
* [Google Machine Learning APIs](https://cloud.google.com/ml/)
* [Google Bigtable](https://cloud.google.com/bigtable/)
* [Google Spanner](https://cloud.google.com/spanner/)
* [Stackdriver Debugger](https://cloud.google.com/debugger/)
* [Stackdriver Trace](https://cloud.google.com/trace/)
## Product Snapshot
The following table provides version and version-support information about GCP Service Broker for PCF:
<table class="nice">
<th>Element</th>
<th>Details</th>
<tr>
<td>Version</td>
<td>v3.5.2</td>
</tr>
<tr>
<td>Release date</td>
<td>October 19, 2017</td>
</tr>
<tr>
<td>Compatible Ops Manager version(s)</td>
<td>v1.8.0 or later</td>
</tr>
<tr>
<td>Compatible Elastic Runtime version(s)</td>
<td>v1.8.0 or later</td>
</tr>
<tr>
<td>Compatible Pivotal Application Services (PAS)* version(s)</td>
<td>v2.0.0</td>
</tr>
<tr>
<td>IaaS support</td>
<td>GCP, AWS, OpenStack, and vSphere</td>
</tr>
</table>
\* As of PCF v2.0, <em>Elastic Runtime</em> is renamed <em>Pivotal Application Service (PAS)</em>. If your tile supports PCF 2.0, it will use PAS, not Elastic Runtime.
## Requirements
You must have the following prerequisites to install the GCP Service Broker:
* PCF v1.8 or later
* A GCP project and service account with owner permissions
* A MySQL database
## Guide
This documentation includes the following topics:
* [Installing and Configuring GCP Service Broker](installing.html)
* [Using GCP Service Broker](using.html)
* [Release Notes](release-notes.html)