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: dev-workflow.html.md.erb
+5-5
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ The following topics can help you learn the necessary background information to
14
14
* [Tile basics](./tile-basics.html) describes how <%=vars.platform_name%>, service brokers, and tiles work together, and how tiles are structured.
15
15
16
16
* [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)
21
21
22
22
* [Development environments](./environments.html) describes how to set up development environments for different stages and levels in the tile development process.
23
23
@@ -29,4 +29,4 @@ The following topics can help you learn the necessary background information to
29
29
30
30
* [Reference](./reference.html) provides language references for tile elements such as the Service Broker API and the Properties list for tile configuration.
31
31
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.
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
27
27
worry too much about High Availability of this instance. This integration level is mostly about getting the BOSH packaging, deployment, and monitoring working
28
28
correctly.
29
29
@@ -43,7 +43,7 @@ your persistent storage across those as well.
43
43
* For BOSH to manage your service, you must create a BOSH release for it.
44
44
[BOSH releases](./bosh-release.html) explains how to do this, and how to use your already-existing Docker image as a shortcut.
45
45
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.
47
47
48
48
* 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.
Copy file name to clipboardexpand all lines: nozzle.html.md.erb
+3-3
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The events channel receives the following six types of events.
132
132
* _CounterEvent_ represents an incrementing counter, emitted by platform components. For example, a Diego cell's remaining memory capacity.
133
133
* _Error_ represents an error in the originating process.
134
134
* _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.
136
136
* _ContainerMetric_ represents application container information. For example, memory used.
137
137
138
138
For the full details on events, see
@@ -296,7 +296,7 @@ The RFC-5424 syslog protocol includes a [structured data element](https://tools.
296
296
<td>Your Enterprise Number, as <ahref="https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers">listed</a> by the Internet Assigned Numbers Authority (IANA) </td>
297
297
</tr><tr>
298
298
<td><code>${DIRECTOR}</code></td>
299
-
<td>The BOSH director managing the deployment. </td>
299
+
<td>The BOSH irector managing the deployment. </td>
300
300
</tr><tr>
301
301
<td><code>${DEPLOYMENT}</code></td>
302
302
<td>BOSH <code>spec.deployment</code> value</td>
@@ -319,7 +319,7 @@ various metrics and how to make them useful.
319
319
320
320
## <aid="resources"></a> Other Resources
321
321
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)
0 commit comments