Skip to content

ODIM RA 23.08 Release

Latest
Compare
Choose a tag to compare
@amar-shalgar amar-shalgar released this 31 Aug 16:50
· 90 commits to ODIM_23.08 since this release

Below are the new enhancements in ODIM

  1. Task support for below additional APIs:
    - /Systems/{id}/Actions/ComputerSystem.Reset
    - /Systems/{id}/Bios/Settings
    - /Systems/{id}
    - /Systems/{id}/Storage/{id}/Volumes
    - /Systems/{id}/Storage/{id}/Volumes/{id}
    - /AccountService/Accounts
    - /AccountService/Accounts/{id} (for delete and update operations of BMC account)
    - /UpdateService/Actions/UpdateService.SimpleUpdate
    - /UpdateService/Actions/UpdateService.StartUpdate
    - /Managers/{id}/VirtualMedia/{id}/Actions/VirtualMedia.InsertMedia
    - /Managers/{id}/VirtualMedia/{id}/Actions/VirtualMedia.EjectMedia
    - /LicenseService/Licenses

  2. Performance improvements:
    - Streamlined the task service communications with Redis database for improved performance.
    - Event processing is improved.
    - Number of Computer System reset operations in parallel is increased.
    - Number of concurrent servers additions is increased.
    - Implemented caching of event subscriptions. Refactored code for improved event processing.
    - Improved performance in handling large number of API requests.
    - Logging enhancements in UpdateService and TelemetryService

  3. Support for additional SecureBoot APIs:
    - PATCH on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot
    - POST on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot/Actions/SecureBoot.ResetKeys
    - GET on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases
    - GET on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{db}
    - GET on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/db/Certificates
    - GET on /redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/db/Certificates/{certificateID}

  4. A new property in ODIM configurations - logsOnConsole:
    - This is a new feature to print the logs on console or append them to a file. When you set the value to false , the ODIM logs are redirected to a log file. Setting the value to true displays the logs on console. Default value is false .

  5. Support for Ubuntu 22.04.2 LTS version.

  6. The current release of ODIM supports Redis version 7.0.11

  7. The current release of ODIM supports Kafka version 3.4.0.