Skip to content

Commit f087724

Browse files
committed
fix-ibm-rt: Fixed rendering issue with IBM and Oracle attri
1 parent f2a883d commit f087724

6 files changed

+16
-16
lines changed

_attributes/common-attributes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ endif::[]
152152
//Windows containers
153153
:productwinc: Red Hat OpenShift support for Windows Containers
154154
// IBM Cloud
155-
:ibmcloudBMProductName: IBM Cloud Bare Metal (Classic)
156-
:ibmcloudBMRegProductName: IBM Cloud® Bare Metal (Classic)
155+
:ibm-cloud-bm: IBM Cloud Bare Metal (Classic)
156+
:ibm-cloud-bm-reg: IBM Cloud(R) Bare Metal (Classic)
157157
// IBM Power
158158
:ibmpowerProductName: IBM Power
159159
// IBM zSystems
@@ -196,12 +196,12 @@ endif::[]
196196
:3no-caps: Three-node OpenShift
197197
:run-once-operator: Run Once Duration Override Operator
198198
//Oracle
199-
:oci-first: Oracle® Cloud Infrastructure
199+
:oci-first: Oracle(R) Cloud Infrastructure
200200
:oci: OCI
201-
:ocvs-first: Oracle® Cloud VMware Solution (OCVS)
201+
:ocvs-first: Oracle(R) Cloud VMware Solution (OCVS)
202202
:ocvs: OCVS
203203
// Web terminal
204204
:web-terminal-op: Web Terminal Operator
205205
:devworkspace-op: DevWorkspace Operator
206206
:secrets-store-driver: Secrets Store CSI driver
207-
:secrets-store-operator: Secrets Store CSI Driver Operator
207+
:secrets-store-operator: Secrets Store CSI Driver Operator

installing/installing_ibm_cloud/install-ibm-cloud-prerequisites.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-
You can use installer-provisioned installation to install {product-title} on {ibmcloudBMRegProductName} nodes. This document describes the prerequisites and procedures when installing {product-title} on IBM Cloud nodes.
9+
You can use installer-provisioned installation to install {product-title} on {ibm-cloud-bm-reg} nodes. This document describes the prerequisites and procedures when installing {product-title} on IBM Cloud nodes.
1010

1111
[IMPORTANT]
1212
====
@@ -20,6 +20,6 @@ Installer-provisioned installation of {product-title} requires:
2020
* One routable network
2121
* One provisioning network
2222
23-
Before starting an installer-provisioned installation of {product-title} on {ibmcloudBMProductName}, address the following prerequisites and requirements.
23+
Before starting an installer-provisioned installation of {product-title} on {ibm-cloud-bm}, address the following prerequisites and requirements.
2424

2525
include::modules/install-ibm-cloud-setting-up-ibm-cloud-infrastructure.adoc[leveloffset=+1]

modules/install-ibm-cloud-configuring-the-install-config-file.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="configuring-the-install-config-file_{context}"]
77
= Configuring the install-config.yaml file
88

9-
The `install-config.yaml` file requires some additional details. Most of the information is teaching the installer and the resulting cluster enough about the available {ibmcloudBMRegProductName} hardware so that it is able to fully manage it. The material difference between installing on bare metal and installing on {ibmcloudBMProductName} is that you must explicitly set the privilege level for IPMI in the BMC section of the `install-config.yaml` file.
9+
The `install-config.yaml` file requires some additional details. Most of the information is teaching the installer and the resulting cluster enough about the available {ibm-cloud-bm-reg} hardware so that it is able to fully manage it. The material difference between installing on bare metal and installing on {ibm-cloud-bm-reg} is that you must explicitly set the privilege level for IPMI in the BMC section of the `install-config.yaml` file.
1010

1111
.Procedure
1212

@@ -59,7 +59,7 @@ pullSecret: '<pull_secret>'
5959
sshKey: '<ssh_pub_key>'
6060
----
6161
+
62-
<1> The `bmc.address` provides a `privilegelevel` configuration setting with the value set to `OPERATOR`. This is required for {ibmcloudBMProductName} infrastructure.
62+
<1> The `bmc.address` provides a `privilegelevel` configuration setting with the value set to `OPERATOR`. This is required for {ibm-cloud-bm} infrastructure.
6363
<2> Add the MAC address of the private `provisioning` network NIC for the corresponding node.
6464
+
6565
[NOTE]

modules/install-ibm-cloud-configuring-the-public-subnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="configuring-the-public-subnet_{context}"]
77
= Configuring the public subnet
88

9-
All of the {product-title} cluster nodes must be on the public subnet. {ibmcloudBMRegProductName} does not provide a DHCP server on the subnet. Set it up separately on the provisioner node.
9+
All of the {product-title} cluster nodes must be on the public subnet. {ibm-cloud-bm-reg} does not provide a DHCP server on the subnet. Set it up separately on the provisioner node.
1010

1111
You must reset the BASH variables defined when preparing the provisioner node. Rebooting the provisioner node after preparing it will delete the BASH variables previously set.
1212

modules/install-ibm-cloud-preparing-the-provisioner-node.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="preparing-the-provisioner-node-for-openshift-install-on-ibm-cloud_{context}"]
7-
= Preparing the provisioner node on {ibmcloudBMProductName} infrastructure
7+
= Preparing the provisioner node on {ibm-cloud-bm} infrastructure
88

99
Perform the following steps to prepare the provisioner node.
1010

modules/install-ibm-cloud-setting-up-ibm-cloud-infrastructure.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// installing_ibm_cloud/install-ibm-cloud-installing-on-ibm-cloud.adoc
44

55
[id="setting-up-ibm-cloud-infrastructure_{context}"]
6-
= Setting up IBM Cloud Bare Metal (Classic) infrastructure
6+
= Setting up {ibm-cloud-bm-reg} infrastructure
77

8-
To deploy an {product-title} cluster on {ibmcloudBMRegProductName} infrastructure, you must first provision the IBM Cloud nodes.
8+
To deploy an {product-title} cluster on {ibm-cloud-bm} infrastructure, you must first provision the IBM Cloud nodes.
99

1010
[IMPORTANT]
1111
====
@@ -29,7 +29,7 @@ Create all nodes with a single public VLAN and a single private VLAN.
2929

3030
IBM Cloud public VLAN subnets use a `/28` prefix by default, which provides 16 IP addresses. That is sufficient for a cluster consisting of three control plane nodes, four worker nodes, and two IP addresses for the API VIP and Ingress VIP on the `baremetal` network. For larger clusters, you might need a smaller prefix.
3131

32-
IBM Cloud private VLAN subnets use a `/26` prefix by default, which provides 64 IP addresses. {ibmcloudBMProductName} uses private network IP addresses to access the Baseboard Management Controller (BMC) of each node. {product-title} creates an additional subnet for the `provisioning` network. Network traffic for the `provisioning` network subnet routes through the private VLAN. For larger clusters, you might need a smaller prefix.
32+
IBM Cloud private VLAN subnets use a `/26` prefix by default, which provides 64 IP addresses. {ibm-cloud-bm} uses private network IP addresses to access the Baseboard Management Controller (BMC) of each node. {product-title} creates an additional subnet for the `provisioning` network. Network traffic for the `provisioning` network subnet routes through the private VLAN. For larger clusters, you might need a smaller prefix.
3333

3434
.IP addresses per prefix
3535
[options="header"]
@@ -138,11 +138,11 @@ Define a consistent clock date and time format in each cluster node's BIOS setti
138138
[discrete]
139139
== Configure a DHCP server
140140

141-
{ibmcloudBMProductName} does not run DHCP on the public or private VLANs. After provisioning IBM Cloud nodes, you must set up a DHCP server for the public VLAN, which corresponds to {product-title}'s `baremetal` network.
141+
{ibm-cloud-bm} does not run DHCP on the public or private VLANs. After provisioning IBM Cloud nodes, you must set up a DHCP server for the public VLAN, which corresponds to {product-title}'s `baremetal` network.
142142

143143
[NOTE]
144144
====
145-
The IP addresses allocated to each node do not need to match the IP addresses allocated by the {ibmcloudBMProductName} provisioning system.
145+
The IP addresses allocated to each node do not need to match the IP addresses allocated by the {ibm-cloud-bm} provisioning system.
146146
====
147147

148148
See the "Configuring the public subnet" section for details.

0 commit comments

Comments
 (0)