Bug 1877436

Summary: UPI: RHCOS images, assets env vars, api vip and ingress vip
Product: OpenShift Container Platform Reporter: Roberto Ciatti <rciatti>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Zmeskal <jzmeskal>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 4.6CC: aos-bugs, jokerman, jzmeskal
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-08 09:14:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Roberto Ciatti 2020-09-09 15:48:41 UTC
Document URL: 
https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md

Section Number and Name: 

https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md#rhcos-image

https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md#assets-directory (and all the python3 scripts using ASSETS_DIR)

https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md#install-config ('NOTE' paragraph)

https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md#load-balancers ('NOTE' paragraph)

https://github.com/openshift/installer/blob/master/docs/user/ovirt/install_upi.md#dns ('NOTE' paragraph)


Describe the issue: 
- When we instruct users to download RHCOS, we should tell them they should download the image built for OpenStack as there are many different flavors.

- All the python code snippets hard-coded use ./wrk directory in them. Could we instead rather instruct user to export their working directory as an environment variable and then work with that variable inside python code?

- API VIP and Ingress VIP can be the same address, it should be explicitly mentioned.

- We should mention that even though API VIP, Ingress VIP, ovirt cluster, ovirt storage and ovirt network are asked by the installation wizard, they won't be really used

Comment 1 Jan Zmeskal 2020-09-22 11:04:34 UTC
Verified by reviewing the associated PR.