Skip to content

Commit f3905eb

Browse files
authored
Merge pull request #14171 from bergerhoffer/wording-fixes
Minor tweaks for service broker content
2 parents 899076b + 305375c commit f3905eb

10 files changed

+19
-17
lines changed

modules/sb-about-ansible-service-broker.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
The _{asb-name}_ is an implementation of the Open Service Broker (OSB) API that
99
manages applications defined by _Ansible playbook bundles_ (APBs). APBs provide
1010
a method for defining and distributing container applications in
11-
{product-title}, consisting of a bundle of Ansible playbooks built into a
11+
{product-title}, and consist of a bundle of Ansible playbooks built into a
1212
container image with an Ansible runtime. APBs leverage Ansible to create a
13-
standard mechanism for automating complex deployments.
13+
standard mechanism to automate complex deployments.
1414

1515
The {asb-name} follows this basic workflow:
1616

1717
. A user requests the list of available applications from the service catalog
1818
using the {product-title} web console.
19-
. The service catalog requests the {asb-name} for available applications.
19+
. The service catalog requests the list of available applications from the {asb-name}.
2020
. The {asb-name} communicates with a defined container image registry to learn
2121
which APBs are available.
2222
. The user issues a request to provision a specific APB.

modules/sb-about-template-service-broker.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ The _template service broker_ gives the service catalog visibility into the
99
default Instant App and Quickstart templates that have shipped with
1010
{product-title} since its initial release. The template service broker can also
1111
make available as a service anything for which an {product-title} template has
12-
been written, whether provided by Red Hat, a cluster administrator or user, or a
13-
third party vendor.
12+
been written, whether provided by Red Hat, a cluster administrator or user, or a third-party vendor.
1413

15-
By default, the template service broker shows the objects that are globally
14+
By default, the template service broker shows objects that are globally
1615
available from the `openshift` project. It can also be configured to watch any
1716
other project that a cluster administrator chooses.
1817

modules/sb-configuring-ansible-service-broker.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following procedure customizes the settings for your {asb-name}.
1313

1414
.Procedure
1515

16-
This procedure assumes that you used the `ansible-service-broker` project and name for the {asb-name}.
16+
This procedure assumes that you used `ansible-service-broker` both as the {asb-name} name and the project that it was installed into.
1717

1818
. Navigate in the web console to *Catalog* -> *Installed Operators* and select the `ansible-service-broker` project.
1919
. Select the *OpenShift Ansible Service Broker Operator*.
@@ -22,6 +22,7 @@ This procedure assumes that you used the `ansible-service-broker` project and na
2222
+
2323
For example:
2424
+
25+
[source,yaml]
2526
----
2627
spec:
2728
keepNamespace: true

modules/sb-install-asb-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.Prerequisites
99

10-
* You have enabled service catalog.
10+
* You have installed the service catalog.
1111

1212
.Procedure
1313

@@ -38,5 +38,5 @@ This Operator will be available under the *Red Hat* category in the GA release.
3838
. Read the information about the Operator and click *Install*.
3939
. Review the default selections and click *Subscribe*.
4040

41-
You must next start the {asb-name} in order to access the service
41+
Next, you must start the {asb-name} in order to access the service
4242
bundles it provides.

modules/sb-install-service-catalog.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * applications/service_brokers/installing-service-catalog.adoc
44

55
[id='sb-install-service-catalog-{context}']
6-
= Installing service catalog
6+
= Installing the service catalog
77

8-
You must install service catalog by completing the following steps if you plan on using any of the services from the {asb-name} or template service broker.
8+
You must install the service catalog by completing the following steps if you plan on using any of the services from the {asb-name} or template service broker.
99

1010
.Procedure
1111

@@ -17,6 +17,7 @@ $ oc edit servicecatalogapiservers
1717
----
1818
.. Under `spec`, set the `managementState` field to `Managed`:
1919
+
20+
[source,yaml]
2021
----
2122
spec:
2223
logLevel: Normal
@@ -36,6 +37,7 @@ $ oc edit servicecatalogcontrollermanagers
3637
----
3738
.. Under `spec`, set the `managementState` field to `Managed`:
3839
+
40+
[source,yaml]
3941
----
4042
spec:
4143
logLevel: Normal

modules/sb-install-tsb-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.Prerequisites
99

10-
* You have enabled service catalog.
10+
* You have installed the service catalog.
1111

1212
.Procedure
1313

@@ -30,5 +30,5 @@ This Operator will be available under the *Red Hat* category in the GA release.
3030
. Read the information about the Operator and click *Install*.
3131
. Review the default selections and click *Subscribe*.
3232

33-
You must next start the template service broker in order to access the template
33+
Next, you must start the template service broker in order to access the template
3434
applications it provides.

modules/sb-provision-service-bundle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that was made available by the {asb-name}.
1010

1111
.Prerequisites
1212

13-
* You have enabled the service catalog.
13+
* You have installed the service catalog.
1414
* You have installed and started the {asb-name}.
1515

1616
.Procedure

modules/sb-provision-template-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that was made available by the template service broker.
1010

1111
.Prerequisites
1212

13-
* You have enabled the service catalog.
13+
* You have installed the service catalog.
1414
* You have installed and started the template service broker.
1515

1616
.Procedure

modules/sb-start-asb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using the following procedure.
1010

1111
.Prerequisites
1212

13-
* You have enabled service catalog.
13+
* You have installed the service catalog.
1414
* You have installed the {asb-name} Operator.
1515

1616
.Procedure

modules/sb-start-tsb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ template service broker using the following procedure.
1010

1111
.Prerequisites
1212

13-
* You have enabled service catalog.
13+
* You have installed the service catalog.
1414
* You have installed the template service broker Operator.
1515

1616
.Procedure

0 commit comments

Comments
 (0)