forked from pivotal-cf/docs-apigee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstalling.html.md.erb
45 lines (31 loc) · 4.05 KB
/
installing.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
---
title: Installing and Configuring Apigee Edge for PCF
owner: Partners
---
<strong><%= modified_date %></strong>
This topic describes how to install and configure the Apigee Edge Service Broker for Pivotal Cloud Foundry (PCF).
## <a id='install'></a> Install and Configure the Apigee Edge Service Broker for PCF
1. Download the product file from [Pivotal Network](http://network.pivotal.io).
1. Navigate to the Ops Manager Installation Dashboard and click **Import a Product** to upload the product file.
1. Click **Add** next to the uploaded Apigee Edge Service Broker for PCF tile in the Ops Manager **Available Products** view to add it to your staging area.
1. Click the newly-added **Apigee Edge Service Broker for PCF** tile.
1. Under **Settings**, click **Apigee Edge Tile**.
![Apigee Edge for PCF configuration](images/apigee-settings-3.png)
Note the **Add** button in the top left. This allows for the addition of any number of specific configurations to be added to the tile.
1. Under **Custom Settings**, enter the appropriate values. See the following table for a description of each setting and the default values for users of Apigee Edge for Public Cloud.
Setting | Description | Default for Public Cloud
------- | ----------- | ------------------------
**Name for this configuration** | Choose a name that describes the configuration. | Default configuration
**Apigee Organization** | The Apigee Edge organization with proxies that will handle calls to your app. |
**Apigee Environment** | The Apigee Edge environment that with proxies that will handle calls to your app. |
**Dashboard URL** | The URL to the Apigee Edge management console, the UI where you develop and manage API proxies. | `https://enterprise.apigee.com/platform/#/`
**Apigee Management API URL** | The endpoint URL to the Apigee Edge management API. The Apigee Edge Service Broker uses this URL when making requests to create new Apigee Edge API proxies for managing requests to PCF apps. | `https://api.enterprise.apigee.com/v1`
**Apigee Proxy Domain** | The domain name that PCF apps use when making calls to your API proxy. | `apigee.net`
**Apigee Proxy Host Template** | ES6 template literal for generated proxy host. The template that describes how the Apigee Edge host name should be generated. <br/> This represents the hostname that clients use to make calls to your APIs. Change this value if your hostname is not created in the default way -- from your Apigee org an environment names. For example, if your APIs use a custom virtual host, you might have just a domain name:<br/>`${domain}`<br />Pivotal Cloud Foundry apps use this host when making calls to your API proxy. The template generates the host name from values specified when binding the PCF app to the service. (Note that without any placeholders, will be used as-is.)| `${org}-${env}.${domain}`
**Apigee Proxy Name Template** | The template that describes how to generate the name of your proxy when you create it from the cf CLI. | `cf-${route}`
1. Click **Save**.
1. Return to the Ops Manager Installation Dashboard and click **Apply Changes** to install the Apigee Edge Service Broker for PCF tile.
The Apigee Edge service broker is now installed in your PCF deployment. To use the service broker, continue to one of the following topics:
- To learn how to proxy a Cloud Foundry app with Apigee Edge, see [Proxying a PCF App with Apigee Edge ("org" plan)](proxying-org.html).
- To learn how to proxy a Cloud Foundry app with Apigee Edge Microgateway, where Microgateway and the app are in separate Cloud Foundry containers, see [Proxying a PCF App with Apigee Edge Microgateway ("microgateway" plan)](proxying-microgateway.html) topic to learn how to create and use an Apigee Edge API proxy for PCF apps.
- To learn how to proxy a Cloud Foundry app with Apigee Edge Microgateway, where Microgateway and the app are in the same Cloud Foundry container, see [Proxying a PCF App with Apigee Edge Microgateway ("microgateway-coresident" plan)](proxying-microgateway-coresident.html) topic to learn how to create and use an Apigee Edge API proxy for PCF apps.