You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: brokered.html.md.erb
+6-6
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,32 @@ owner: Services
5
5
6
6
<strong><%=modified_date%></strong>
7
7
8
-
The topics in this subsection explain how to integrate your software service with Pivotal Cloud Foundry (PCF) to create a brokered service and service tile for PCF.
8
+
The topics in this subsection explain how to integrate your software service with <%=vars.product_name%>to create a brokered service and service tile for <%=vars.product_name%>.
9
9
10
10
## <aid="overview"></a> Overview
11
11
12
-
You can achieve the first real improvement in your PCF customers user experience by creating a [Service Broker](service-brokers.html) for your service.
12
+
You can achieve the first real improvement in your <%=vars.product_name%> customers user experience by creating a [Service Broker](service-brokers.html) for your service.
13
13
14
-
A brokered service runs external to PCF, but it has a tile on [Pivotal Network](http://network.pivotal.io) (PivNet). Operators install, configure, and upgrade the tile through the Ops Manager Installation Dashboard.
14
+
A brokered service runs external to <%=vars.product_name%>, but it has a tile on [Pivotal Network](http://network.pivotal.io) (PivNet). Operators install, configure, and upgrade the tile through the Ops Manager Installation Dashboard.
15
15
16
16
The service broker eliminates the need for your customers to know the URLs and
17
17
credentials for your services; they are managed automatically by the
18
18
broker.
19
19
20
20
Building a broker for a (still) externally deployed service is generally
21
-
a good way to publish a first tile that adds real value for customers who have both your software and PCF.
21
+
a good way to publish a first tile that adds real value for customers who have both your software and <%=vars.product_name%>.
22
22
23
23
## <aid="create"></a> Create a Brokered Service
24
24
25
25
* A brokered service requires a service broker, which publishes an API to the Cloud Controller.
26
26
[Service Brokers](./service-brokers.html) explains how to create one.
27
27
28
-
* [Route Services](./service-brokers.html#route) explains how to create a route service, for use in the routing layer of PCF rather than by hosted PCF apps.
28
+
* [Route Services](./service-brokers.html#route) explains how to create a route service, for use in the routing layer of <%=vars.product_name%>rather than by hosted <%=vars.product_name%> apps.
29
29
30
30
* [Catalog](./service-brokers.html#catalog) explains how to design the part of your service broker API that publishes service plan information to the Services Marketplace.
31
31
32
32
* You can write your service broker in the language of your choice.
33
-
[Buildpacks](./buildpacks.html) explains how to create a language-specific buildpack that compiles and packages your service broker to run on PCF.
33
+
[Buildpacks](./buildpacks.html) explains how to create a language-specific buildpack that compiles and packages your service broker to run on <%=vars.product_name%>.
34
34
35
35
* Once you have the individual components for your brokered service integration, you can work through [Building Your First Tile](./index.html#tile-steps) to create your tile.
Copy file name to clipboardexpand all lines: buildpacks.html.md.erb
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ owner: Services
5
5
6
6
<strong><%=modified_date%></strong>
7
7
8
-
Buildpacks compile and package apps to run on Pivotal Cloud Foundry (PCF). This topic lists resources for using and deploying buildpacks with PCF apps, and for creating your own custom buildpack.
8
+
Buildpacks compile and package apps to run on <%=vars.product_name%>. This topic lists resources for using and deploying buildpacks with <%=vars.product_name%> apps, and for creating your own custom buildpack.
9
9
10
10
## <aid="language"></a> Official Buildpacks
11
11
@@ -30,7 +30,7 @@ Buildpacks compile and package apps to run on Pivotal Cloud Foundry (PCF). This
30
30
Buildpacks can also be used to inject additional code into the application container.
31
31
For more information, see the following:
32
32
33
-
- The PCF documentation topic [Creating Custom Buildpacks](https://docs.pivotal.io/pivotalcf/buildpacks/custom.html)
33
+
- The <%=vars.product_name%> documentation topic [Creating Custom Buildpacks](https://docs.pivotal.io/pivotalcf/buildpacks/custom.html)
34
34
35
35
- The github repo [Eureka Registrar Sidecar](https://github.com/cf-platform-eng/eureka-registrar-sidecar)
Copy file name to clipboardexpand all lines: cf-concepts.html.md.erb
+11-11
Original file line number
Diff line number
Diff line change
@@ -7,46 +7,46 @@ owner: Services
7
7
8
8
<strong><%=modified_date%></strong>
9
9
10
-
There are many ways to integrate services with Pivotal Cloud Foundry (PCF). The right one for each service depends on what the service does, and how
10
+
There are many ways to integrate services with <%=vars.product_name%>. The right one for each service depends on what the service does, and how
11
11
customer applications consume it. To determine the best way to integrate your
12
-
service, you'll need a good understanding of PCF concepts like applications, containers, services, brokers, and buildpacks.
12
+
service, you'll need a good understanding of <%=vars.product_name%> concepts like applications, containers, services, brokers, and buildpacks.
13
13
14
14
This page provides a collection of links to documentation for the most relevant
15
15
concepts. If you prefer to learn through guided training,
16
16
[ask us](mailto:[email protected]) about available training options.
17
17
18
18
## <aid="overview"></a>General Overview
19
19
20
-
For general overview of PCF, and the various ways to interact with it,
20
+
For general overview of <%=vars.product_name%>, and the various ways to interact with it,
21
21
use the following links:
22
22
23
-
- [Cloud Foundry Subsystems](http://docs.pivotal.io/pivotalcf/concepts/overview.html) provides high-level descriptions of internal functions performed by different PCF components.
24
-
- [Cloud Foundry Command Line Interface (cf CLI)](http://docs.pivotal.io/pivotalcf/cf-cli/index.html) links to topics that explain how to direct PCF deployment from your local command line.
23
+
- [Cloud Foundry Subsystems](http://docs.pivotal.io/pivotalcf/concepts/overview.html) provides high-level descriptions of internal functions performed by different <%=vars.product_name%> components.
24
+
- [Cloud Foundry Command Line Interface (cf CLI)](http://docs.pivotal.io/pivotalcf/cf-cli/index.html) links to topics that explain how to direct <%=vars.product_name%> deployment from your local command line.
25
25
- [Pivotal Ops Manager](http://docs.pivotal.io/pivotalcf/customizing/pcf-interface.html) describes the Ops Manager and Installation Dashboard interfaces, where cloud operators see, install, configure, and deploy service tiles.
26
26
- [Pivotal Apps Manager](http://docs.pivotal.io/pivotalcf/console/index.html) describes the Apps Manager interface, where app developers create and configure service instances and bind them to their apps.
27
27
28
28
## <aid="applications"></a> Applications
29
29
30
30
Cloud Foundry is primarily a cloud native application platform. To understand how to integrate your services with Cloud Foundry, you should understand how your customers are using the platform to develop, deploy, and operate their applications.
31
31
32
-
- [Developer Guide](http://docs.pivotal.io/pivotalcf/devguide/index.html) explains how to push an app to run on PCF and enable it to use services.
33
-
- [Logging and Monitoring](http://docs.pivotal.io/pivotalcf/loggregator/index.html) describes how PCF aggregates and streams logs and metrics from the apps it hosts and from internal system components.
32
+
- [Developer Guide](http://docs.pivotal.io/pivotalcf/devguide/index.html) explains how to push an app to run on <%=vars.product_name%> and enable it to use services.
33
+
- [Logging and Monitoring](http://docs.pivotal.io/pivotalcf/loggregator/index.html) describes how <%=vars.product_name%> aggregates and streams logs and metrics from the apps it hosts and from internal system components.
34
34
35
35
## <aid="services"></a> Services
36
36
37
37
Most value-add integrations are done by exposing your software to customer applications as services. To understand the service concepts, and what a service integration looks like, read the following documentation:
38
38
39
39
- [Services Overview](http://docs.pivotal.io/pivotalcf/devguide/services/index.html) explains how developers provision and use existing services in their apps.
40
-
- [Cloud Foundry Service Brokers and PCF Tiles](http://docs.pivotal.io/on-demand-service-broker/about.html#cf-broker) briefly describes the two main elements of PCF service integration: the service broker API, which connects the service to PCF internally by taking commands from the Cloud Controller; and the tile, a packaged interface that cloud operators use to install and configure a service within PCF.
41
-
- [Custom Services](http://docs.pivotal.io/pivotalcf/services/index.html) explains how service authors package their service as a [Managed Service](./managed.html) that is available for use by PCF operators and developers, and which runs locally on PCF rather than running remotely.
40
+
- [Cloud Foundry Service Brokers and <%=vars.product_name%>Tiles](http://docs.pivotal.io/on-demand-service-broker/about.html#cf-broker) briefly describes the two main elements of <%=vars.product_name%>service integration: the service broker API, which connects the service to <%=vars.product_name%>internally by taking commands from the Cloud Controller; and the tile, a packaged interface that cloud operators use to install and configure a service within <%=vars.product_name%>.
41
+
- [Custom Services](http://docs.pivotal.io/pivotalcf/services/index.html) explains how service authors package their service as a [Managed Service](./managed.html) that is available for use by <%=vars.product_name%>operators and developers, and which runs locally on <%=vars.product_name%> rather than running remotely.
42
42
43
43
## <aid="buildpacks"></a> Buildpacks
44
44
45
45
When application code is deployed to Cloud Foundry, it is processed by a language-specific buildpack. Language buildpacks provide a convenient integration hook for any service that needs to inspect or embellish application code.
46
46
Supplying buildpacks also provides a language-agnostic way to inject your code into the application container image.
47
47
48
-
- [Application Staging Process](http://docs.pivotal.io/pivotalcf/concepts/how-applications-are-staged.html) explains how PCF packages and deploys apps in containers with buildpacks so that they can run on multiple VMs interchangeably.
49
-
- [Language Buildpacks](http://docs.pivotal.io/pivotalcf/buildpacks/index.html) describes the language-specific buildpacks support PCF apps.
48
+
- [Application Staging Process](http://docs.pivotal.io/pivotalcf/concepts/how-applications-are-staged.html) explains how <%=vars.product_name%> packages and deploys apps in containers with buildpacks so that they can run on multiple VMs interchangeably.
49
+
- [Language Buildpacks](http://docs.pivotal.io/pivotalcf/buildpacks/index.html) describes the language-specific buildpacks support <%=vars.product_name%> apps.
50
50
- [Custom Buildpacks](https://docs.pivotal.io/pivotalcf/buildpacks/custom.html) describes how to use supply buildpacks to add dependencies or code without having to change (multiple) language-sepcific buildpacks.
Copy file name to clipboardexpand all lines: credhub.html.md.erb
+6-6
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Both BOSH CredHub and runtime CredHub are instances of the CredHub credential ma
16
16
17
17
Many <%=vars.product_name%> components use credentials to authenticate connections, and <%=vars.product_name%> installations often have hundreds of active credentials. Secure credential management is essential to prevent data and security breaches.
18
18
19
-
In Pivotal Cloud Foundry (PCF) v1.11.0, CredHub runs on the BOSH VM, alongside the BOSH Director and UAA. Ops Manager v1.11 stores its credentials in CredHub,
19
+
In <%=vars.product_name%> v1.11.0, CredHub runs on the BOSH VM, alongside the BOSH Director and UAA. Ops Manager v1.11 stores its credentials in CredHub,
20
20
and users can retrieve them using the CredHub API or the **Credentials** tab of the BOSH Director tile.
21
-
Tile developers can embed CredHub calls in [manifest snippets](#snippets) and PCF apps can retrieve credentials using the CredHub API.
21
+
Tile developers can embed CredHub calls in [manifest snippets](#snippets) and <%=vars.product_name%> apps can retrieve credentials using the CredHub API.
22
22
23
23
See [Fetching Variable Names and Values](./get-credhub-vars.html) for how to fetch variable names and values using the CredHub API.
24
24
@@ -72,17 +72,17 @@ Tile developers can embed CredHub in product template and job template manifest
PCF v1.11.0 supports CredHub for credential storage, but it does not support the following:
77
+
<%=vars.product_name%> supports CredHub for credential storage, but it does not support the following:
78
78
79
-
* Automatic backup and restore for CredHub, along with other PCF system components.
79
+
* Automatic backup and restore for CredHub, along with other <%=vars.product_name%> system components.
80
80
81
81
* Automatic tile [upgrades](./tile-upgrades.html) that migrate all types of credentials defined in [property blueprints](./property-template-references.html#property-blueprints) in previous tile versions, to storage in CredHub.
82
82
83
83
* Using CredHub to generate new credentials.
84
84
85
-
Tile authors may choose to wait until PCF supports some or all of these features before incorporating CredHub into their service.
85
+
Tile authors may choose to wait until <%=vars.product_name%> supports some or all of these features before incorporating CredHub into their service.
0 commit comments