opiproject / ansible-opi-dpu

Ansible Modules for DPUs
Apache License 2.0
6 stars 8 forks source link

bmc reset - timeout sending command #81

Closed glimchb closed 4 months ago

glimchb commented 4 months ago
10.55.44.55 | FAILED! => {
    "changed": false,
    "invocation": {
        "module_args": {
            "account_properties": {},
            "account_types": null,
            "auth_token": null,
            "baseuri": "10.55.44.55",
            "bios_attributes": null,
            "boot_next": null,
            "boot_override_mode": null,
            "bootdevice": null,
            "category": "Manager",
            "command": [
                "GracefulRestart"
            ],
            "id": null,
            "new_password": null,
            "new_username": null,
            "oem_account_types": null,
            "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "reset_to_defaults_mode": null,
            "resource_id": null,
            "roleid": null,
            "session_uri": null,
            "strip_etag_quotes": false,
            "timeout": null,
            "uefi_target": null,
            "update_apply_time": null,
            "update_creds": null,
            "update_handle": null,
            "update_image_file": null,
            "update_image_uri": null,
            "update_oem_params": null,
            "update_protocol": null,
            "update_targets": [],
            "update_username": null,
            "username": "root",
            "virtual_media": null
        }
    },
    "msg": "Failed GET request to 'https://10.55.44.55/redfish/v1/Managers/Bluefield_BMC': 'The read operation timed out'"
}