openshift / assisted-installer-agent

Apache License 2.0
24 stars 74 forks source link

ASUS motherboard unset serial #714

Open e3b0c442 opened 1 month ago

e3b0c442 commented 1 month ago

Hello,

I'm trying to install onto a set of machines with ASUS system boards. The boards unfortunately all report "To be filled by O.E.M." for their baseboard serial numbers. The service is not set up to handle this case, so only one of the nodes will be recognized by the installer at the same time as the generated host ID is identical for all the hosts.

https://github.com/openshift/assisted-installer-agent/blob/569f4e4579caaafe3361a46472838bf8f9af7e5f/src/scanners/machine_uuid_scanner.go#L134

https://github.com/openshift/assisted-installer-agent/blob/569f4e4579caaafe3361a46472838bf8f9af7e5f/src/scanners/machine_uuid_scanner.go#L104-L106

https://github.com/openshift/assisted-installer-agent/blob/569f4e4579caaafe3361a46472838bf8f9af7e5f/src/scanners/machine_uuid_scanner.go#L21-L29

Thank you