forked from jeanbza/docs-pcf-pws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadding-services-marketplace.html.md.erb
66 lines (41 loc) · 2.48 KB
/
adding-services-marketplace.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
---
title: Adding and Binding Services Using Apps Manager
owner: Apps Manager
---
This topic describes how to use Apps Manager to
add and bind service instances through the Services Marketplace.
The Services Marketplace provides <%= vars.product_name %> users with self-service, on-demand
provisioning of add-on services.
For more information about how to add Managed Services to your Cloud Foundry deployment, refer to the [Services](../services/index.html) topics.
To use a service with your application, you must access the Services
Marketplace, create and configure an instance of the service, then bind the
service instance to your application.
##<a id='access-marketplace'></a>Step 1: Access the Services Marketplace ##
Follow the steps below to access the Services Marketplace.
1. Log in to Apps Manager for your Cloud Foundry deployment.
1. In the left navigation panel, click **Marketplace**.
<p class="note"><strong>Note</strong>: You can also access the Services Marketplace from a Space page or from an App Dashboard.</p>
##<a id='create-instance'></a>Step 2: Create and Configure a Service Instance ##
Follow the steps below to create and configure an instance of a service.
1. In the Services Marketplaces, select a service.
1. Select a plan from the left column, and click **Select this plan**.
1. Complete the **Configure Instance** form with the following information:
* **Instance Name**: Create a name for this instance of the service.
Service instance names must be unique within a space.
* **Add to Space**: From the drop-down list, select the space where you want
to add the service instance.
* **Bind to App**: From the drop-down list, select an app.
Select **[do not bind]** if you do not want to bind the service instance to
any app at this time.
Click **Add** to add the service instance. PWS creates the service instance
in the selected space. If you specify an app, PWS binds the service instance
to the app.
##<a id='bind-instance'></a>Step 3: Bind a Service Instance to an Application ##
Follow the steps below to bind an existing service instance to an application.
1. In the **Spaces** section of the left navigation panel, select a space.
1. In the **Apps** table of the Space page, click the row
listing the application you want to bind. This opens the App Dashboard.
1. On the App Dashboard, select the **Services** tab.
1. In the Services panel, click **Bind a Service**.
1. Select a service from the **Select a service** drop-down.
1. Click **Bind**.