Skip to content

Commit eaa4086

Browse files
committed
Add :_content-type: tags to IPI modules that do not have them.
Signed-off-by: John Wilkins <[email protected]>
1 parent 5649350 commit eaa4086

File tree

29 files changed

+58
-27
lines changed

29 files changed

+58
-27
lines changed

modules/ipi-install-additional-install-config-parameters.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// * installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
44

5+
:_content-type: REFERENCE
56
[id="additional-install-config-parameters_{context}"]
67
= Additional `install-config` parameters
78

@@ -206,4 +207,4 @@ The `hosts` parameter is a list of separate bare metal assets used to build the
206207
|
207208
| Set this optional parameter to configure the network interface of a host. See "(Optional) Configuring host network interfaces in the `install-config.yaml` file" for additional details.
208209

209-
|===
210+
|===

modules/ipi-install-bmc-addressing-for-dell-idrac.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
44

5+
:_content-type: REFERENCE
56
[id='bmc-addressing-for-dell-idrac_{context}']
67
= BMC addressing for Dell iDRAC
78

modules/ipi-install-bmc-addressing-for-fujitsu-irmc.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
44

5+
:_content-type: REFERENCE
56
[id='bmc-addressing-for-fujitsu-irmc_{context}']
67
= BMC addressing for Fujitsu iRMC
78

modules/ipi-install-bmc-addressing-for-hpe-ilo.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
44

5+
:_content-type: REFERENCE
56
[id='bmc-addressing-for-hpe-ilo_{context}']
67
= BMC addressing for HPE iLO
78

modules/ipi-install-bmc-addressing.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// This is included in the following assemblies:
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
4-
[id='bmc-addressing_{context}']
54

5+
:_content-type: REFERENCE
6+
[id='bmc-addressing_{context}']
67
= BMC addressing
78

89
Most vendors support Baseboard Management Controller (BMC) addressing with the Intelligent Platform Management Interface (IPMI). IPMI does not encrypt communications. It is suitable for use within a data center over a secured or dedicated management network. Check with your vendor to see if they support Redfish network boot. Redfish delivers simple and secure management for converged, hybrid IT and the Software Defined Data Center (SDDC). Redfish is human readable and machine capable, and leverages common internet and web services standards to expose information directly to the modern tool chain. If your hardware does not support Redfish network boot, use IPMI.
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
// Module included in the following assemblies:
22
//
33
// * installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
4+
45
:_content-type: PROCEDURE
56
[id="configuring-bios-for-worker-node_{context}"]
6-
= Configuring BIOS for worker node
7+
= Configuring the BIOS for worker nodes
78

8-
The following procedure configures BIOS for the worker node during the installation process.
9+
The following procedure configures the BIOS for a worker node during the installation process.
910

1011
.Procedure
11-
. Create manifests.
12+
. Create the manifests.
13+
1214
. Modify the BMH file corresponding to the worker:
1315
+
16+
[source,terminal]
1417
----
1518
$ vim clusterconfigs/openshift/99_openshift-cluster-api_hosts-3.yaml
1619
----
20+
1721
. Add the BIOS configuration to the `spec` section of the BMH file:
1822
+
23+
[source,terminal]
1924
----
2025
spec:
2126
firmware:
@@ -26,6 +31,7 @@ spec:
2631
+
2732
[NOTE]
2833
====
29-
. Red Hat supports three BIOS configurations. See the link:https://github.com/openshift/baremetal-operator/blob/master/docs/api.md#firmware[BMH documentation] for details. Only servers with bmc type `irmc` are supported. Other types of servers are currently not supported.
34+
. Red Hat supports three BIOS configurations. See the link:https://github.com/openshift/baremetal-operator/blob/master/docs/api.md#firmware[BMH documentation] for details. Only servers with BMC type `irmc` are supported. Other types of servers are currently not supported.
3035
====
31-
. Create cluster.
36+
37+
. Create the cluster.

modules/ipi-install-configuring-host-network-interfaces-in-the-install-config.yaml-file.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
44

5+
:_content-type: PROCEDURE
56
[id="configuring-host-network-interfaces-in-the-install-config-yaml-file_{context}"]
67
= (Optional) Configuring host network interfaces in the `install-config.yaml` file
78

modules/ipi-install-configuring-managed-secure-boot-in-the-install-config-file.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
44

5+
:_content-type: PROCEDURE
56
[id="configuring-managed-secure-boot-in-the-install-config-file_{context}"]
67
= (Optional) Configuring managed Secure Boot in the `install-config.yaml` file
78

modules/ipi-install-configuring-nodes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// * installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc
44

5+
:_content-type: PROCEDURE
56
[id="configuring-nodes_{context}"]
67
= Configuring nodes
78

@@ -15,7 +16,7 @@ Each node in the cluster requires the following configuration for proper install
1516
A mismatch between nodes will cause an installation failure.
1617
====
1718

18-
While the cluster nodes can contain more than two NICs, the installation process only focuses on the first two NICs. In the following table, NIC1 is a non-routable network (`provisioning`) that is only used for the installation of the {product-title} cluster.
19+
While the cluster nodes can contain more than two NICs, the installation process only focuses on the first two NICs. In the following table, NIC1 is a non-routable network (`provisioning`) that is only used for the installation of the {product-title} cluster.
1920

2021
[options="header"]
2122
|===

modules/ipi-install-configuring-raid-for-worker-node.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
// Module included in the following assemblies:
22
//
33
// * installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
4+
5+
:_content-type: PROCEDURE
46
[id="configuring-raid-for-worker-node_{context}"]
5-
= Configuring RAID for worker node
7+
= Configuring RAID for worker nodes
68

79
The following procedure configures RAID (Redundant Array of Independent Disks) for the worker node during the installation process.
810

911
[NOTE]
1012
====
11-
. Only servers with BMC (Baseboard Management Controller) type `irmc` are supported. Other types of servers are currently not supported.
12-
. If you want to configure hardware RAID for the server, make sure the server has a RAID controller.
13+
. Only nodes with BMC (Baseboard Management Controller) type `irmc` are supported. Other types of nodes are currently not supported.
14+
. If you want to configure hardware RAID for the node, make sure the node has a RAID controller.
1315
====
1416

1517
.Procedure
1618
. Create manifests.
19+
1720
. Modify the BMH (Bare Metal Host) file corresponding to the worker:
1821
+
1922
[source,terminal]
@@ -23,10 +26,10 @@ $ vim clusterconfigs/openshift/99_openshift-cluster-api_hosts-3.yaml
2326
+
2427
[NOTE]
2528
====
26-
Because servers with BMC type `irmc` do not support software RAID, the following RAID configuration uses hardware RAID as an example.
29+
Because nodes with BMC type `irmc` do not support software RAID, the following RAID configuration uses hardware RAID as an example.
2730
====
2831
+
29-
.. If you added specific RAID configuration to the spec, this causes the worker node to delete the original RAID configuration in the `preparing` phase and perform a specified configuration on the RAID. For example:
32+
.. If you added a specific RAID configuration to the `spec` section, this causes the worker node to delete the original RAID configuration in the `preparing` phase and perform a specified configuration on the RAID. For example:
3033
+
3134
[source,yaml]
3235
----
@@ -41,7 +44,7 @@ spec:
4144
----
4245
<1> `level` is a required field, and the others are optional fields.
4346
+
44-
.. If you added an empty RAID configuration to the spec, this empty configuration causes the worker node to delete the original RAID configuration during the `preparing` phase, but does not perform a new configuration. For example:
47+
.. If you added an empty RAID configuration to the `spec` section, this empty configuration causes the worker node to delete the original RAID configuration during the `preparing` phase, but does not perform a new configuration. For example:
4548
+
4649
[source,yaml]
4750
----
@@ -50,5 +53,6 @@ spec:
5053
hardwareRAIDVolumes: []
5154
----
5255
+
53-
.. If you do not add a `raid` field in the spec, the original RAID configuration is not deleted, and no new configuration will be performed.
56+
.. If you do not add a `raid` field in the `spec` section, the original RAID configuration is not deleted, and no new configuration will be performed.
57+
5458
. Create cluster.

0 commit comments

Comments
 (0)