Skip to content

Commit ed58170

Browse files
committed
Bugzilla link updates from Ben
1 parent 03a4ccf commit ed58170

5 files changed

+16
-16
lines changed

cf-concepts.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How TAS for VMs and Ops Manager services work
2+
title: How TAS for VMs and Tanzu Operations Manager services work
33
owner: Services
44
---
55
There are many ways to integrate services with <%= vars.app_runtime_full %> and <%= vars.platform_name %>. The right way for each
@@ -16,14 +16,14 @@ use the following links:
1616

1717
- [TAS for VMs Overview](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/4.0/tas-for-vms/concepts-overview.html) provides high-level descriptions of internal functions performed by different <%= vars.app_runtime_abbr %> components.
1818
- [Cloud Foundry Command Line Interface (cf CLI)](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/4.0/tas-for-vms/cf-cli-index.html) links to topics that explain how to direct <%= vars.app_runtime_abbr %> deployment from your local command line.
19-
- [Ops Manager](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/pcf-interface.html) describes Ops Manager and Installation Dashboard interfaces, where cloud operators view, install, configure, and deploy service tiles.
19+
- [Tanzu Operations Manager](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/pcf-interface.html) describes Tanzu Operations Manager and Installation Dashboard interfaces, where cloud operators view, install, configure, and deploy service tiles.
2020
- [Apps Manager](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/4.0/tas-for-vms/console-index.html) describes Apps Manager interface, where app developers create and configure service instances and bind them to their apps.
2121

2222
## <a id="applications"></a> Applications
2323

2424
Cloud Foundry is primarily a cloud-native application platform. To understand how to integrate your services with Cloud Foundry, you must understand how your customers are using the platform to develop, deploy, and operate their applications.
2525

26-
- [Developer guide](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/index.html) explains how to push an app to run on <%= vars.platform_name %> and use services.
26+
- [Tanzu Operations Manager Tile Developer guide](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/index.html) explains how to push an app to run on <%= vars.platform_name %> and use services.
2727
- [Overview of logging and metrics](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/cf-concepts.html) describes how <%= vars.app_runtime_abbr %> aggregates and streams logs and metrics from the apps it hosts and from internal system components.
2828

2929
## <a id="services"></a> Services

embedded-agents.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ owner: Services
55

66
You can configure services that use software agents embedded in application containers.
77

8-
Some service integrations can inject code into application containers.
8+
Some service integrations inject code into application containers.
99

10-
Examples include:
10+
Some examples include:
1111

1212
- Application Performance Monitoring (APM) agents for monitoring services.
1313
- Container-embedded API gateways.

service-brokers.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ has information about registering a service broker with multiple <%= vars.app_ru
2626
* [Route services](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/route-services.html) explains how route services work, and what are the different
2727
architectures for using them in a <%= vars.app_runtime_abbr %> deployment.
2828

29-
* [Example route services](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/route-services.html) gives examples of a logging route service, a rate-limiting route service, and another logging service written in Spring Boot. It also offers a tutorial on
30-
setting up the logging route service.
29+
* [Example route services](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/route-services.html) gives examples of a logging route service, a rate-limiting route service, and another logging service written in Spring Boot.
30+
It also offers a tutorial on the set up of a logging route service.
3131

3232

3333
## <a id="catalog"></a> Catalog resources

template_variables.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ template_variables:
2525
gtm_account_id: GTM-MM86KCJ
2626

2727
# Tanzu product variables
28-
platform_name: Ops Manager
28+
platform_name: Tanzu Operations Manager
2929
platform_old: Pivotal Cloud Foundry
3030
platform_code: PCF
3131
product_name_lc: pcf
@@ -38,9 +38,9 @@ template_variables:
3838
k8s_runtime_abbr: TKGI
3939
windows_runtime_full: VMware Tanzu Application Service for VMs &#91;Windows&#93;
4040
windows_runtime_abbr: TAS for VMs &#91;Windows&#93;
41-
ops_manager_first: VMware Tanzu Operations Manager (Ops Manager)
41+
ops_manager_first: VMware Tanzu Operations Manager
4242
ops_manager_full: VMware Tanzu Operations Manager
43-
ops_manager: Ops Manager
43+
ops_manager: Tanzu Operations Manager
4444
company_name: VMware
4545

4646
# Pivotal variables - v2.8 and earlier

tile-structure.html.md.erb

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ main executive component, and the service. For more information, see [Service Br
3030

3131
* Publish a catalog of available service plans to the **Services Marketplace**. For more information, see [Catalog](#catalog).
3232

33-
* Define an interface for configuring service properties in Ops Manager. For more information, see [Configuration](#configure).
33+
* Define an interface for configuring service properties in Tanzu Operations Manager. For more information, see [Configuration](#configure).
3434

3535
* Generate a BOSH manifest for deploying instances of the service, populating it with both user-configured and fixed properties. For more information, see [Fixed Properties](#fixed).
3636

3737
* Run BOSH errands: deploy errands that set <%= vars.app_runtime_abbr %> up to run the service when an operator first deploys the service, and delete errands that clean up when an operator deletes the service. For more information, see [Errands](#errands).
3838

39-
* Define dependencies for the tile, to prevent Ops Manager from installing the service when its dependencies are missing. For more information, see [Dependencies](#dependencies).
39+
* Define dependencies for the tile, to prevent Tanzu Operations Manager from installing the service when its dependencies are missing. For more information, see [Dependencies](#dependencies).
4040

4141
* Support one-click installation and upgrading from previous versions. For more information, see [Update Rules](#update).
4242

@@ -76,7 +76,7 @@ listed in the [Service Metadata](https://github.com/openservicebrokerapi/service
7676

7777
### <a id='configure'></a> Configuration
7878

79-
In the Ops Manager Installation Dashboard, service tiles present a form-based interface that you can use to configure the service. These configured properties become part of the BOSH manifest that <%= vars.platform_name %> uses to deploy instances of the service.
79+
In the Tanzu Operations Manager Installation Dashboard, service tiles present a form-based interface that you can use to configure the service. These configured properties become part of the BOSH manifest that <%= vars.platform_name %> uses to deploy instances of the service.
8080

8181
You define this configuration interface in the `forms:` section of the `tile.yml` configuration file
8282
that you pass to the Tile Generator. Each named form element defines a configuration pane accessible
@@ -103,7 +103,7 @@ in two locations: a <code>form_types</code> section that defines the contents an
103103

104104
#### <a id='appearance'></a> Tile appearance
105105

106-
In the Ops Manager Installation Dashboard, your service tile has an identifying label,
106+
In the Tanzu Operations Manager Installation Dashboard, your service tile has an identifying label,
107107
description, and logo icon. Specify these at the top of your `tile.yml` configuration file as
108108
`label`, `description`, and `icon_file`. The value of `icon_file` can be the name of a 128×128 pixel PNG image.
109109

@@ -155,7 +155,7 @@ After the dependency is installed, it is mandatory even if marked as optionaass=
155155

156156
<p class="note">
157157
<span class="note__title">Note</span>
158-
After the dependency is installed, it is mandatory even if marked as option.
158+
After the dependency is installed, it's mandatory even if marked as option.
159159
</p>
160160

161161
Include product dependencies under `requires_product_versions` at the top of
@@ -177,7 +177,7 @@ requires_product_versions:
177177
### <a id='update'></a> Update rules
178178

179179
Tile Generator automatically generates the JavaScript migration file that allows one-click updates
180-
from Ops Manager. This file describes how to change existing tile property names and
180+
from Tanzu Operations Manager. This file describes how to change existing tile property names and
181181
values to match the new version of the tile.
182182

183183
A tile can contain several of these `.js` files, from previous versions

0 commit comments

Comments
 (0)