The iBoot power driver enables you to take advantage of power cycle management of nodes using Dataprobe iBoot devices over the DxP protocol.
There are two iboot drivers:
Add pxe_iboot_iscsi and/or pxe_iboot_agent to the list of enabled_drivers in /etc/ironic/ironic.conf. For example:
[DEFAULT]
...
enabled_drivers = pxe_iboot_iscsi,pxe_iboot_agent
Restart the Ironic conductor service:
service ironic-conductor restart
Nodes configured for the iBoot driver should have the driver property set to pxe_iboot_iscsi or pxe_iboot_agent.
The following configuration values are also required in driver_info:
In addition, there are optional properties in driver_info:
The following sequence of commands can be used to enroll a node with the iBoot driver.
Create node:
ironic node-create -d pxe_iboot_iscsi -i iboot_username=<username> -i iboot_password=<password> -i iboot_address=<address>
[1] | iBoot-G2 official documentation - http://dataprobe.com/support_iboot-g2.html |