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 <andrew.walters@att.com>
This commit is contained in:
parent
a760f62052
commit
d126615f8b
1
pkg/remote/redfish/vendors/dell/client.go
vendored
1
pkg/remote/redfish/vendors/dell/client.go
vendored
@ -37,6 +37,7 @@ const (
|
||||
"ShareParameters": {
|
||||
"Target": "ALL"
|
||||
},
|
||||
"ShutdownType": "NoReboot",
|
||||
"ImportBuffer": "<SystemConfiguration>
|
||||
<Component FQDD=\"iDRAC.Embedded.1\">
|
||||
<Attribute Name=\"ServerBoot.1#BootOnce\">Enabled</Attribute>
|
||||
|
Loading…
Reference in New Issue
Block a user