Skip to content

Conversation

@sudhir-intc
Copy link

@sudhir-intc sudhir-intc commented Feb 10, 2026

This commit integrates the complete Redfish API implementation from: https://github.com/nmgaston/console

Key features:

  • Redfish API v1 implementation with OpenAPI specification
  • ComputerSystem resource management with system discovery
  • Session management and authentication (Basic Auth and X-Auth-Token)
  • Power state management (On, Off, Reset, ForceOff, etc.)
  • BIOS version, processor summary, and memory summary support
  • Metadata and OData service endpoints
  • Message registry support
  • Complete test coverage with Postman collections and integration tests

Testing:

  • Unit tests for all handlers and use cases
  • Integration tests using Newman/Postman
  • Automated CI/CD pipeline for Redfish API validation

Note: OpenAPI tooling and DMTF schema files have been removed to keep only the merged redfish-openapi.yaml specification.

This is a pre-release candidate of the Redfish feature.

Fixes: #791
Addresses : #782

@sudhir-intc sudhir-intc force-pushed the redfish-fork-to-main branch 4 times, most recently from 38f7b51 to 28f0f2d Compare February 10, 2026 08:56
@sudhir-intc sudhir-intc force-pushed the redfish-fork-to-main branch 3 times, most recently from 44ddaca to 5dbdf98 Compare February 11, 2026 04:50
This commit integrates the complete Redfish API implementation from:
https://github.com/nmgaston/console

Key features:
- Redfish API v1 implementation with OpenAPI specification
- ComputerSystem resource management with system discovery
- Session management and authentication (Basic Auth and X-Auth-Token)
- Power state management (On, Off, Reset, ForceOff, etc.)
- Boot override configuration support (Once, Continuous, Disabled)
- BIOS version, processor summary, and memory summary support
- Metadata and OData service endpoints
- Message registry support (Base.1.22.0)
- Complete test coverage with Postman collections and integration tests
- CI/CD workflows for automated testing

Testing:
- Unit tests for all handlers and use cases
- Integration tests using Newman/Postman
- Automated CI/CD pipeline for Redfish API validation

This is a pre-release candidate of the Redfish feature.
@sudhir-intc sudhir-intc marked this pull request as ready for review February 11, 2026 04:59
Copy link
Contributor

@DevipriyaS17 DevipriyaS17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graikhel-intel graikhel-intel merged commit 9831355 into device-management-toolkit:redfish Feb 11, 2026
14 checks passed
@sudhir-intc sudhir-intc deleted the redfish-fork-to-main branch February 12, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants