From d126615f8b5d03dfdfd96a1061a7ae401f32bbf5 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 5 May 2020 20:38:01 +0000 Subject: [PATCH] Add NoReboot param to Dell Redfish SCP import req When importing a system configuration, iDRAC creates a job and reboots the node for the changes to take effect; however, the reboot is already handled by airshipctl, and there can be conflicts when the iDRAC reboots the node at the same time as airshipctl. This change disables the reboot functionality in the airshipctl SCP request to insert the VCD-DVD media, allowing airshipctl to perform the reboot. Change-Id: Ic33b7ab0e44ff4f6e0d281db3b0455c252cc44f2 Signed-off-by: Drew Walters --- pkg/remote/redfish/vendors/dell/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/remote/redfish/vendors/dell/client.go b/pkg/remote/redfish/vendors/dell/client.go index a8c5fae62..b4672ef50 100644 --- a/pkg/remote/redfish/vendors/dell/client.go +++ b/pkg/remote/redfish/vendors/dell/client.go @@ -37,6 +37,7 @@ const ( "ShareParameters": { "Target": "ALL" }, + "ShutdownType": "NoReboot", "ImportBuffer": " Enabled