Skip to content

Commit d38117d

Browse files
[#185085318]
1 parent 9a89305 commit d38117d

10 files changed

+37
-37
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you are using the Provide instructions in your PRs to indicate which branches
3333

3434
List of terms that VMware wants to use consistently in the doc:
3535

36-
+ The Tile Dashboard–for the UI/product as a whole. For example, "Log on to the Tile Dashboard. [MB 2018.07.11]
36+
+ The Tile Dashboard–for the UI/product as a whole. For example, "Log in to the Tile Dashboard. [MB 2018.07.11]
3737
+ Tile Dashboard CI–for the subsystem of the Tile Dashboard that does the automated testing. For example, "Tile Dashboard CI runs any post-deploy errands that your tile has defined." [MB 2018.07.11]
3838

3939
## Releasing a New Minor Version

concourse.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ A description of these placeholder values appears on the **Tile Configuration**
181181

182182
To specify the UAA users:
183183

184-
1. [Log on to the Tile Dashboard and Locate the Configuration Page](#navigate-to-tile).
184+
1. [Log in to the Tile Dashboard and Locate the Configuration Page](#navigate-to-tile).
185185

186186
1. At the bottom of the configuration page, click **+** to expand the box and view the text boxs.
187187

@@ -192,7 +192,7 @@ To specify the UAA users:
192192

193193
###<a id="save-and-run"></a> Save and run
194194

195-
1. [Log on to the Tile Dashboard and Locate the Configuration Page](#navigate-to-tile).
195+
1. [Log in to the Tile Dashboard and Locate the Configuration Page](#navigate-to-tile).
196196

197197
1. Click **Save and Run**.
198198

dev-workflow.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Development workflow for your tile
3-
owner: OpsMan
3+
owner: Ops Manager
44
---
55

6-
This document references topics that follow <%= vars.company_name %>'s tile development workflow in [Building Your First Tile](./index.html#tile-steps).
6+
This page references topics that follow <%= vars.company_name %>'s tile development workflow in [Building Your First Tile](./index.html#tile-steps).
77

88
## <a id="contents"></a> Development workflow
99

embedded-agents.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ owner: Services
55

66
Here's how to configuring services that use software agents embedded in application containers.
77

8-
Some service integrations depend on the ability to inject code into application containers. Examples include:
8+
Some service integrations can inject code into application containers. Examples include:
99

1010
- Application Performance Monitoring (APM) agents for monitoring services
1111
- Container-embedded API gateways

environments.html.md.erb

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Development environments for your tile service
33
owner: Services
44
---
55

6-
Here's how to set up tile development environments, from simple standalone tools to a full <%= vars.platform_name %> development environment. As you progress through the [stages](stages.html) of tile development, you might progress through these environments.
6+
Here's how to set up tile development environments. As you progress through the [stages](stages.html) of tile development, you might progress through these environments.
77

88

99
## <a id='pcfdev'></a> <%= vars.product_dev_local %> and BOSH-Lite
@@ -47,14 +47,14 @@ for Pivotal Technical Partnership Program (PTPP) program members to develop thei
4747

4848
To use your assigned PIE environment:
4949

50-
1. Log on to the <%= vars.company_name %> [Tile Dashboard](https://tile-dashboard.cfapps.io/)
50+
1. Log in to the <%= vars.company_name %> [Tile Dashboard](https://tile-dashboard.cfapps.io/)
5151
using the credentials that you use for [Partners Slack](https://pivotalpartners.slack.com/).
5252

5353
1. Click the `pie-xx` environment assigned to you.
5454

55-
1. Log on to Ops Manager with the given Ops Manager URL and credentials.
55+
1. Log in to Ops Manager with the given Ops Manager URL and credentials.
5656

57-
1. Log on to Apps Manager or the cf CLI with the Cloud Foundry information provided on the same page.
57+
1. Log in to Apps Manager or the cf CLI with the Cloud Foundry information provided on the same page.
5858

5959
If you are not in the PTPP or cannot access the Partners Slack, email [email protected].
6060

get-credhub-vars.html.md.erb

+21-21
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Use these endpoints to view variables for any product in Ops Manager, except the
1818

1919
## <a id="fetch-variables"></a> Fetching variables
2020

21-
This endpoint returns the list of variables associated with a product that are stored in CredHub. Not all variables are stored in CredHub. If you call a variable that is not stored in CredHub, the call returns an empty value.
21+
This endpoint returns the list of variables associated with a product that are stored in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->. Not all variables are stored in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->. If you call a variable that is not stored in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->, the call returns an empty value.
2222

2323
<pre class="terminal">
24-
$ curl "http<span>s</span>://OPS-MAN-FQDN/api/v0/deployed/products/product-guid/variables" \
24+
$ curl "http<span>s</span>://OPS-MAN-FQDN/api<!--฿ |API| is preferred. ฿-->/v0/deployed/products/product-guid<!--฿ |GUID| is preferred. ฿-->/variables" \
2525
-X GET \
2626
-H "Authorization: Bearer EXAMPLE_UAA_ACCESS_TOKEN"
2727
</pre>
@@ -39,22 +39,22 @@ HTTP/1.1 200 OK
3939
### <a id="query-params"></a> Query parameters
4040

4141
<table class="nice">
42-
<th>Parameter</th>
43-
<th>Description</th>
44-
<tr>
45-
<td>product_guid</td>
46-
<td>The unique product identifier, formatted as a text string</td>
47-
</tr>
42+
<th>Parameter</th>
43+
<th>Description</th>
44+
<tr>
45+
<td>product_guid</td>
46+
<td>The unique product identifier, formatted as a text string</td>
47+
</tr>
4848
</table>
4949

5050
This endpoint returns a variable's name. Use the name in the next endpoint to return the variable's value.
5151

5252
## <a id="fetch-var-values"></a> Fetching variable values
5353

54-
This endpoint returns the value of a variable stored in CredHub. Not all variables are stored in CredHub, so if you call a variable that isn't in CredHub, the call returns an empty value.
54+
This endpoint returns the value of a variable stored in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->. Not all variables are stored in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->, so if you call a variable that isn't in CredHub<!--฿ There are two CredHubs in PCF v2.0: BOSH CredHub and runtime CredHub. ฿-->, the call returns an empty value.
5555

5656
<pre class="terminal">
57-
$ curl "http<span>s</span>://OPS-MAN-FQDN/api/v0/deployed/products/product-guid/variables?name=EXAMPLE-VARIABLE-NAME" \
57+
$ curl "http<span>s</span>://OPS-MAN-FQDN/api<!--฿ |API| is preferred. ฿-->/v0/deployed/products/product-guid<!--฿ |GUID| is preferred. ฿-->/variables?name=EXAMPLE-VARIABLE-NAME" \
5858
-X GET \
5959
-H "Authorization: Bearer UAA_ACCESS_TOKEN"
6060
</pre>
@@ -65,20 +65,20 @@ $ curl "http<span>s</span>://OPS-MAN-FQDN/api/v0/deployed/products/product-guid/
6565
HTTP/1.1 200 OK
6666

6767
{
68-
"credhub-password": "EXAMPLE-PASSWORD"
68+
"credhub<!--฿ The CF component is named |CredHub| ฿-->-password": "EXAMPLE-PASSWORD"
6969
}
7070
</pre>
7171

7272
### <a id="query-params-values"></a> Query parameters
7373
<table>
74-
<th>Parameter</th>
75-
<th>Description</th>
76-
<tr>
77-
<td>variable_name</td>
78-
<td>The name of the variable, formatted as a text string</td>
79-
</tr>
80-
<tr>
81-
<td>product_guid</td>
82-
<td>The unique product identifier, formatted as a text string</td>
83-
</tr>
74+
<th>Parameter</th>
75+
<th>Description</th>
76+
<tr>
77+
<td>variable_name</td>
78+
<td>The name of the variable, formatted as a text string</td>
79+
</tr>
80+
<tr>
81+
<td>product_guid</td>
82+
<td>The unique product identifier, formatted as a text string</td>
83+
</tr>
8484
</table>

index.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Before you publish your tile, you can test it manually using a Partner Integrati
7979

8080
To gain access to your PIE, reach out to your contact at <%= vars.company_name %> or [register as a partner](https://partners.pivotal.io/).
8181

82-
If you already have access to your PIE, for information information about how to log on, see [Development Environments](./environments.html).
82+
If you already have access to your PIE, for information information about how to log in, see [Development Environments](./environments.html).
8383

8484
#### <a id="document"></a> Step 4: Document your tile
8585

integrations-index.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrations reference for your services
33
owner: Services
44
---
55

6-
Here's information about service integrations with <%= vars.app_runtime_full %>.
6+
Here is information about service integrations with <%= vars.app_runtime_full %>.
77

88
* [Types of integration](/docs-tiledev/stages.html)
99
* [User-provided service](/docs-tiledev/user-provided.html)

releases.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Aa Closed Beta product should include an easy way for users to provide feedback
4545
### Steps to Release
4646
To create a new Closed Beta release for your product:
4747

48-
1. Log on to [VMware Tanzu Network](http://network.pivotal.io).
48+
1. Log in to [VMware Tanzu Network](http://network.pivotal.io).
4949

5050
1. Create a new release for your product and populate all of the required text boxes.
5151

@@ -90,7 +90,7 @@ For more information about the security policy, see [<%= vars.platform_name %> S
9090

9191
### Steps to Release
9292

93-
1. Log on to [VMware Tanzu Network](http://network.pivotal.io).
93+
1. Log in to [VMware Tanzu Network](http://network.pivotal.io).
9494

9595
1. Create a new release for your product and populate all of the required text boxes.
9696

@@ -130,7 +130,7 @@ Products must meet the following requirements for **General Availability**:
130130
* Product installation does not require an internet connection, after initial product download.
131131

132132
### Steps to release
133-
1. Log on to [VMware Tanzu network](http://network.pivotal.io).
133+
1. Log in to [VMware Tanzu network](http://network.pivotal.io).
134134

135135
1. Create a new release for your product and populate all of the required text boxes.
136136
1. Email your <%= vars.company_name %> contact to request product validation and General Availability release. Provide basic instructions on how to validate the new feature set. <%= vars.company_name %> validates the upgrade scenario and data persistence.

tile-documentation.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If there are any specific instructions for upgrading the tile, you can include t
9191

9292
Add snapshots for each step when possible or add details as required.
9393

94-
- Log on to Ops Manager.
94+
- Log in to Ops Manager.
9595
- Click **Import a Product** and import the Partner Tile.
9696
- Select the Partner option.
9797
- Click **Add** on the Partner Tile.

0 commit comments

Comments
 (0)