Skip to content

Commit 458d886

Browse files
Merge pull request #35217 from dcdacosta/BZ1972578
BZ1972578 - Added warning to item 10 in yaml file
2 parents 6c47489 + d6383cd commit 458d886

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@ ifdef::ibm-z,ibm-z-kvm[IBM Z infrastructure.]
269269
ifdef::ibm-power[IBM Power Systems infrastructure.]
270270
ifdef::rhv[RHV infrastructure.]
271271
ifndef::openshift-origin[]
272+
+
273+
[WARNING]
274+
====
275+
Red Hat Virtualization does not currently support installation with user-provisioned infrastructure on the oVirt platform. Therefore, you must set the platform to `none`, allowing {product-title} to identify each node as a bare-metal node and the cluster as a bare-metal cluster. This is the same as xref:../../installing/installing_platform_agnostic/installing-platform-agnostic.adoc#installing-platform-agnostic[installing a cluster on any platform], and has the following limitations:
276+
277+
. There will be no cluster provider so you must manually add each machine and there will be no node scaling capabilities.
278+
. The oVirt CSI driver will not be installed and there will be no CSI capabilities.
279+
====
272280
<11> Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
273281
+
274282
[IMPORTANT]

modules/installation-rhv-customizing-install-config-yaml.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ del platform["ovirt"]
5959
platform["none"] = {}
6060
open(path, "w").write(yaml.dump(conf, default_flow_style=False))'
6161
----
62+
+
63+
[WARNING]
64+
====
65+
Red Hat Virtualization does not currently support installation with user-provisioned infrastructure on the oVirt platform. Therefore, you must set the platform to `none`, allowing {product-title} to identify each node as a bare-metal node and the cluster as a bare-metal cluster. This is the same as xref:../../installing/installing_platform_agnostic/installing-platform-agnostic.adoc#installing-platform-agnostic[installing a cluster on any platform], and has the following limitations:
66+
67+
. There will be no cluster provider so you must manually add each machine and there will be no node scaling capabilities.
68+
. The oVirt CSI driver will not be installed and there will be no CSI capabilities.
69+
====

0 commit comments

Comments
 (0)