2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-27 19:37:57 +00:00

Skip generic redfish check

For now, it won't do anything but waste
resources.
This commit is contained in:
Jarrod Johnson 2022-01-05 12:35:42 -05:00
parent b3c0810574
commit 6f272b9d50

View File

@ -376,6 +376,7 @@ def check_fish(urldata):
data['services'] = ['service:management-hardware.Lenovo:lenovo-xclarity-controller']
return data
except (IndexError, KeyError):
return None
url = '/redfish/v1/'
peerinfo = wc.grab_json_response('/redfish/v1/')
if url == '/redfish/v1/':