Describe the bug
the BootOrder spec for Server Resource is creating a job to update the boot order for server (at least on dell) and is not actually setting the boot order requested. In the next reconcile the Server Controller fails because the job is still pending and the Redfish API Call to set the boot order will fail.
To Reproduce
create server with BootOrder Spec details
Expected behavior
set bootOrder correctly. without just scheduling the job for it.