You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also another difference with the same vm discovered on a VMWare provider, guest_ois is discovered as ol_8x64, in VMware it's discovered as oraclelinux
Ovirt
VMWare
It's on petrosian-1.20230912222549_a07cb46
There are several impacts: major is that standard provisioning workflow fails as it's trying to execute a pre_unknown step...
There are no others OS type on this platform to tell you if it's only Oracle Linux that is not properly discovered...
The text was updated successfully, but these errors were encountered:
hi guys, don't know if it's really a bug
Based on infra_manager:rb that retrieves #OvirtSDK4::Template object, information seems to be correctly retrieved from OLVM.
There are no more information regarding VM type.
vm.os.type is ol_8x64 and vm.os.version is blank
We have to post process this in a workflow to determine platform.
VM platform and guest_os is not discovered properly.
Think it's here
All Oracle Linux VM on my OLVM Platform (discovered with RedHat virtualization provider) shows an unknown platform in ManageIQ
irb(main):002:0> vm_name = "my-ol8_template"
irb(main):003:0> vm = $evm.vmdb(:vm_or_template).find_by(name: vm_name)
irb(main):004:0> puts vm.platform
unknown
Also another difference with the same vm discovered on a VMWare provider, guest_ois is discovered as ol_8x64, in VMware it's discovered as oraclelinux
Ovirt
VMWare
It's on petrosian-1.20230912222549_a07cb46
There are several impacts: major is that standard provisioning workflow fails as it's trying to execute a pre_unknown step...
There are no others OS type on this platform to tell you if it's only Oracle Linux that is not properly discovered...
The text was updated successfully, but these errors were encountered: