Skip to content

Commit a6fd7b2

Browse files
committed
OCP458: fixing OS image file type
1 parent 4b1aae3 commit a6fd7b2

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
@@ -1691,7 +1691,7 @@ Additional Nutanix configuration parameters are described in the following table
16911691

16921692
|`platform.nutanix.clusterOSImage`
16931693
|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.
1694-
|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
1694+
|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
16951695
|====
16961696
[.small]
16971697
--

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)