Skip to content

Commit 759cb16

Browse files
[#185473625]
1 parent 316e70c commit 759cb16

6 files changed

+13
-13
lines changed

dev-workflow.html.md.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The following topics can help you learn the necessary background information to
1414
* [Tile basics](./tile-basics.html) describes how <%= vars.platform_name %>, service brokers, and tiles work together, and how tiles are structured.
1515

1616
* [Types of integrations](./stages.html) gives a high-level view of a staged tile development process that iterates through increasing levels of integration:
17-
- [User-provided service](./user-provided.html)
18-
- [Brokered service](./brokered.html)
19-
- [Managed service](./managed.html)
20-
- [On-demand service](./on-demand.html)
17+
- [User-provided service](./user-provided.html)
18+
- [Brokered service](./brokered.html)
19+
- [Managed service](./managed.html)
20+
- [On-demand service](./on-demand.html)
2121

2222
* [Development environments](./environments.html) describes how to set up development environments for different stages and levels in the tile development process.
2323

@@ -29,4 +29,4 @@ The following topics can help you learn the necessary background information to
2929

3030
* [Reference](./reference.html) provides language references for tile elements such as the Service Broker API and the Properties list for tile configuration.
3131

32-
* [Tanzu ISV partner program contact information](./contacts.html) lists contacts to learn more about the VMware Tanzu ISV Partner Program or request our help with your integration project, and explains where you can contribute to this documentation.
32+
* [Tanzu ISV partner program contact information](./contacts.html)<!--฿ If this file is a partial, do not use relative links. ฿--> lists contacts to learn more about the VMware Tanzu ISV Partner Program or request our help with your integration project, and explains where you can contribute to this documentation.

managed.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To integrate your service at this level, you configure to learn about stemcells,
2323

2424
### <a id="managed-mvp"></a> Minimal viable product
2525

26-
Minimal Viable Product (MVP) version of a managed service should aim for a single, shared service instance, and don't yet
26+
Minimal Viable Product (MVP) version of a managed service be a single, shared service instance, and don't yet
2727
worry too much about High Availability of this instance. This integration level is mostly about getting the BOSH packaging, deployment, and monitoring working
2828
correctly.
2929

@@ -43,7 +43,7 @@ your persistent storage across those as well.
4343
* For BOSH to manage your service, you must create a BOSH release for it.
4444
[BOSH releases](./bosh-release.html) explains how to do this, and how to use your already-existing Docker image as a shortcut.
4545

46-
* After you have created a BOSH release for your managed service integration, you can work through [Building your first tile](./index.html#tile-steps) to create your tile.
46+
* After you created a BOSH release for your managed service integration, you can work through [Building your first tile](./index.html#tile-steps) to create your tile.
4747

4848
* The [Tile generator](./tile-generator.html) tool automatically creates the life cycle errands that can run after a <%= vars.platform_name %> tile is deployed or before it is removed. Operators control which errands run the next time they click **Apply Changes** to redeploy. See the [Errands](./tile-errands.html) topic for how <%= vars.platform_name %> operators control when errands run, and how to set default errand run rules in the tile.
4949

migrating-syslog-configuration.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ longer used to configure the syslog.
141141
1. Run a test deploy of your tile by doing the procedures in [Testing Tiles](./testing.html).
142142

143143
1. To verify that your syslog properties were migrated into the Ops Manager syslog
144-
configuration, do one of the following:
144+
configuration, you can:
145145

146146
* View the configurations in the **Syslog** pane in Ops Manager **Settings** page.
147147
* View your syslog properties using the `syslog_configuration` Ops Manager API endpoint.

nozzle.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The events channel receives the following six types of events.
132132
* _CounterEvent_ represents an incrementing counter, emitted by platform components. For example, a Diego cell's remaining memory capacity.
133133
* _Error_ represents an error in the originating process.
134134
* _HttpStartStop_ represents HTTP request details, including both app and platform requests.
135-
* _LogMessage_ represents a log message for an individual app.
135+
* _LogMessage_ represents a log entry for an individual app.
136136
* _ContainerMetric_ represents application container information. For example, memory used.
137137

138138
For the full details on events, see
@@ -296,7 +296,7 @@ The RFC-5424 syslog protocol includes a [structured data element](https://tools.
296296
<td>Your Enterprise Number, as <a href="https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers">listed</a> by the Internet Assigned Numbers Authority (IANA) </td>
297297
</tr><tr>
298298
<td><code>${DIRECTOR}</code></td>
299-
<td>The BOSH director managing the deployment. </td>
299+
<td>The BOSH irector managing the deployment. </td>
300300
</tr><tr>
301301
<td><code>${DEPLOYMENT}</code></td>
302302
<td>BOSH <code>spec.deployment</code> value</td>
@@ -319,7 +319,7 @@ various metrics and how to make them useful.
319319

320320
## <a id="resources"></a> Other Resources
321321

322-
* CF Summit Video [Monitoring Cloud Foundry: Learning about the Firehose](https://youtu.be/skJKvQfpKD4)
322+
* Cloud Foundry Summit Video [Monitoring Cloud Foundry: Learning about the Firehose](https://youtu.be/skJKvQfpKD4)
323323

324324
* [Loggregator GitHub repository](https://github.com/cloudfoundry/loggregator/)
325325

tile-basics.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Cloud operators make software services available to developers by finding them o
1717

1818
See the following:
1919

20-
* [How <%= vars.app_runtime_abbr %> and <%= vars.platform_name %> Services Work](cf-concepts.html)
20+
* [How <%= vars.app_runtime_abbr %> and <%= vars.platform_name %> Services work](cf-concepts.html)
2121
* [How tiles work](tile-structure.html)

tile-index.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ owner: Services
66
Here is some references that provide basic information about tiles.
77

88
* [Tile basics](/docs-tiledev/tile-basics.html)
9-
* [How <%= vars.app_runtime_abbr %> and <%= vars.ops_manager %> Services Work](/docs-tiledev/cf-concepts.html)
9+
* [How <%= vars.app_runtime_abbr %> and <%= vars.ops_manager %> services work](/docs-tiledev/cf-concepts.html)
1010
* [How tiles work](/docs-tiledev/tile-structure.html)
1111
* [Configuring disk and VM type defaults for on-demand service tiles](/docs-tiledev/odb-resource-defaults.html)
1212
* [Managing runtime configs](/docs-tiledev/runtime-config.html)

0 commit comments

Comments
 (0)