Skip to content

bios-idrac-use-endpoint-exec

The tasks that an bios baseline process should use.

A boolean flag that defaults to false to allow for the system to use endpoint exec instead of containers. The idrac-post-bios-reset.sh and idrac-post-clear-logs.sh files must be accessible to the server and configured as endpoint actions named the same.

If set to true, you will need to configure the following pieces in the endpoint-exec/actions parameter on the endpoint-exec plugin.

{
  "idrac-post-bios-clear-logs.sh": {
    "Path": "<path to tftpboot on drp system>/files/plugin_providers/bios/idrac-post-bios-clear-logs.sh"
  },
  "idrac-post-bios-reset.sh": {
    "Path": "<path to tftpboot on drp system>/files/plugin_providers/bios/idrac-post-bios-reset.sh"
  }
}

NOTE: Update the path to the tftpboot directory.