-
Notifications
You must be signed in to change notification settings - Fork 8
/
installing.html.md.erb
60 lines (36 loc) · 4.11 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: Installing and Configuring Apigee Edge Installer for Pivotal Platform
owner: Partners
---
***Note: Apigee Edge Installer for Pivotal Platform will be deprecated on December 31, 2019***
In this topic:
* [Installation Overview](https://docs.pivotal.io/partners/edge-installer/installing.html#overview)
* [Install Optional Edge Components](https://docs.pivotal.io/partners/edge-installer/installing.html#optional)
* [Install and Configure Apigee Edge Installer for Pivotal Platform](https://docs.pivotal.io/partners/edge-installer/installing.html#install)
This topic describes how to install and configure Apigee Edge Installer for Pivotal Platform. Edge Installer for Pivotal Platform lets Pivotal Platform developers use [Apigee Edge for Private Cloud v4.19.01](https://docs.apigee.com/private-cloud/v4.19.01/overview) (Edge).
### Installation Overview
During the installation, the following events occur:
<ul>
<li style="margin-bottom: 6px;">Ops Manager creates a virtual machine (VM) for the Apigee Mirror Repo to host the Apigee <code style="color: #222222; background-color: #e6e6e6; padding: 1px 2px;">yum</code> repository, and makes sure that subsequent VMs have access to this repository.</li>
<li style="margin-bottom: 6px;">Ops Manager then creates VMs and installs the Edge components that do not depend on other components, such as Zookeeper. Each Edge component is installed on its own VM.</li>
<li style="margin-bottom: 6px;">Ops Manager then creates the next VM and installs the Edge components that do not depend on any other component except the components that have already been installed.</li>
<li style="margin-bottom: 6px;">The <code style="color: #222222; background-color: #e6e6e6; padding: 1px 2px;">apigee</code> user is created on each VM.</li>
<li>The <code style="color: #222222; background-color: #e6e6e6; padding: 1px 2px;">apigee-service</code> utility is installed on each VM in case you have to log in to the VM to troubleshoot issues.</li>
</ul>
After the installation completes, use the Edge management API to provision an organization, and log in to the Edge UI to start creating API proxies. For more information, see [Understanding APIs and API proxies](http://docs.apigee.com/api-services/content/understanding-apis-and-api-proxies).
### Install Optional Edge Components
During the install process, you can optionally choose to install additional Edge components, including the following:
* [Developer Services portal](http://docs.apigee.com/developer-services/content/what-developer-portal)
* [Edge SSO](https://docs.apigee.com/private-cloud/latest/supporting-saml-edge-private-cloud)
* [Monetization](http://docs.apigee.com/monetization/content/basics-monetization)
Installing these components may require you to perform additional onboarding or configuration steps.
Developer Services portal requires an SMTP server. If installed, it uses the same SMTP server as configured for Edge.
### Install and Configure Apigee Edge Installer for Pivotal Platform
1. Download the product file from [Pivotal Network](https://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 Installer for Pivotal Platform** tile in the Ops Manager **Available Products** view to add it to your staging area.
1. Click the newly added **Apigee Edge Installer for Pivotal Platform** tile.
1. Configure the install as described at [Installing Edge using Ops Manager](https://docs.apigee.com/private-cloud/v4.18.05/installing-edge-using-ops-manager).
1. Return to the Ops Manager Installation Dashboard and click **Apply Changes** to complete the installation.
1. Test the install as described in [Test the installation](https://docs.apigee.com/private-cloud/v4.19.01/installing-edge-using-ops-manager#testtheinstallation).
1. After the Edge Installer for Pivotal Platform installation completes, you must provision an Organization in Edge, as well as any optional Edge components that you installed. For more information, see [Provisioning organizations](https://docs.apigee.com/private-cloud/v4.19.01/onboard-organization).