Skip to content

Commit 4d3aeae

Browse files
Inclusive language
1 parent fcbaba7 commit 4d3aeae

7 files changed

+8
-8
lines changed

bosh-release.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ For an example, see [pcf-examples/tile-for-bosh-with-syslog](https://github.com/
8787
## <a id="backup"></a>BOSH backup and restore
8888

8989
The [BOSH Backup and Restore Developer's Guide](https://docs.cloudfoundry.org/bbr/bbr-devguide.html)
90-
describes the framework for release authors to add backup and restore functionality
90+
describes the framework for release authors to add backup and restore capability.
9191
to their release by using BOSH Backup and Restore (BBR).

concourse.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ To specify the UAA users:
218218
### <a id="test"></a> About test configuration
219219

220220
After your tile is installed, Tile Dashboard runs any post-deploy errands your tile has defined, including tests.
221-
Ideally your tile includes tests that exercise all of its functionality.
221+
Ideally your tile includes tests that exercise all of its capability.
222222
We have some ideas for expanding the Tile Dashboard testing capabilities;
223223
if you’re interested in other ways of defining tests,
224224
contact us on [Partners Slack](https://pivotalpartners.slack.com/).

migrating-syslog-configuration.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For more information, see [opsmanager_syslog](./property-template-references.htm
133133
* From your deployment manifest, syslog configuration properties.
134134

135135
1. To ensure that operators do not try to update syslog configuration properties with no outward
136-
functionality, mark all existing syslog configuration properties in your product as non-configurable.
136+
capability, mark all existing syslog configuration properties in your product as non-configurable.
137137

138138
1. Update the description for the deprecated properties to state that they are deprecated and are no
139139
longer used to configure the syslog.

releases.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Products in Public Beta must meet the following requirements:
7878

7979
* The product supports upgrade paths from any minor version or patch to the next minor version and any patches.
8080

81-
* Tile version upgrades result in no data or configuration loss, and maintain service functionality and availability.
81+
* Tile version upgrades result in no data or configuration loss, and maintain service capability and availability.
8282

8383
* Where appropriate, <%= vars.app_runtime_full %> integrations work properly, including:
8484
* Registered routes

runtime-config.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runtime_configs:
101101

102102
## <a id="config-only"></a>Create a Runtime Config Tile
103103

104-
In Ops Manager, a runtime config tile appears as a tile with minimal configuration options. Runtime config tiles contain no stemcell, network, availability zone (AZ), or resource config information. You might create a runtime config tile if you want global deployment configurations to be applied to all VMs in deployment and do not any other functionality.
104+
In Ops Manager, a runtime config tile appears as a tile with minimal configuration options. Runtime config tiles contain no stemcell, network, availability zone (AZ), or resource config information. You might create a runtime config tile if you want global deployment configurations to be applied to all VMs in deployment and do not any other capability.
105105

106106
For a runtime config tile, tile authors are not required to define the following top-level properties:
107107

ssi-creds-tiledev.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These SSI credentials are different from credentials that the tile uses internal
3232

3333
For more information on the CredHub credential management component, see the [CredHub documentation](https://docs.cloudfoundry.org/credhub/index.html) topic.
3434

35-
The sections below describe an example implementation of how to add SSI credentials functionality to a service tile.
35+
The sections below describe an example implementation of how to add SSI credentials capability to a service tile.
3636

3737
## <a id="step1"></a> Step 1: Edit your BOSH release
3838

testing.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ For <%= vars.platform_name %> tiles, a typical test pyramid progresses as follow
2222

2323
1. System tests of the tile's **BOSH release**, including:
2424
- **Functional tests** covering the main features of the service.
25-
The main features typically interact with almost all important external integration points, so these tests confirm product functionality.
25+
The main features typically interact with almost all important external integration points, so these tests confirm product capability.
2626
- **Smoke tests** (lifecycle tests) for service instances that create and bind a service instance, call it from a test app,
2727
verify the logs it generates, and delete it.
2828
For a typical end-to-end test sequence, see [Smoke Tests](#smoke) as follows.
2929

3030
1. System tests of **tile** operation within Ops Manager.
3131
- These include:
3232
* **Configuration checks** that test every external configurable integration point and connection to remote servers using configured credentials
33-
* **Default checks** that confirm "happy path" functionality.
33+
* **Default checks** that confirm "happy path" capability.
3434
- Use the Ops Manager API to verify that property blueprints in the tile metadata are correct
3535
and that they translate correctly to the BOSH manifest that Ops Manager generates.
3636
- Use the [om](https://github.com/pivotal-cf/om) tool to call the Ops Manager API programmatically from Go.

0 commit comments

Comments
 (0)