Skip to content

Commit e6da869

Browse files
Merge pull request #99436 from michaelryanpeter/bye-operatorhub
OSDOCS#15857: Change *OperatorHub* to *Software Catalog* &tc.
2 parents 5a2dd65 + c922b28 commit e6da869

File tree

362 files changed

+617
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+617
-615
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ Topics:
19681968
File: olm-understanding-metrics
19691969
- Name: Webhooks
19701970
File: olm-webhooks
1971-
- Name: OperatorHub
1971+
- Name: Software catalog
19721972
Distros: openshift-enterprise,openshift-origin
19731973
File: olm-understanding-operatorhub
19741974
- Name: Red Hat-provided Operator catalogs

_topic_maps/_topic_map_osd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Topics:
689689
File: olm-understanding-metrics
690690
- Name: Webhooks
691691
File: olm-webhooks
692-
- Name: OperatorHub
692+
- Name: Software catalog
693693
File: olm-understanding-operatorhub
694694
- Name: Red Hat-provided Operator catalogs
695695
File: olm-rh-catalogs

_topic_maps/_topic_map_rosa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ Topics:
895895
File: olm-understanding-metrics
896896
- Name: Webhooks
897897
File: olm-webhooks
898-
- Name: OperatorHub
898+
- Name: Software catalog
899899
File: olm-understanding-operatorhub
900900
- Name: Red Hat-provided Operator catalogs
901901
File: olm-rh-catalogs

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ Topics:
757757
File: olm-understanding-metrics
758758
- Name: Webhooks
759759
File: olm-webhooks
760-
- Name: OperatorHub
760+
- Name: Software catalog
761761
File: olm-understanding-operatorhub
762762
- Name: Red Hat-provided Operator catalogs
763763
File: olm-rh-catalogs

applications/connecting_applications_to_services/getting-started-with-service-binding-ibm-power-ibm-z.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The {servicebinding-title} manages the data plane for workloads and backing serv
1616

1717
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.
1818
* You have installed the `oc` CLI.
19-
* You have installed the {servicebinding-title} from OperatorHub.
19+
* You have installed the {servicebinding-title} from the software catalog.
2020

2121
//Deploying PostgreSQL operator
2222
include::modules/sbo-deploying-a-postgresql-database-operator-power-z.adoc[leveloffset=+1]

applications/connecting_applications_to_services/getting-started-with-service-binding.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2121
* You have access to an {product-title} cluster using an account with `dedicated-admin` permissions.
2222
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2323
* You have installed the `oc` CLI.
24-
* You have installed {servicebinding-title} from OperatorHub.
24+
* You have installed {servicebinding-title} from the software catalog.
2525
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
26-
* You have installed the 5.1.2 version of the Crunchy Postgres for Kubernetes Operator from OperatorHub using the *v5* Update channel. The installed Operator is available in an appropriate namespace, such as the `my-petclinic` namespace.
26+
* You have installed the 5.1.2 version of the Crunchy Postgres for Kubernetes Operator from the software catalog using the *v5* Update channel. The installed Operator is available in an appropriate namespace, such as the `my-petclinic` namespace.
2727
+
2828
[NOTE]
2929
====
3030
You can create the namespace using the `oc create namespace my-petclinic` command.
3131
====
3232
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
3333
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
34-
* You have installed the 5.1.2 version of the Crunchy Postgres for Kubernetes Operator from OperatorHub using the *v5* Update channel. The installed Operator is available in an appropriate project, such as the `my-petclinic` project.
34+
* You have installed the 5.1.2 version of the Crunchy Postgres for Kubernetes Operator from the software catalog using the *v5* Update channel. The installed Operator is available in an appropriate project, such as the `my-petclinic` project.
3535
+
3636
[NOTE]
3737
====

applications/odc-exporting-applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As a developer, you can export your application in the ZIP file format. Based on
1111
[id="prerequisites_odc-exporting-applications"]
1212
== Prerequisites
1313

14-
* You have installed the gitops-primer Operator from the OperatorHub.
14+
* You have installed the gitops-primer Operator from the software catalog.
1515
+
1616
[NOTE]
1717
====

architecture/control-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ include::modules/arch-olm-operators.adoc[leveloffset=+2]
5555
[role="_additional-resources"]
5656
.Additional resources
5757
* xref:../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager (OLM) concepts and resources]
58-
* xref:../operators/understanding/olm-understanding-operatorhub.adoc#olm-understanding-operatorhub[Understanding OperatorHub].
58+
* xref:../operators/understanding/olm-understanding-operatorhub.adoc#olm-understanding-operatorhub[Understanding the software catalog].
5959
6060
include::modules/etcd-overview.adoc[leveloffset=+1]
6161

architecture/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ endif::openshift-dedicated,openshift-rosa[]
7373
As a developer, you can use different tools, methods, and formats to xref:../architecture/understanding-development.adoc#understanding-development[develop your containerized application] based on your unique requirements, for example:
7474

7575
* Use various build-tool, base-image, and registry options to build a simple container application.
76-
* Use supporting components such as OperatorHub and templates to develop your application.
76+
* Use supporting components such as the software catalog and templates to develop your application.
7777
* Package and deploy your application as an Operator.
7878

7979
You can also create a Kubernetes manifest and store it in a Git repository.

architecture/understanding-development.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ a logging component. To fulfill that need, you might be able to obtain the
327327
required component from the following Catalogs that are available in the
328328
{product-title} web console:
329329

330-
* OperatorHub, which is available in each {product-title} {product-version}
331-
cluster. The OperatorHub makes Operators available from Red Hat,
330+
* The software catalog, which is available in each {product-title} {product-version}
331+
cluster. The software catalog makes Operators available from Red Hat,
332332
certified Red Hat partners, and community members to the cluster operator. The
333333
cluster operator can make those Operators available in all or selected
334334
namespaces in the cluster, so developers can launch them and configure them

0 commit comments

Comments
 (0)