AMT (Active Management Technology) drivers extend Ironic’s range to the desktop. AMT/vPro is widely used in desktops to remotely control their power, similar to IPMI in servers.
AMT drivers use WS-MAN protocol to interact with AMT clients. They work on AMT 7.0/8.0/9.0. AMT 7.0 was released in 2010, so AMT drivers should work on most PCs with vPro.
There are two AMT drivers:
A detailed reference is available here, and a short guide follows below:
Set up AMT Client
Install openwsman on servers where ironic-conductor is running:
Enable the pxe_amt or agent_amt driver by adding it to the configuration option enabled_drivers (typically located at /etc/ironic/ironic.conf) and restart the ironic-conductor process:
service ironic-conductor restart
Enroll an AMT node
amt_address, and amt_username
Boot an instance
Note
It is recommended that nodes using the pxe_amt driver be deployed with the local boot option. This is because the AMT firmware currently has no support for setting a persistent boot device. Nodes deployed without the local boot option could fail to boot if they are restarted outside of Ironic’s control (I.E. rebooted by a local user) because the node will not attempt to PXE / network boot the kernel, using local boot solves this known issue.