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:
Drew Walters 2020-05-05 20:38:01 +00:00
parent a760f62052
commit d126615f8b

View File

@ -37,6 +37,7 @@ const (
"ShareParameters": {
"Target": "ALL"
},
"ShutdownType": "NoReboot",
"ImportBuffer": "<SystemConfiguration>
<Component FQDD=\"iDRAC.Embedded.1\">
<Attribute Name=\"ServerBoot.1#BootOnce\">Enabled</Attribute>