Skip to content
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

redfish_utils: Let @Redfish.OperationApplyTime be optional #8824

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 3, 2024

  1. redfish_utils: Let @Redfish.OperationApplyTime be optional

    As the doc states, this is not a required option. AMI BMC will complain
    since it's not supported. So don't add this option unless it's explicitly
    specified by update_apply_time.
    
    Signed-off-by: Chih-Wei Huang <[email protected]>
    android-x86 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    62b0336 View commit details
    Browse the repository at this point in the history
  2. Redfish: Add support for OemParameters (ansible-collections#8825)

    AMI BMC requires a separate OemParameters json to set the image type
    when doing MultipartHTTPPushUpdate.
    
    The patch adds a new option update_image_type to support it.
    Test OK with AMI BMC 13.3.
    
    Signed-off-by: Chih-Wei Huang <[email protected]>
    android-x86 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e3ac64c View commit details
    Browse the repository at this point in the history