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: environments.html.md.erb
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: Development environments for your tile service
3
3
owner: Services
4
4
---
5
5
6
-
Learn how to set up a tile development environment, from simple standalone tools to a full Ops Manager
6
+
Learn how to set up a tile development environment from simple standalone tools to a full Ops Manager
7
7
development environment.
8
8
As you progress through the [stages](stages.html) of
9
9
tile development, you might progress through this environment.
10
10
11
11
## <aid='pcf'></a><%=vars.app_runtime_abbr%> with Ops Manager
12
12
13
-
### <aid='shared'></a> Shared <%=vars.app_runtime_abbr%> Development Environments for VMware Tanzu Partners
13
+
### <aid='shared'></a> Shared <%=vars.app_runtime_abbr%> Development environments for VMware Tanzu Partners
14
14
15
15
<%=vars.company_name%> operates and manages a number of shared <%=vars.app_runtime_abbr%> development environments,
16
16
called Pivotal Integration Environments (PIEs),
@@ -29,7 +29,7 @@ using the credentials that you use for [Partners Slack](https://pivotalpartners.
29
29
30
30
If you are not in the PTPP or cannot access the Partners Slack, email [email protected].
31
31
32
-
### <aid='diy'></a> Install Your Own<%=vars.app_runtime_abbr%>Environment
32
+
### <aid='diy'></a> Install your own<%=vars.app_runtime_abbr%>environment
33
33
34
34
If you need an isolated or dedicated <%=vars.app_runtime_abbr%> development environment, or you must work offline, you can install your own environment that includes Ops Manager:
CredHub does not retain the salt when migrating <code>salted_credentials.
46
-
</p>
43
+
<p> CredHub does not retain the salt when you migrate <code>salted_credentials</code>.</p>
47
44
48
45
See [Property and template references](./property-template-references.html#secret) for more information about credential types.
49
46
@@ -102,7 +99,7 @@ following the naming conventions in the [Update Values or Property Names using J
102
99
<pclass="note">
103
100
<spanclass="note__title">Note</span>
104
101
While the property blueprint refers to the type as <code>secret</code>, BOSH refers to the
105
-
type as <code>password</code>. See the <ahref="#cred-types">CredHub Credential Types</a> table at the beginning of this topic for more information about credential types.
102
+
type as <code>password</code>. See the <ahref="#cred-types">CredHub credential types</a> table at the beginning of this topic for more information about credential types.
106
103
</p>
107
104
108
105
1. In your manifest snippet, replace the existing secret value with the new triple-parenthesis syntax.
@@ -122,4 +119,4 @@ type as <code>password</code>. See the <a href="#cred-types">CredHub Credential
122
119
123
120
3. Use an API endpoint to confirm that the credential is stored in the variable.
124
121
125
-
For more information about the endpoint, see [Fetching Variable Names and Values](./get-credhub-vars.html).
122
+
For more information about the endpoint, see [Fetching variable names and values](./get-credhub-vars.html).
The on-demand services SDK provides a generic on-demand service broker (ODB) that
26
+
The On-Demand services SDK provides a generic On-Demand service broker (ODB) that
27
27
the Tile Generator can consume like any other service broker.
28
28
29
-
The on-demand service author does not write a service broker. Instead, it writes a service adapter
29
+
The On-Demand service author does not write a service broker. Instead, it writes a service adapter
30
30
component that takes requests from the ODB and interfaces with the service software to fulfill requests
31
31
from the ODB.
32
32
33
33
To create the tile, you need to feed the service adapter and the BOSH release of the ODB to
34
34
[Tile Generator](./tile-generator.html):
35
35
36
-
* [On-demand services SDK](https://docs.vmware.com/en/On-Demand-Services-SDK-for-VMware-Tanzu/0.43/on-demand-services-sdk/GUID-index.html) documentation explains how to write a service
36
+
* [On-Demand services SDK](https://docs.vmware.com/en/On-Demand-Services-SDK-for-VMware-Tanzu/0.43/on-demand-services-sdk/GUID-index.html) documentation explains how to write a service
37
37
adapter for an on-demand service that uses the ODB.
38
38
39
39
* After you have the individual components for your brokered service integration, you can work
40
-
through [Building Your First Tile](./index.html#tile-steps) to create your tile.
40
+
through [Building your first tile](./index.html#tile-steps) to create your tile.
41
41
42
42
At any level of integration, you must use [Concourse](./concourse.html) for continuous integration
Copy file name to clipboardexpand all lines: property-template-references.html.md.erb
+7-6
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Use these instructions to describe your product template for your tile and learn
7
7
8
8
The `metadata` subdirectory of a tile contains a product template file in `.yml` file format. The product template file specifies how the tile interface collects configurable properties from the user, and how Ops Manager incorporates these properties into the deployment manifest.
The product template, a `.yml` file in the tile's `metadata` subdirectory, includes or points to:
@@ -30,7 +29,7 @@ a functional tile that is provided by the Ops Manager engineering team that depl
30
29
31
30
For more information about product template configuration, see [Top-Level Properties](#top-level).
32
31
33
-
To learn how to configure your tile's forms, see [Form Properties](#form-properties).
32
+
To learn how to configure your tile's forms, see [Form properties](#form-properties).
34
33
35
34
36
35
## <aid='property-values'></a> Editing the product template
@@ -85,7 +84,7 @@ Some property values in a product template, such as CredHub credentials, must be
85
84
86
85
Ops Manager gets rid of the outer parentheses from these expressions and includes the resulting double-parens expressions in the manifest it generates, for BOSH to evaluate at deploy time.
87
86
88
-
For more information about tile properties, see [Referencing Properties](#property-refs).
87
+
For more information about tile properties, see [Referencing properties](#property-refs).
Copy file name to clipboardexpand all lines: publish.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ You can publish and update your service tile for <%= vars.platform_name %>.
7
7
8
8
## <aid="publish"></a> Publish your service tile
9
9
10
-
The [Partner Software Product Release Cycle](./releases.html) explains how <%=vars.company_name%> works with partners to release VMware Tanzu products,
10
+
The [Partner software product release cycle](./releases.html) explains how <%=vars.company_name%> works with partners to release VMware Tanzu products,
11
11
from the private alpha and closed beta phases, to general availability and publication on [VMware Tanzu Network](http://network.pivotal.io).
12
12
13
13
After you package your product's BOSH releases, stemcell, metadata, and other tile components into a single zipped download file, post it to VMware Tanzu Network in one of two ways:
- [Advanced Troubleshooting with BOSH CLI](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/install-trouble-advanced.html)
- [Advanced troubleshooting with BOSH CLI](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/install-trouble-advanced.html)
16
16
17
17
## <aid="api"></a>API
18
18
@@ -25,9 +25,9 @@ create listings in the Services Marketplace.
25
25
26
26
## <aid="properties"></a>Configuration properties
27
27
28
-
* [Property and Template References](./property-template-references.html) catalogs how top-level properties, form properties, property blueprints, configurable properties, and job types are defined in tile installer `.yml` files, such as those generated by the Tile Installer or hand-coded legacy tiles. It also explains how to specify the locations of tile configuration properties in a tile installer `.yml` file.
28
+
* [Property and template references](./property-template-references.html) catalogs how top-level properties, form properties, property blueprints, configurable properties, and job types are defined in tile installer `.yml` files, such as those generated by the Tile Installer or hand-coded legacy tiles. It also explains how to specify the locations of tile configuration properties in a tile installer `.yml` file.
29
29
30
-
* [Property Blueprint Reference](./property-template-references.html#property-blueprints) compiles a list of accessors and values for configuration properties in the `property_blueprints` section of a tile installer `.yml` file.
30
+
* [Property Blueprint reference](./property-template-references.html#property-blueprints) compiles a list of accessors and values for configuration properties in the `property_blueprints` section of a tile installer `.yml` file.
0 commit comments