Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL FIX] ibm-name-clean-up #67323

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions _attributes/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,25 @@ endif::[]
:gcp-short: GCP
//alibaba cloud
:alibaba: Alibaba Cloud
// IBM Cloud VPC
:ibmcloudVPCProductName: IBM Cloud VPC
:ibmcloudVPCRegProductName: IBM(R) Cloud VPC
// IBM general
:ibm-name: IBM(R)
:ibm-title: IBM
// IBM Cloud
:ibm-cloud-bm: IBM Cloud Bare Metal (Classic)
:ibm-cloud-bm-reg: IBM Cloud(R) Bare Metal (Classic)
:ibm-cloud-name: IBM Cloud(R)
:ibm-cloud-title: IBM Cloud
// IBM Cloud Bare Metal (Classic)
:ibm-cloud-bm: IBM Cloud(R) Bare Metal (Classic)
:ibm-cloud-bm-title: IBM Cloud Bare Metal (Classic)
// IBM Power
:ibmpowerProductName: IBM Power
:ibm-power-name: IBM Power(R)
:ibm-power-title: IBM Power
:ibm-power-server-name: IBM Power(R) Virtual Server
:ibm-power-server-title: IBM Power Virtual Server
// IBM zSystems
:ibmzProductName: IBM Z
:linuxoneProductName: IBM(R) LinuxONE
:ibm-z-name: IBM Z(R)
:ibm-z-title: IBM Z
:ibm-linuxone-name: IBM(R) LinuxONE
:ibm-linuxone-title: IBM LinuxONE
//Azure
:azure-full: Microsoft Azure
:azure-short: Azure
Expand Down
18 changes: 9 additions & 9 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,27 +277,27 @@ Topics:
File: installation-config-parameters-gcp
- Name: Uninstalling a cluster on GCP
File: uninstalling-cluster-gcp
- Name: Installing on IBM Cloud VPC
- Name: Installing on IBM Cloud
Dir: installing_ibm_cloud_public
Distros: openshift-origin,openshift-enterprise
Topics:
- Name: Preparing to install on IBM Cloud VPC
- Name: Preparing to install on IBM Cloud
File: preparing-to-install-on-ibm-cloud
- Name: Configuring an IBM Cloud account
File: installing-ibm-cloud-account
- Name: Configuring IAM for IBM Cloud VPC
- Name: Configuring IAM for IBM Cloud
File: configuring-iam-ibm-cloud
- Name: Installing a cluster on IBM Cloud VPC with customizations
- Name: Installing a cluster on IBM Cloud with customizations
File: installing-ibm-cloud-customizations
- Name: Installing a cluster on IBM Cloud VPC with network customizations
- Name: Installing a cluster on IBM Cloud with network customizations
File: installing-ibm-cloud-network-customizations
- Name: Installing a cluster on IBM Cloud VPC into an existing VPC
- Name: Installing a cluster on IBM Cloud into an existing VPC
File: installing-ibm-cloud-vpc
- Name: Installing a private cluster on IBM Cloud VPC
- Name: Installing a private cluster on IBM Cloud
File: installing-ibm-cloud-private
- Name: Installation configuration parameters for IBM Cloud VPC
- Name: Installation configuration parameters for IBM Cloud
File: installation-config-parameters-ibm-cloud-vpc
- Name: Uninstalling a cluster on IBM Cloud VPC
- Name: Uninstalling a cluster on IBM Cloud
File: uninstalling-cluster-ibm-cloud
- Name: Installing on Nutanix
Dir: installing_nutanix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:_mod-docs-content-type: ASSEMBLY
[id="getting-started-with-service-binding-ibm-power-ibm-z"]
= Getting started with service binding on {ibmpowerProductName}, {ibmzProductName}, and {linuxoneProductName}
= Getting started with service binding on {ibm-power-title}, {ibm-z-title}, and {ibm-linuxone-title}
include::_attributes/common-attributes.adoc[]
include::_attributes/servicebinding-document-attributes.adoc[]
:context: getting-started-with-service-binding-ibm-power-ibm-z
Expand Down
2 changes: 1 addition & 1 deletion applications/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When the application is running, not all applications resources are used. As a c
[id="connecting-application"]
=== Connecting an application to services

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].
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].

[id="deploying-application"]
=== Deploying an application
Expand Down
4 changes: 2 additions & 2 deletions applications/working_with_helm_charts/installing-helm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ You can also find the URL to the latest binaries from the {product-title} web co
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm
----

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

* Linux on {ibmpowerProductName} (ppc64le)
* Linux on {ibm-power-name} (ppc64le)
+
[source,terminal]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ By setting different values for the `credentialsMode` parameter in the `install-
|X
|X

|IBM Cloud
|{ibm-cloud-name}
|
|
|X ^[1]^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]

toc::[]

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.
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.

[id="manual-mode-classic_{context}"]
== User-managed credentials
Expand All @@ -30,7 +30,7 @@ An AWS, global Azure, or GCP cluster that uses manual mode might be configured t
* xref:../../installing/installing_aws/installing-aws-customizations.adoc#manually-create-iam_installing-aws-customizations[Manually creating long-term credentials for AWS]
* xref:../../installing/installing_azure/installing-azure-customizations.adoc#manually-create-iam_installing-azure-customizations[Manually creating long-term credentials for Azure]
* xref:../../installing/installing_gcp/installing-gcp-customizations.adoc#manually-create-iam_installing-gcp-customizations[Manually creating long-term credentials for GCP]
* xref:../../installing/installing_ibm_cloud_public/configuring-iam-ibm-cloud.adoc#configuring-iam-ibm-cloud[Configuring IAM for IBM Cloud]
* xref:../../installing/installing_ibm_cloud_public/configuring-iam-ibm-cloud.adoc#configuring-iam-ibm-cloud[Configuring IAM for {ibm-cloud-name}]
* xref:../../installing/installing_nutanix/installing-nutanix-installer-provisioned.adoc#manually-create-iam-nutanix_installing-nutanix-installer-provisioned[Configuring IAM for Nutanix]
* xref:../../authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc#cco-short-term-creds[Manual mode with short-term credentials for components]
* xref:../../updating/preparing_for_updates/preparing-manual-creds-update.adoc#preparing-manual-creds-update[Preparing to update a cluster with manually maintained credentials]
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ include::modules/oadp-configuring-velero-plugins.adoc[leveloffset=+1]
include::modules/oadp-supported-architecture.adoc[leveloffset=+1]

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

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

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.
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.

include::modules/oadp-ibm-power-test-support.adoc[leveloffset=+2]
include::modules/oadp-ibm-z-test-support.adoc[leveloffset=+2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In-memory storage is not persistent, which means that if the {JaegerShortName} i

* The streaming strategy requires an additional Red Hat subscription for AMQ Streams.

* The streaming deployment strategy is currently unsupported on {ibmzProductName}.
* The streaming deployment strategy is currently unsupported on {ibm-z-name}.

====

Expand Down
4 changes: 2 additions & 2 deletions hosted_control_planes/hcp-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ You can view the procedures by selecting from one of the following providers:

// To be added after ACM 2.9 goes live:

//{ibmpowerProductName}
//{ibmzProductName}
// IBM Power
// IBM Z



Expand Down
8 changes: 4 additions & 4 deletions installing/installing-fips.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ To enable FIPS mode for your cluster, you must run the installation program from
* xref:../installing/installing_azure/installing-azure-customizations.adoc#installing-azure-customizations[Microsoft Azure]
* xref:../installing/installing_bare_metal/installing-bare-metal.adoc#installing-bare-metal[Bare metal]
* xref:../installing/installing_gcp/installing-gcp-customizations.adoc#installing-gcp-customizations[Google Cloud Platform]
* xref:../installing/installing_ibm_cloud_public/installing-ibm-cloud-customizations.adoc#installing-ibm-cloud-customizations[IBM Cloud VPC]
* xref:../installing/installing_ibm_power/installing-ibm-power.adoc#installing-ibm-power[{ibmpowerProductName}]
* xref:../installing/installing_ibm_z/installing-ibm-z.adoc#installing-ibm-z[{ibmzProductName} and {linuxoneProductName}]
* xref:../installing/installing_ibm_z/installing-ibm-z-kvm.adoc#installing-ibm-z-kvm[{ibmzProductName} and {linuxoneProductName} with {op-system-base} KVM]
* xref:../installing/installing_ibm_cloud_public/installing-ibm-cloud-customizations.adoc#installing-ibm-cloud-customizations[{ibm-cloud-name}]
* xref:../installing/installing_ibm_power/installing-ibm-power.adoc#installing-ibm-power[{ibm-power-name}]
* xref:../installing/installing_ibm_z/installing-ibm-z.adoc#installing-ibm-z[{ibm-z-name} and {ibm-linuxone-name}]
* xref:../installing/installing_ibm_z/installing-ibm-z-kvm.adoc#installing-ibm-z-kvm[{ibm-z-name} and {ibm-linuxone-name} with {op-system-base} KVM]
* xref:../installing/installing_openstack/installing-openstack-installer-custom.adoc#installing-openstack-installer-custom[{rh-openstack-first}]
* xref:../installing/installing_vsphere/installing-vsphere.adoc#installing-vsphere[VMware vSphere]

Expand Down
Loading