Skip to content

Commit e5fe002

Browse files
committed
change codeready product names to new names
1 parent ba98da3 commit e5fe002

9 files changed

+16
-16
lines changed

cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-a-multicomponent-application-with-odo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example describes how to deploy a multicomponent application - a shooter ga
1313
.Prerequisites
1414

1515
* `{odo-title}` is installed.
16-
* You have a running cluster. Developers can use link:https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[CodeReady Containers (CRC)] to deploy a local cluster quickly.
16+
* You have a running cluster. Developers can use link:https://access.redhat.com/documentation/en-us/red_hat_openshift_local/[{openshift-local-productname}] to deploy a local cluster quickly.
1717
* Maven is installed.
1818
1919
include::modules/developer-cli-odo-creating-a-project.adoc[leveloffset=+1]

cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-a-single-component-application-with-odo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With `{odo-title}`, you can create and deploy applications on clusters.
1212
.Prerequisites
1313

1414
* `{odo-title}` is installed.
15-
* You have a running cluster. You can use link:https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[CodeReady Containers (CRC)] to deploy a local cluster quickly.
15+
* You have a running cluster. You can use link:https://access.redhat.com/documentation/en-us/red_hat_openshift_local/[{openshift-local-productname}] to deploy a local cluster quickly.
1616
1717
include::modules/developer-cli-odo-creating-a-project.adoc[leveloffset=+1]
1818

cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-an-application-with-a-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This example describes how to deploy and connect a database to a front-end appli
1212

1313
* `{odo-title}` is installed.
1414
* `oc` client is installed.
15-
* You have a running cluster. Developers can use link:https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[CodeReady Containers (CRC)] to deploy a local cluster quickly.
15+
* You have a running cluster. Developers can use link:https://access.redhat.com/documentation/en-us/red_hat_openshift_local/[{openshift-local-productname}] to deploy a local cluster quickly.
1616
* The Service Catalog is installed and enabled on your cluster.
1717
+
1818
[NOTE]

cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/using-devfiles-in-odo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include::modules/developer-cli-odo-about-devfiles-in-odo.adoc[leveloffset=+1]
1313
.Prerequisites
1414

1515
* You have installed `{odo-title}`.
16-
* You must know your ingress domain cluster name. Contact your cluster administrator if you do not know it. For example, `apps-crc.testing` is the cluster domain name for https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[Red Hat CodeReady Containers].
16+
* You must know your ingress domain cluster name. Contact your cluster administrator if you do not know it. For example, `apps-crc.testing` is the cluster domain name for https://access.redhat.com/documentation/en-us/red_hat_openshift_local/[{openshift-local-productname}].
1717

1818
[NOTE]
1919
====

images/oke-about.png

5.92 KB
Loading

modules/codeready-workspaces.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
// * adding_service_cluster/rosa-available-services.adoc
55

66
[id="codeready-workspaces_{context}"]
7-
= Red Hat CodeReady Workspaces
7+
= {openshift-dev-spaces-productname}
88

9-
The Red Hat CodeReady Workspaces service is available as an add-on to your {product-title} cluster. CodeReady Workspaces is a developer tool that makes cloud-native development practical for teams, using Kubernetes and containers to provide any member of the development or IT team with a consistent, preconfigured development environment. Developers can create code, build, and test in containers running on Red Hat OpenShift.
9+
The {openshift-dev-spaces-productname} service is available as an add-on to your {product-title} cluster. {openshift-dev-spaces-productname} is a developer tool that makes cloud-native development practical for teams, using Kubernetes and containers to provide any member of the development or IT team with a consistent, preconfigured development environment. Developers can create code, build, and test in containers running on {product-title}.
1010

1111
[NOTE]
1212
====
13-
When using this service with {product-title}, CodeReady Workspace can be deployed to any namespace except `openshift-workspaces`.
13+
When using this service with {product-title}, {openshift-dev-spaces-productname} can be deployed to any namespace except `openshift-workspaces`.
1414
====
1515

1616
[role="_additional-resources"]
1717
.Additional resources
18-
* link:https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.10/html/installation_guide/installing-codeready-workspaces_crw#creating-a-project-in-openshift-web-console_crw[Red Hat CodeReady Workspaces Operator] documentation
18+
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/[{openshift-dev-spaces-productname}] documentation

modules/odc-uninstalling-web-terminal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Use the CLI to delete the custom resource definitions (CRDs) and additional reso
5252

5353
[IMPORTANT]
5454
====
55-
The DevWorkspace Operator functions as a standalone Operator and may be required as a dependency for other Operators installed on the cluster (for example, the CodeReady Workspaces Operator may depend on it). Follow the steps below only if you are sure the DevWorkspace Operator is no longer needed.
55+
The DevWorkspace Operator functions as a standalone Operator and may be required as a dependency for other Operators installed on the cluster (for example, the {openshift-dev-spaces-productname} Operator may depend on it). Follow the steps below only if you are sure the DevWorkspace Operator is no longer needed.
5656
====
5757

5858
.Procedure

welcome/learn_more_about_openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Use the following sections to find content to help you learn about and use {prod
118118
| link:https://developers.redhat.com/[Red Hat Developers site]
119119
| xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Builds]
120120

121-
| link:https://developers.redhat.com/products/codeready-workspaces/overview[Red Hat CodeReady Workspaces]
121+
| link:https://developers.redhat.com/products/openshift-dev-spaces/overview[{openshift-dev-spaces-productname} (formerly Red Hat CodeReady Workspaces)]
122122
| xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Operators]
123123

124124
|

welcome/oke_about.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ not supported in {oke}.
195195

196196
=== Advanced networking
197197
The standard networking solutions in {product-title} are supported with an
198-
{oke} subscription. {product-title}'s Kubernetes CNI plug-in for automation of
198+
{oke} subscription. The {product-title} Kubernetes CNI plug-in for automation of
199199
multi-tenant network segmentation between {product-title} projects is
200200
entitled for use with {oke}. {oke} offers all the granular control of the
201201
source IP addresses that are used by application services on the cluster.
@@ -215,10 +215,10 @@ on {oke}.
215215
=== Developer experience
216216
With {oke}, the following capabilities are not supported:
217217

218-
* The CodeReady developer experience utilities and tools, such as CodeReady Workspaces.
219-
* {product-title}'s pipeline feature that integrates a streamlined,
218+
* The {product-title} developer experience utilities and tools, such as {openshift-dev-spaces-productname}.
219+
* The {product-title} pipeline feature that integrates a streamlined,
220220
Kubernetes-enabled Jenkins and Tekton experience in the user's project space.
221-
* The {product-title}'s source-to-image feature, which allows you to easily
221+
* The {product-title} source-to-image feature, which allows you to easily
222222
deploy source code, dockerfiles, or container images across the cluster.
223223
* Build strategies, builder pods, or Tekton for end user container
224224
deployments.
@@ -299,8 +299,8 @@ s| Feature s| {oke} s| {product-title} s| Operator name
299299
| Red Hat OpenShift Pipelines Operator | Not Included | Included | OpenShift Pipelines Operator
300300
| Embedded Component of IBM Cloud Pak and RHT MW Bundles | Not Included | Included | N/A
301301
| Red Hat OpenShift GitOps | Not Included | Included | OpenShift GitOps
302-
| Red Hat CodeReady Workspaces | Not Included | Included | CodeReady Workspaces
303-
| Red Hat CodeReady Containers | Not Included | Included | N/A
302+
| {openshift-dev-spaces-productname} | Not Included | Included | {openshift-dev-spaces-productname}
303+
| {openshift-local-productname} | Not Included | Included | N/A
304304
| Quay Bridge Operator provided by Red Hat | Not Included | Included | Quay Bridge Operator
305305
| Quay Container Security provided by Red Hat | Not Included | Included | Quay Operator
306306
| Red Hat OpenShift distributed tracing platform | Not Included | Included | Red Hat OpenShift distributed tracing platform Operator

0 commit comments

Comments
 (0)