Description of problem: Some validations for OpenShift on RHV nodes don't seem to be working as expected. Namely they are: - memory of VM - VM type For more info, see here: https://bugzilla.redhat.com/show_bug.cgi?id=1820300#c9 Version-Release number of the following components: openshift-install-linux-4.5.0-0.nightly-2020-05-18-043243 How reproducible: 100 % Steps to Reproduce: 1. openshift install create install-config 2. Set value of VM's memory to 0 3. Set VM type to an arbitrary string that's neither "desktop", "server" or "high_performance" Actual results: Installer accepts both of these customization Expected results: Installer should fail early with a helpful error message
Please attach your install-config.yaml
could it be that you are not using 'vmType: xxxx' but other key name, like 'type: xxxx' ?
Roy, I re-tested and you are right - I indeed had a typo in vmType attribute. So yes, vmType validation works as expected. Therefore basically this whole BZ comes down to fixing the memoryMB validation.
due to capacity constraints we will be revisiting this bug in the upcoming sprint
We are working on higher priority feature development and bug fixes. Hence moving this to next sprint.
We will not port this change into 4.5 release