bluikko

Results 115 comments of bluikko

Since in iDRAC a "PXE" boot can be requested the same way in both BIOS/UEFI modes, for example in iDRAC console `Next Boot` -> `PXE`, I tested to use the...

> Are you able to add `boot_override_mode: UEFI` to your request? As listed in OP, adding `boot_override_mode` made no difference. > If the boot override mode is currently configured as...

> > > Are you able to add `boot_override_mode: UEFI` to your request? > > > > > > As listed in OP, adding `boot_override_mode` made no difference. > >...

> There are `GET` operations performed to find the appropriate system, but only a single `PATCH` request is made to set the one-time boot target. I just thought that maybe...

> This should be the equivalent curl command if you want to experiment on your system: > > ``` > curl -k -u -H "Content-Type: application/json" -X PATCH 'https:///redfish/v1/Systems/System.Embedded.1' -d...

> While `MAC(010203040506)` might be valid per the UEFI spec, the given system might not enumerate all device paths in that manner. Some UEFI implementations might support that, but others...

> One thing I noticed is the `BootSourceOverrideEnabled` is not specified in the request. Removing that property from the curl request I built allows the PATCH to go through. Yes,...

Is there any hope to make the module work on such Dells? It may be impossible since the module would not know that the target is a Dell server that...

The `compose` feature used to work perfectly long, long time ago. As it stands today it is quite useless. Sadly. Now only a few fields from NetBox work - for...

> For anyone interested, you can achieve the functionality by running the constructed plugin afterwards instead of using the compose functionality from this module. How so? The description of `compose`:...