Skip to content

Commit 9bb98e7

Browse files
authored
Merge pull request #14398 from bergerhoffer/updating-broker-namespace
Updating the namespaces to use for the brokers
2 parents 04d7634 + 8ec73a2 commit 9bb98e7

File tree

6 files changed

+23
-19
lines changed

6 files changed

+23
-19
lines changed

modules/sb-install-asb-operator.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,21 @@
1313

1414
The following procedure installs the {asb-name} Operator using the web console.
1515

16-
. Create a project.
17-
.. Navigate in the web console to *Home* -> *Projects* and click *Create Project*.
18-
.. Enter `ansible-service-broker` in the *Name* field and click *Create*.
16+
. Create a namespace.
17+
.. Navigate in the web console to *Administration* -> *Namespaces* and click *Create Namespace*.
18+
.. Enter `openshift-ansible-service-broker` in the *Name* field and click *Create*.
19+
+
20+
NOTE: The namespace must start with `openshift-`.
1921
. Create a cluster role binding.
2022
.. Navigate to *Administration* -> *Role Bindings* and click *Create Binding*.
2123
.. For the *Binding Type*, select *Cluster-wide Role Binding (ClusterRoleBinding)*.
2224
.. For the *Role Binding*, enter `ansible-service-broker` in the *Name* field.
2325
.. For the *Role*, select *admin*.
2426
.. For the *Subject*, choose the *Service Account* option, select the
25-
`ansible-service-broker` namespace, and enter `ansible-service-broker` in the
27+
`openshift-ansible-service-broker` namespace, and enter `ansible-service-broker` in the
2628
*Subject Name* field.
2729
.. Click *Create*.
28-
. Navigate to the *Catalog* -> *OperatorHub* page. Verify that the `ansible-service-broker` project is selected.
30+
. Navigate to the *Catalog* -> *OperatorHub* page. Verify that the `openshift-ansible-service-broker` project is selected.
2931
// TODO: Change to *OpenShift Ansible Service Broker Operator* by GA (1 of 5)
3032
. Select *Automation Broker Operator*.
3133
+

modules/sb-install-tsb-operator.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
The following procedure installs the {tsb-name} Operator using the
1515
web console.
1616

17-
. Create a project.
18-
.. Navigate in the web console to *Home* -> *Projects* and click *Create Project*.
19-
.. Enter `template-service-broker` in the *Name* field and click *Create*.
20-
. Navigate to the *Catalog* -> *OperatorHub* page. Verify that the `template-service-broker` project is selected.
17+
. Create a namespace.
18+
.. Navigate in the web console to *Administration* -> *Namespaces* and click *Create Namespace*.
19+
.. Enter `openshift-template-service-broker` in the *Name* field and click *Create*.
20+
+
21+
NOTE: The namespace must start with `openshift-`.
22+
. Navigate to the *Catalog* -> *OperatorHub* page. Verify that the `openshift-template-service-broker` project is selected.
2123
. Select *Template Service Broker Operator*.
2224
+
2325
A pop-up window appears, warning you that you are installing a Community

modules/sb-start-asb.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using the following procedure.
1515

1616
.Procedure
1717

18-
. Navigate in the web console to *Catalog* -> *Installed Operators* and select the `ansible-service-broker` project.
18+
. Navigate in the web console to *Catalog* -> *Installed Operators* and select the `openshift-ansible-service-broker` project.
1919
// TODO: Change to *OpenShift Ansible Service Broker Operator* by GA (2 of 5)
2020
. Select the *Automation Broker Operator*.
2121
. Under *Provided APIs*, click *Create New* for *Automation Broker*.
@@ -32,7 +32,7 @@ If you do not yet see these Service classes, you can check the status of the
3232
following items:
3333

3434
* {asb-name} Pod status
35-
** From the *Workloads* -> *Pods* page for the *ansible-service-broker* project,
35+
** From the *Workloads* -> *Pods* page for the *openshift-ansible-service-broker* project,
3636
verify that the Pod that starts with `asb-` has a status of *Running* and
3737
readiness of *Ready*.
3838

modules/sb-start-tsb.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After you have installed the {tsb-name} Operator, you can start the
1515

1616
.Procedure
1717

18-
. Navigate in the web console to *Catalog* -> *Installed Operators* and select the `template-service-broker` project.
18+
. Navigate in the web console to *Catalog* -> *Installed Operators* and select the `openshift-template-service-broker` project.
1919
. Select the *Template Service Broker Operator*.
2020
. Under *Provided APIs*, click *Create New* for *Template Service Broker*.
2121
. Review the default YAML and click *Create*.
@@ -31,7 +31,7 @@ If you do not yet see these Service classes, you can check the status of the
3131
following items:
3232

3333
* {tsb-name} Pod status
34-
** From the *Workloads* -> *Pods* page for the *template-service-broker*
34+
** From the *Workloads* -> *Pods* page for the *openshift-template-service-broker*
3535
project, verify that the Pod that starts with `apiserver-` has a status of
3636
*Running* and readiness of *Ready*.
3737

modules/sb-uninstall-asb.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ WARNING: Do not uninstall the {asb-name} if there are any provisioned services f
1717
.Procedure
1818

1919
This procedure assumes that you installed the {asb-name} into the
20-
`ansible-service-broker` project.
20+
`openshift-ansible-service-broker` project.
2121

2222
. Uninstall the {asb-name}.
2323
.. Navigate to *Catalog* -> *Installed Operators* and select the
24-
*ansible-service-broker* project from the drop-down menu.
24+
*openshift-ansible-service-broker* project from the drop-down menu.
2525
// TODO: Change to *OpenShift Ansible Service Broker Operator* by GA (4 of 5)
2626
.. Click *Automation Broker Operator*.
2727
.. Select the *Automation Broker* tab.
@@ -34,7 +34,7 @@ from the Developer Catalog.
3434

3535
. Uninstall the {asb-name} Operator.
3636
.. Navigate to *Catalog* -> *Operator Management* and select the
37-
*ansible-service-broker* project from the drop-down menu.
37+
*openshift-ansible-service-broker* project from the drop-down menu.
3838
// TODO: Change to *OpenShift Ansible Service Broker Operator* by GA (5 of 5)
3939
.. Click *View subscription* for the *Automation Broker Operator*.
4040
.. Select *automationbroker*.

modules/sb-uninstall-tsb.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ WARNING: Do not uninstall the {tsb-name} if there are any provisioned services f
1717
.Procedure
1818

1919
This procedure assumes that you installed the {tsb-name} into the
20-
`template-service-broker` project.
20+
`openshift-template-service-broker` project.
2121

2222
. Uninstall the {tsb-name}.
2323
.. Navigate to *Catalog* -> *Installed Operators* and select the
24-
*template-service-broker* project from the drop-down menu.
24+
*openshift-template-service-broker* project from the drop-down menu.
2525
.. Click *Template Service Broker Operator*.
2626
.. Select the *Template Service Broker* tab.
2727
.. Click *template-service-broker*.
@@ -33,7 +33,7 @@ removed from the Developer Catalog.
3333

3434
. Uninstall the {tsb-name} Operator.
3535
.. Navigate to *Catalog* -> *Operator Management* and select the
36-
*template-service-broker* project from the drop-down menu.
36+
*openshift-template-service-broker* project from the drop-down menu.
3737
.. Click *View subscription* for the *Template Service Broker Operator*.
3838
.. Select *templateservicebroker*.
3939
.. From the *Actions* drop-down menu, select *Remove Subscription*.

0 commit comments

Comments
 (0)