Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions installing/installing_rhv/installing-rhv-customizations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ include::modules/common-attributes.adoc[]

toc::[]

[WARNING]
====
Due to a known issue with installing {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1, you must customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"]. This defect is fixed in {rh-virtualization} 4.4.2.
====

You can customize and install an {product-title} cluster on {rh-virtualization-first}, similar to the one shown in the following diagram.

image::92_OpenShift_Cluster_Install_RHV_0520.png[Diagram of an {product-title} cluster on a {rh-virtualization} cluster]
Expand Down
9 changes: 9 additions & 0 deletions installing/installing_rhv/installing-rhv-default.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ include::modules/common-attributes.adoc[]

toc::[]

[WARNING]
====
Due to a known issue, this default installation procedure does not work with {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1. This defect is fixed in {rh-virtualization} 4.4.2.

Instead, follow the steps in link:https://docs.openshift.com/container-platform/4.5/installing/installing_rhv/installing-rhv-customizations.html[Installing a cluster on RHV with customizations].

During that procedure, customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"].
====

You can quickly install a default, non-customized, {product-title} cluster on a {rh-virtualization-first} cluster, similar to the one shown in the following diagram.

image::92_OpenShift_Cluster_Install_RHV_0520.png[Diagram of an {product-title} cluster on a {rh-virtualization} cluster]
Expand Down
8 changes: 4 additions & 4 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ For production {product-title} clusters on which you want to perform installatio
====
a|One or more keys. For example:
```
sshKey: |
<key1>
<key2>
<key3>
sshKey:
key1...
key2...
key3...
```
|====

Expand Down
5 changes: 5 additions & 0 deletions modules/installation-initializing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ ifdef::osp[]
endif::osp[]
ifdef::rhv[]
{rh-virtualization-first}.

[WARNING]
====
Due to a known issue with installing {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1, you must customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"]. This defect is fixed in {rh-virtualization} 4.4.2.
====
endif::rhv[]
ifdef::vsphere[]
VMware vSphere.
Expand Down