Skip to content

Commit af429fa

Browse files
committed
ContentX re-org of postinstallation and expanding assemblies.
Signed-off-by: John Wilkins <[email protected]>
1 parent 3c45433 commit af429fa

5 files changed

+20
-20
lines changed

_topic_maps/_topic_map.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ Topics:
465465
File: ipi-install-installing-a-cluster
466466
- Name: Troubleshooting the installation
467467
File: ipi-install-troubleshooting
468-
- Name: Postinstallation configuration
469-
File: ipi-install-post-installation-configuration
470-
- Name: Expanding the cluster
471-
File: ipi-install-expanding-the-cluster
468+
- Name: Postinstallation configuration
469+
File: bare-metal-postinstallation-configuration
470+
- Name: Expanding the cluster
471+
File: bare-metal-expanding-the-cluster
472472
- Name: Installing IBM Cloud Bare Metal (Classic)
473473
Dir: installing_ibm_cloud_classic
474474
Distros: openshift-origin,openshift-enterprise

installing/installing_bare_metal/ipi/ipi-install-expanding-the-cluster.adoc renamed to installing/installing_bare_metal/bare-metal-expanding-the-cluster.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="ipi-install-expanding-the-cluster"]
2+
[id="bare-metal-expanding-the-cluster"]
33
= Expanding the cluster
44
include::_attributes/common-attributes.adoc[]
5-
:context: ipi-install-expanding
5+
:context: bare-metal-expanding
66

77
toc::[]
88

9-
After deploying an installer-provisioned {product-title} cluster, you can use the following procedures to expand the number of worker nodes. Ensure that each prospective worker node meets the prerequisites.
9+
After deploying a bare metal cluster, you can use the following procedures to expand the number of worker nodes. Ensure that each prospective worker node meets the prerequisites.
1010

1111
[NOTE]
1212
====

installing/installing_bare_metal/ipi/ipi-install-post-installation-configuration.adoc renamed to installing/installing_bare_metal/bare-metal-postinstallation-configuration.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="ipi-install-post-installation-configuration"]
3-
= Installer-provisioned postinstallation configuration
2+
[id="bare-metal-post-installation-configuration"]
3+
= Postinstallation configuration
44
include::_attributes/common-attributes.adoc[]
5-
:context: ipi-install-post-installation-configuration
5+
:context: bare-metal-post-installation-configuration
66

77
toc::[]
88

9-
After successfully deploying an installer-provisioned cluster, consider the following postinstallation procedures.
9+
After successfully deploying a bare metal cluster, consider the following postinstallation procedures.
1010

1111
// Configuring NTP for disconnected clusters
1212
include::modules/ipi-install-configuring-ntp-for-disconnected-clusters.adoc[leveloffset=+1]

modules/ipi-install-replacing-a-bare-metal-control-plane-node.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// This is included in the following assemblies:
22
//
3-
// installing/installing_bare_metal/ipi/ipi-install-expanding-the-cluster.adoc
3+
// installing/installing_bare_metal/bare-metal-expanding-the-cluster.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="replacing-a-bare-metal-control-plane-node_{context}"]
77
= Replacing a bare-metal control plane node
88

9-
Use the following procedure to replace an installer-provisioned {product-title} control plane node.
9+
Use the following procedure to replace a {product-title} control plane node.
1010

1111
[IMPORTANT]
1212
====
1313
If you reuse the `BareMetalHost` object definition from an existing control plane host, do not leave the `externallyProvisioned` field set to `true`.
1414
15-
Existing control plane `BareMetalHost` objects may have the `externallyProvisioned` flag set to `true` if they were provisioned by the {product-title} installation program.
15+
Existing control plane `BareMetalHost` objects might have the `externallyProvisioned` flag set to `true` if they were provisioned by the {product-title} installation program.
1616
====
1717

1818
.Prerequisites
@@ -85,11 +85,11 @@ spec:
8585
online: true
8686
EOF
8787
----
88-
<1> Replace `<num>` for the control plane number of the bare metal node in the `name` fields and the `credentialsName` field.
88+
<1> Replace `<num>` for the control plane number of the bare-metal node in the `name` fields and the `credentialsName` field.
8989
<2> Replace `<base64_of_uid>` with the `base64` string of the user name.
9090
<3> Replace `<base64_of_pwd>` with the `base64` string of the password.
91-
<4> Replace `<protocol>` with the BMC protocol, such as `redfish`, `redfish-virtualmedia`, `idrac-virtualmedia`, or others. Replace `<bmc_ip>` with the IP address of the bare metal node's baseboard management controller. For additional BMC configuration options, see "BMC addressing" in the _Additional resources_ section.
92-
<5> Replace `<NIC1_mac_address>` with the MAC address of the bare metal node's first NIC.
91+
<4> Replace `<protocol>` with the BMC protocol, such as `redfish`, `redfish-virtualmedia`, `idrac-virtualmedia`, or others. Replace `<bmc_ip>` with the IP address of the bare-metal node's baseboard management controller. For additional BMC configuration options, see "BMC addressing" in the _Additional resources_ section.
92+
<5> Replace `<NIC1_mac_address>` with the MAC address of the bare-metal node's first NIC.
9393
+
9494
After the inspection is complete, the `BareMetalHost` object is created and available to be provisioned.
9595

@@ -147,7 +147,7 @@ spec:
147147
name: master-user-data-managed
148148
EOF
149149
----
150-
<1> Replace `<num>` for the control plane number of the bare metal node in the `name`, `labels` and `annotations` fields.
150+
<1> Replace `<num>` for the control plane number of the bare-metal node in the `name`, `labels` and `annotations` fields.
151151
+
152152
. To view the `BareMetalHost` objects, run the following command:
153153
+

modules/nw-enabling-a-provisioning-network-after-installation.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// This is included in the following assemblies:
22
//
3-
// ipi-install-post-installation-configuration.adoc
3+
// bare-metal-postinstallation-configuration.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="enabling-a-provisioning-network-after-installation_{context}"]
77

88
= Enabling a provisioning network after installation
99

10-
The assisted installer and installer-provisioned installation for bare metal clusters provide the ability to deploy a cluster without a `provisioning` network. This capability is for scenarios such as proof-of-concept clusters or deploying exclusively with Redfish virtual media when each node's baseboard management controller is routable via the `baremetal` network.
10+
The {ai-full} and installer-provisioned installation for bare-metal clusters provide the ability to deploy a cluster without a `provisioning` network. This capability is for scenarios such as proof-of-concept clusters or deploying exclusively with Redfish virtual media when each node's baseboard management controller is routable via the `baremetal` network.
1111

1212
You can enable a `provisioning` network after installation using the Cluster Baremetal Operator (CBO).
1313

0 commit comments

Comments
 (0)