-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Cannot add correctly redfish-endpoint with OpenCHAMI
I am able to add a redfish endpoint correctly with cURL but not with Manta.
β cURL
Adding a redfish-endpoint by cURL
curl -X POST -d '{"RedfishEndpoints":[{
"ID":"x1000c0s0b5",
"FQDN":"x1000c0s0b5",
"RediscoverOnUpdate":true,
"User":"root",
"Password":"root_password"
}]}' http://localhost:27779/hsm/v2/Inventory/RedfishEndpointsSMD microservice output log from openchami
{
"RedfishEndpoints": [
{
"ID": "x1000c0s0b5",
"FQDN": "x1000c0s0b5",
"RediscoverOnUpdate": true,
"User": "root",
"Password": "root_password"
}
]
}
π§ Manta
manta add redfish-endpoint \
--id x1000c0s0b5 \
--fqdn "x1000c0s0b5" \
--rediscover-on-update \
--user root \
--password root_passwordSMD microservice output log from openchami
{
"ID": "x1000c0s0b5",
"FQDN": "x1000c0s0b5",
"Enabled": false,
"User": "root",
"Password": "root_password",
"UseSSDP": false,
"MacRequired": false,
"RediscoverOnUpdate": true
}
Conclusion
IMO, Manta have to update his payload to looks like the cURL payload.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels