-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration of Device Manager with ODIM's services #52
Conversation
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
…oints. Signed-off-by: Maciej Mis <[email protected]>
Implement logger for requests. Signed-off-by: Maciej Mis <[email protected]>
Implemented generic GET resource handler. Implemented Validate endpoint. Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
- Inlined timeNow variable, - Removed comments. Signed-off-by: Maciej Mis <[email protected]>
- New lines after curly brackets, - New variable for error messages, - Renamed uriTranslator to uriConverter. Signed-off-by: Maciej Mis <[email protected]>
- Request logger expanded, - Reset action implemented for ComputerSystem Signed-off-by: Maciej Mis <[email protected]>
Integration with ODIM's services part #1
…WMgmt-DeviceMgr-DeviceManager into integration-new-config-file
Integration with ODIM's services part #2
…WMgmt-DeviceMgr-DeviceManager into integration-https-server � Conflicts: � src/config/config.go � src/config/config.yml Signed-off-by: Maciej Mis <[email protected]>
Integration with ODIM's services part #3
…WMgmt-DeviceMgr-DeviceManager into integration-managers-collection � Conflicts: � src/main.go � src/rest/getStatusHandler.go
Integration with ODIM's services part #4
…WMgmt-DeviceMgr-DeviceManager into integration-generic-resource
Upgraded Go version to 1.17 Signed-off-by: Maciej Mis <[email protected]>
Integration with ODIM's services part #5
Signed-off-by: Maciej Mis <[email protected]>
Integration with ODIM's services part #6
…WMgmt-DeviceMgr-DeviceManager into integration-system-reset
Signed-off-by: Maciej Mis <[email protected]>
- Fixed NoContent not being accepted for Reset action, - Request validation for ResetSystem action. Signed-off-by: Maciej Mis <[email protected]>
Integration with ODIM's services part #7
…WMgmt-DeviceMgr-DeviceManager into integration-configs � Conflicts: � src/config/config.yml
Integration with ODIM's services part #8
Signed-off-by: Emilia Haligowska <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Signed-off-by: Maciej Mis <[email protected]>
Docker implementation for Device Manager
```shell | ||
$ make all | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add paragraph - "Once that make is complete, the Redfish interface will be available at 127.0.0.1:45000. The port number is specified by the odimra_config.json file, property APIGatewayConf.Port. The Redfish interface is used to create a connection to Device Manager."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
Signed-off-by: Emilia Haligowska <[email protected]>
…quoting Fix for potentially unsafe quoting.
Signed-off-by: Maciej Mis <[email protected]>
Updated README for Docker integration
This pull request was accepted on OpenRMC-DM meeting (25th April) |
This pull request contains code related to integration between Device Manager and ODIM services moved into this project.
Most of the Device Manager code was rewritten. It connects with services via ODIM plugin interface using https.
Please note that most of the
files changed
comes from removing/vendor
folder of Device Manager.All code inside this PR was already reviewed on
integration
branch and the reviews can be found here but be welcomed to test and give us feedback!Fixes:
#2
#19
#24
#29