Skip to content

Commit 24fdacb

Browse files
authored
Merge pull request #52190 from skopacz1/OCP458_install_config_example
OCPBUGS#458 - Fixing file type of OS image example
2 parents 02f5cff + a6fd7b2 commit 24fdacb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ Additional Nutanix configuration parameters are described in the following table
16971697

16981698
|`platform.nutanix.clusterOSImage`
16991699
|Optional: By default, the installation program downloads and installs the {op-system-first} image. If Prism Central does not have internet access, you can override the default behavior by hosting the {op-system} image on any HTTP server and pointing the installation program to the image.
1700-
|An HTTP or HTTPS URL, optionally with a SHA-256 checksum. For example, \http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.ova
1700+
|An HTTP or HTTPS URL, optionally with a SHA-256 checksum. For example, \http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.qcow2
17011701
|====
17021702
[.small]
17031703
--

modules/installation-nutanix-config-yaml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ platform:
7474
subnetUUIDs:
7575
- c7938dc6-7659-453e-a688-e26020c68e43
7676
ifndef::openshift-origin[]
77-
clusterOSImage: http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.ova <5>
77+
clusterOSImage: http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.qcow2 <5>
7878
endif::openshift-origin[]
7979
ifdef::openshift-origin[]
80-
clusterOSImage: http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.ova <5>
80+
clusterOSImage: http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.qcow2 <5>
8181
endif::openshift-origin[]
8282
credentialsMode: Manual
8383
publish: External

0 commit comments

Comments
 (0)