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

Fixes #36023: Add missing VMWare GuestOS mappings #10092

Merged
merged 1 commit into from Mar 12, 2024

Conversation

Areyus
Copy link

@Areyus Areyus commented Mar 12, 2024

This brings Foreman's GuestOSIdentifier mapping up to date with rbvmomi2 3.7 and VSphere 8.0U2

@theforeman-bot
Copy link
Member

Can one of the admins verify this patch?

2 similar comments
@theforeman-bot
Copy link
Member

Can one of the admins verify this patch?

@theforeman-bot
Copy link
Member

Can one of the admins verify this patch?

@Areyus
Copy link
Author

Areyus commented Mar 12, 2024

I was not able to test this directly myself, since I am currently missing the required infrastructure. but I confirmed all used identifiers match with the current rbvmomi2 release and all known values from rbvmomi2 are also present in Foreman.
Judging from past PRs in the area, this should be enough.

@ekohl
Copy link
Member

ekohl commented Mar 12, 2024

ok to test

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good and I can verify we now have descriptions for everything.

We can get the missing items with rake console and print RbVmomi::VIM::VirtualMachineGuestOsIdentifier.values - Foreman::Model::Vmware.new.guest_types_descriptions.keys.

On develop:

["windows11_64Guest",
 "windows12_64Guest",
 "windows2019srv_64Guest",
 "windows2019srvNext_64Guest",
 "windows2022srvNext_64Guest",
 "freebsd13Guest",
 "freebsd13_64Guest",
 "freebsd14Guest",
 "freebsd14_64Guest",
 "oracleLinux9_64Guest",
 "sles16_64Guest",
 "debian11Guest",
 "debian11_64Guest",
 "debian12Guest",
 "debian12_64Guest",
 "asianux9_64Guest",
 "other5xLinuxGuest",
 "other6xLinuxGuest",
 "other5xLinux64Guest",
 "other6xLinux64Guest",
 "darwin19_64Guest",
 "darwin20_64Guest",
 "darwin21_64Guest",
 "darwin22_64Guest",
 "darwin23_64Guest",
 "vmkernel7Guest",
 "vmkernel8Guest",
 "amazonlinux2_64Guest",
 "amazonlinux3_64Guest",
 "crxPod1Guest",
 "rockylinux_64Guest",
 "almalinux_64Guest"]

On this branch:

[]

And all descriptions match the docs.

@ekohl
Copy link
Member

ekohl commented Mar 12, 2024

Tests are still running now, but otherwise 👍 to merging.

@ekohl ekohl merged commit 4abf925 into theforeman:develop Mar 12, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants