Hi,
We have the following redfish APIs exposed in BMC.
curl -b cjar -k https://${bmc}/redfish/v1
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_1_1.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/AccountService"
},
"Chassis": {
"@odata.id": "/redfish/v1/Chassis"
},
"Id": "RootService",
"JsonSchemas": {
"@odata.id": "/redfish/v1/JsonSchemas"
},
"Links": {
"Sessions": {
"@odata.id": "/redfish/v1/SessionService/Sessions"
}
},
"Managers": {
"@odata.id": "/redfish/v1/Managers"
},
"Name": "Root Service",
"RedfishVersion": "1.6.1",
"Registries": {
"@odata.id": "/redfish/v1/Registries"
},
"SessionService": {
"@odata.id": "/redfish/v1/SessionService"
},
"Systems": {
"@odata.id": "/redfish/v1/Systems"
},
"UUID": "93328078-563b-494c-9bf4-f714c52a5039",
"UpdateService": {
"@odata.id": "/redfish/v1/UpdateService"
}
We are trying to get this BMC detected in Pod-Manager
using configuration in
instance-1:/etc/pod-manager$ cat /tmp/services.list
https://192.168.122.89:443/redfish/v1/ psme
instance-1:/etc/pod-manager$
However when we try to get Manager info using Pod-Manager API, we are getting the below error:
2019-04-04 10:30:59,808 [EE-ManagedScheduledExecutorService-default-Thread-2] ERROR c.i.p.s.d.d.ServiceEndpointsProcessor - Valid service could not be detected at {URI=https://192.168.122.89:443/redfish/v1, type=PSME, updateDate=null}, retry no 1.
Can you please help resolve this?
Many Thanks,
Deepti