UNCLASSIFIED

Skip to content

Draft: updating redfish to be modulated

Matthew Teehee requested to merge matthew.teehee.ctr-master-patch-84465 into master

since we now have the arm servers the redfish version is different from the supermicros. having the version hardcoded in the script makes no sense nor does doing a check_version

since a simple request call to the {host_ip}/redfish/v1 will return the UUID regardless of the redfish version makes the script able to handle the two version of redfish.

having the check_version on the get_endpoints was not very clear as to the purpose but modified it not care about that def and simple passed the ip to the get_uuid def

Edited by John Ward

Merge request reports