Skip to content

Commit 30a7fc7

Browse files
authored
Merge pull request #67323 from dfitzmau/ibm-name-clean-up
2 parents 377c943 + 8cd70ad commit 30a7fc7

File tree

172 files changed

+584
-576
lines changed

Some content is hidden

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

172 files changed

+584
-576
lines changed

_attributes/common-attributes.adoc

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,17 +208,25 @@ endif::[]
208208
:gcp-short: GCP
209209
//alibaba cloud
210210
:alibaba: Alibaba Cloud
211-
// IBM Cloud VPC
212-
:ibmcloudVPCProductName: IBM Cloud VPC
213-
:ibmcloudVPCRegProductName: IBM(R) Cloud VPC
211+
// IBM general
212+
:ibm-name: IBM(R)
213+
:ibm-title: IBM
214214
// IBM Cloud
215-
:ibm-cloud-bm: IBM Cloud Bare Metal (Classic)
216-
:ibm-cloud-bm-reg: IBM Cloud(R) Bare Metal (Classic)
215+
:ibm-cloud-name: IBM Cloud(R)
216+
:ibm-cloud-title: IBM Cloud
217+
// IBM Cloud Bare Metal (Classic)
218+
:ibm-cloud-bm: IBM Cloud(R) Bare Metal (Classic)
219+
:ibm-cloud-bm-title: IBM Cloud Bare Metal (Classic)
217220
// IBM Power
218-
:ibmpowerProductName: IBM Power
221+
:ibm-power-name: IBM Power(R)
222+
:ibm-power-title: IBM Power
223+
:ibm-power-server-name: IBM Power(R) Virtual Server
224+
:ibm-power-server-title: IBM Power Virtual Server
219225
// IBM zSystems
220-
:ibmzProductName: IBM Z
221-
:linuxoneProductName: IBM(R) LinuxONE
226+
:ibm-z-name: IBM Z(R)
227+
:ibm-z-title: IBM Z
228+
:ibm-linuxone-name: IBM(R) LinuxONE
229+
:ibm-linuxone-title: IBM LinuxONE
222230
//Azure
223231
:azure-full: Microsoft Azure
224232
:azure-short: Azure

_topic_maps/_topic_map.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,27 +277,27 @@ Topics:
277277
File: installation-config-parameters-gcp
278278
- Name: Uninstalling a cluster on GCP
279279
File: uninstalling-cluster-gcp
280-
- Name: Installing on IBM Cloud VPC
280+
- Name: Installing on IBM Cloud
281281
Dir: installing_ibm_cloud_public
282282
Distros: openshift-origin,openshift-enterprise
283283
Topics:
284-
- Name: Preparing to install on IBM Cloud VPC
284+
- Name: Preparing to install on IBM Cloud
285285
File: preparing-to-install-on-ibm-cloud
286286
- Name: Configuring an IBM Cloud account
287287
File: installing-ibm-cloud-account
288-
- Name: Configuring IAM for IBM Cloud VPC
288+
- Name: Configuring IAM for IBM Cloud
289289
File: configuring-iam-ibm-cloud
290-
- Name: Installing a cluster on IBM Cloud VPC with customizations
290+
- Name: Installing a cluster on IBM Cloud with customizations
291291
File: installing-ibm-cloud-customizations
292-
- Name: Installing a cluster on IBM Cloud VPC with network customizations
292+
- Name: Installing a cluster on IBM Cloud with network customizations
293293
File: installing-ibm-cloud-network-customizations
294-
- Name: Installing a cluster on IBM Cloud VPC into an existing VPC
294+
- Name: Installing a cluster on IBM Cloud into an existing VPC
295295
File: installing-ibm-cloud-vpc
296-
- Name: Installing a private cluster on IBM Cloud VPC
296+
- Name: Installing a private cluster on IBM Cloud
297297
File: installing-ibm-cloud-private
298-
- Name: Installation configuration parameters for IBM Cloud VPC
298+
- Name: Installation configuration parameters for IBM Cloud
299299
File: installation-config-parameters-ibm-cloud-vpc
300-
- Name: Uninstalling a cluster on IBM Cloud VPC
300+
- Name: Uninstalling a cluster on IBM Cloud
301301
File: uninstalling-cluster-ibm-cloud
302302
- Name: Installing on Nutanix
303303
Dir: installing_nutanix

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
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="getting-started-with-service-binding-ibm-power-ibm-z"]
3-
= Getting started with service binding on {ibmpowerProductName}, {ibmzProductName}, and {linuxoneProductName}
3+
= Getting started with service binding on {ibm-power-title}, {ibm-z-title}, and {ibm-linuxone-title}
44
include::_attributes/common-attributes.adoc[]
55
include::_attributes/servicebinding-document-attributes.adoc[]
66
:context: getting-started-with-service-binding-ibm-power-ibm-z

applications/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When the application is running, not all applications resources are used. As a c
3636
[id="connecting-application"]
3737
=== Connecting an application to services
3838

39-
An application uses backing services to build and connect workloads, which vary according to the service provider. Using the xref:../applications/connecting_applications_to_services/understanding-service-binding-operator.adoc#understanding-service-binding-operator[Service Binding Operator], as a developer, you can bind workloads together with Operator-managed backing services, without any manual procedures to configure the binding connection. You can apply service binding also on xref:../applications/connecting_applications_to_services/getting-started-with-service-binding-ibm-power-ibm-z.adoc#getting-started-with-service-binding-ibm-power-ibm-z[{ibmpowerProductName}, {ibmzProductName}, and {linuxoneProductName} environments].
39+
An application uses backing services to build and connect workloads, which vary according to the service provider. Using the xref:../applications/connecting_applications_to_services/understanding-service-binding-operator.adoc#understanding-service-binding-operator[Service Binding Operator], as a developer, you can bind workloads together with Operator-managed backing services, without any manual procedures to configure the binding connection. You can apply service binding also on xref:../applications/connecting_applications_to_services/getting-started-with-service-binding-ibm-power-ibm-z.adoc#getting-started-with-service-binding-ibm-power-ibm-z[{ibm-power-name}, {ibm-z-name}, and {ibm-linuxone-name} environments].
4040

4141
[id="deploying-application"]
4242
=== Deploying an application

applications/working_with_helm_charts/installing-helm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ You can also find the URL to the latest binaries from the {product-title} web co
2424
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm
2525
----
2626

27-
* Linux on {ibmzProductName} and {linuxoneProductName} (s390x)
27+
* Linux on {ibm-z-name} and {ibm-linuxone-name} (s390x)
2828
+
2929
[source,terminal]
3030
----
3131
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-s390x -o /usr/local/bin/helm
3232
----
3333

34-
* Linux on {ibmpowerProductName} (ppc64le)
34+
* Linux on {ibm-power-name} (ppc64le)
3535
+
3636
[source,terminal]
3737
----

authentication/managing_cloud_provider_credentials/about-cloud-credential-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ By setting different values for the `credentialsMode` parameter in the `install-
5858
|X
5959
|X
6060

61-
|IBM Cloud
61+
|{ibm-cloud-name}
6262
|
6363
|
6464
|X ^[1]^

authentication/managing_cloud_provider_credentials/cco-mode-manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
Manual mode is supported for Alibaba Cloud, Amazon Web Services (AWS), global Microsoft Azure, Microsoft Azure Stack Hub, Google Cloud Platform (GCP), IBM Cloud, and Nutanix.
9+
Manual mode is supported for Alibaba Cloud, Amazon Web Services (AWS), global Microsoft Azure, Microsoft Azure Stack Hub, Google Cloud Platform (GCP), {ibm-cloud-name}, and Nutanix.
1010

1111
[id="manual-mode-classic_{context}"]
1212
== User-managed credentials
@@ -30,7 +30,7 @@ An AWS, global Azure, or GCP cluster that uses manual mode might be configured t
3030
* xref:../../installing/installing_aws/installing-aws-customizations.adoc#manually-create-iam_installing-aws-customizations[Manually creating long-term credentials for AWS]
3131
* xref:../../installing/installing_azure/installing-azure-customizations.adoc#manually-create-iam_installing-azure-customizations[Manually creating long-term credentials for Azure]
3232
* xref:../../installing/installing_gcp/installing-gcp-customizations.adoc#manually-create-iam_installing-gcp-customizations[Manually creating long-term credentials for GCP]
33-
* xref:../../installing/installing_ibm_cloud_public/configuring-iam-ibm-cloud.adoc#configuring-iam-ibm-cloud[Configuring IAM for IBM Cloud]
33+
* xref:../../installing/installing_ibm_cloud_public/configuring-iam-ibm-cloud.adoc#configuring-iam-ibm-cloud[Configuring IAM for {ibm-cloud-name}]
3434
* xref:../../installing/installing_nutanix/installing-nutanix-installer-provisioned.adoc#manually-create-iam-nutanix_installing-nutanix-installer-provisioned[Configuring IAM for Nutanix]
3535
* xref:../../authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc#cco-short-term-creds[Manual mode with short-term credentials for components]
3636
* xref:../../updating/preparing_for_updates/preparing-manual-creds-update.adoc#preparing-manual-creds-update[Preparing to update a cluster with manually maintained credentials]

backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ include::modules/oadp-configuring-velero-plugins.adoc[leveloffset=+1]
1616
include::modules/oadp-supported-architecture.adoc[leveloffset=+1]
1717

1818
[id="oadp-support-for-ibm-power-and-ibm-z"]
19-
== OADP support for IBM Power and {ibmzProductName}
19+
== OADP support for {ibm-power-title} and {ibm-z-title}
2020

21-
OpenShift API for Data Protection (OADP) is platform neutral. The information that follows relates only to IBM Power and to {ibmzProductName}.
21+
OpenShift API for Data Protection (OADP) is platform neutral. The information that follows relates only to {ibm-power-name} and to {ibm-z-name}.
2222

23-
OADP 1.1.0 was tested successfully against {product-title} 4.11 for both IBM Power and {ibmzProductName}. The sections that follow give testing and support information for OADP 1.1.0 in terms of backup locations for these systems.
23+
OADP 1.1.0 was tested successfully against {product-title} 4.11 for both {ibm-power-name} and {ibm-z-name}. The sections that follow give testing and support information for OADP 1.1.0 in terms of backup locations for these systems.
2424

2525
include::modules/oadp-ibm-power-test-support.adoc[leveloffset=+2]
2626
include::modules/oadp-ibm-z-test-support.adoc[leveloffset=+2]

distr_tracing/distr_tracing_jaeger/distr-tracing-jaeger-configuring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In-memory storage is not persistent, which means that if the {JaegerShortName} i
4545
4646
* The streaming strategy requires an additional Red Hat subscription for AMQ Streams.
4747
48-
* The streaming deployment strategy is currently unsupported on {ibmzProductName}.
48+
* The streaming deployment strategy is currently unsupported on {ibm-z-name}.
4949
5050
====
5151

hosted_control_planes/hcp-configuring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ You can view the procedures by selecting from one of the following providers:
4444

4545
// To be added after ACM 2.9 goes live:
4646

47-
//{ibmpowerProductName}
48-
//{ibmzProductName}
47+
// IBM Power
48+
// IBM Z
4949

5050

5151

0 commit comments

Comments
 (0)