You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task aims to have a daemon running on the target, called bmcd., which responds to a Redfish service root request. This service root request can, for now, just return a static body. Also its oke if the paths to secondary managers, systems, etc are broken. We want to have a foundation to develop further and implement the redfish implementation.
Authorization functionality is not part of this task
Acceptance Criteria
The tpi_rs repository is repurposed to facilitate the bmc daemon.
Bmcd builds as part of the buildroot build. Buildroot package declaration files are created/updated
There is an init.d service file on the target that starts the bmcd on startup
Redfish v1.16.0 json and openapi schemas are exported onto the target in an appropriate directory
calling curl -k 'https://<REDFISH-HOST>/redfish/v1/' returns a HTTP service root response
The text was updated successfully, but these errors were encountered:
This task aims to have a daemon running on the target, called bmcd., which responds to a Redfish service root request. This service root request can, for now, just return a static body. Also its oke if the paths to secondary managers, systems, etc are broken. We want to have a foundation to develop further and implement the redfish implementation.
Authorization functionality is not part of this task
Acceptance Criteria
curl -k 'https://<REDFISH-HOST>/redfish/v1/'
returns a HTTP service root responseThe text was updated successfully, but these errors were encountered: