Skip to content

Commit 76ca288

Browse files
authored
Merge pull request #37384 from emarcusRH/1962763
BZ#1962763 conditionalize machine-pool ref in parameter description for RHV only
2 parents a8fbd3f + 925aa8e commit 76ca288

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,10 @@ Optional installation configuration parameters are described in the following ta
436436

437437
|`compute`
438438
|The configuration for the machines that comprise the compute nodes.
439-
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
439+
|Array of `MachinePool` objects.
440+
ifdef::rhv[]
441+
For details, see the "Additional RHV parameters for machine pools" table.
442+
endif::rhv[]
440443

441444
ifndef::ibm-z,ibm-power[]
442445
|`compute.architecture`
@@ -479,7 +482,10 @@ accounts for the dramatically decreased machine performance.
479482

480483
|`controlPlane`
481484
|The configuration for the machines that comprise the control plane.
482-
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
485+
|Array of `MachinePool` objects.
486+
ifdef::rhv[]
487+
For details, see the "Additional RHV parameters for machine pools" table.
488+
endif::rhv[]
483489

484490
ifndef::ibm-z,ibm-power[]
485491
|`controlPlane.architecture`

0 commit comments

Comments
 (0)