Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM Platform not discovered for Oracle Linux OS #683

Open
szajac01 opened this issue Nov 25, 2024 · 2 comments
Open

VM Platform not discovered for Oracle Linux OS #683

szajac01 opened this issue Nov 25, 2024 · 2 comments
Assignees
Labels

Comments

@szajac01
Copy link

szajac01 commented Nov 25, 2024

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
image
VMWare
image

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...

@szajac01 szajac01 added the bug label Nov 25, 2024
@szajac01
Copy link
Author

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.

Not sure it's a bug so...

@Fryguy
Copy link
Member

Fryguy commented Nov 27, 2024

If we have ol_8x64 coming back, then we can post process that to show the correct OS. @nasark can you take a look at this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants