From 37bba4e2fc5944fe06f5ed2af3beaef5fa54dd1b Mon Sep 17 00:00:00 2001 From: Stanislav Egorov Date: Thu, 28 May 2020 15:24:31 -0700 Subject: [PATCH] Locked version of sushy-tools 0.9.1 is not working with current implementation of airshipctl Error below: Setting boot device to 'CD'. BMC responded '500 INTERNAL SERVER ERROR'. Attempting to unmarshal the raw BMC error response. Unable to decode BMC response. "Unable to decode Redfish response. Key 'error.@Message.ExtendedInfo.Message' is missing or has unknown format." redfish client encountered an error: BMC responded '500 INTERNAL SERVER ERROR'. 0.9.0 works fine Change-Id: I34907cc42bbe78624e2741a581bc95c2e2f68bea --- roles/apache-wsgi-sushy-emulator/tasks/backend.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml b/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml index 7df5c293d..a52810b59 100644 --- a/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml +++ b/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml @@ -33,6 +33,7 @@ - name: Install sushy-tools pip: name: sushy-tools + version: 0.9.0 executable: pip3 - name: Create a used wsgi will run with