<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vinay50muddu</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vinay50muddu"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/Vinay50muddu"/>
		<updated>2026-07-13T11:12:55Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169587</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169587"/>
				<updated>2019-04-23T13:25:27Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers supported until Pike release, apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
     '''Note''': If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node, the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.8.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.8.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169586</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169586"/>
				<updated>2019-04-23T12:39:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Enabling HTTPS in Swift */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
     '''Note''': If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node, the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for ilo hardware type===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer [https://help.ubuntu.com/lts/serverguide/httpd.html here].&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, the '''ilo-virtual-media''' boot interface uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, it uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''ilo-virtual-media''' boot interface' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
'''ilo''' hardware type uses Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169585</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169585"/>
				<updated>2019-04-23T12:34:34Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Web server configuration on conductor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
     '''Note''': If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node, the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for ilo hardware type===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer [https://help.ubuntu.com/lts/serverguide/httpd.html here].&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, the '''ilo-virtual-media''' boot interface uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, it uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''ilo-virtual-media''' boot interface' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169584</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169584"/>
				<updated>2019-04-23T12:25:19Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
     '''Note''': If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node, the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for ilo hardware type===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169583</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169583"/>
				<updated>2019-04-23T12:20:24Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
     '''Note''': If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node, the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169582</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169582"/>
				<updated>2019-04-23T11:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in '''driver_info''':&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s '''driver_info''' if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s driver_info if '''ilo-pxe''' boot interface is used:&lt;br /&gt;
** '''deploy_kernel''': The glance UUID or a HTTP(S) URL of the deployment kernel.&lt;br /&gt;
** '''deploy_ramdisk''': The glance UUID or a HTTP(S) URL of the deployment ramdisk.&lt;br /&gt;
** '''rescue_kernel''': The glance UUID or a HTTP(S) URL of the rescue kernel. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
** '''rescue_ramdisk''': The glance UUID or a HTTP(S) URL of the rescue ramdisk. This is optional property and is used when '''rescue''' interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are mandatory in '''driver_info''' if '''ilo-inspect''' inspect inteface is used and SNMPv3 inspection (SNMPv3 Authentication in HPE iLO4 User Guide) is desired:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_user''' : The SNMPv3 user.&lt;br /&gt;
** '''snmp_auth_prot_password''' : The auth protocol pass phrase.&lt;br /&gt;
** '''snmp_auth_priv_password''' : The privacy protocol pass phrase.&lt;br /&gt;
&lt;br /&gt;
* The following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
&lt;br /&gt;
** '''snmp_auth_protocol''' : The Auth Protocol. The valid values are '''MD5''' and '''SHA'''. The iLO default value is '''MD5'''.&lt;br /&gt;
** '''snmp_auth_priv_protocol''' : The Privacy protocol. The valid values are '''AES''' and '''DES'''. The iLO default value is '''DES'''.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169581</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169581"/>
				<updated>2019-04-23T11:48:10Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in `driver_info`:&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
* The following properties are also required in node object’s `driver_info` if '''ilo-virtual-media''' boot interface is used:&lt;br /&gt;
** '''ilo_deploy_iso''': The glance UUID of the deploy ramdisk ISO image.&lt;br /&gt;
** '''instance info/ilo_boot_iso''' property to be either boot iso Glance UUID or a HTTP(S) URL. This is optional property and is used when boot_option is set to '''netboot'''.&lt;br /&gt;
** '''ilo_rescue_iso''': The glance UUID of the rescue ISO image. This is optional property and is used when rescue interface is set to agent.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169580</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169580"/>
				<updated>2019-04-23T11:45:23Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in &amp;quot;driver_info&amp;quot;&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when '''ilo-console''' interface is used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169579</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169579"/>
				<updated>2019-04-23T11:38:17Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in &amp;quot;driver_info&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
 ** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
 ** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
 ** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
 ** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
 ** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
 ** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when ilo-console interface is used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169578</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169578"/>
				<updated>2019-04-23T11:37:40Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in &amp;quot;driver_info&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when ilo-console interface is used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169577</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169577"/>
				<updated>2019-04-23T11:37:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Node configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in &amp;quot;driver_info&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
** '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
** '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
** '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
** '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
** '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
** '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
** '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when ilo-console interface is used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169576</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169576"/>
				<updated>2019-04-23T11:35:09Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Node configuration ===&lt;br /&gt;
&lt;br /&gt;
* Each node is configured for '''ilo''' hardware type by setting the following ironic node object’s properties in &amp;quot;driver_info&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
  '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
  '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
  '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
  '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
  '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
  '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
  '''console_port''': (optional) Node’s UDP port for console access. Any unused port on the ironic conductor node may be used. This is required only when ilo-console interface is used.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.6.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.6.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169575</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169575"/>
				<updated>2019-04-23T11:15:42Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169574</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169574"/>
				<updated>2019-04-23T11:15:37Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers supported until Pike release, apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers supported until '''Pike''' release, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169514</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169514"/>
				<updated>2019-04-17T13:27:52Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169513</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169513"/>
				<updated>2019-04-17T13:27:47Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type supports ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169512</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169512"/>
				<updated>2019-04-17T13:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169511</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169511"/>
				<updated>2019-04-17T13:24:20Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169509</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169509"/>
				<updated>2019-04-17T07:42:15Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Hardware type === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and '''redfish''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
For information on how to enable the ilo hardware type, see [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_hardware_types Enabling hardware types].&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' supports following HPE server features:&lt;br /&gt;
&lt;br /&gt;
* Boot mode support&lt;br /&gt;
* UEFI Secure Boot Support&lt;br /&gt;
* Node Cleaning Support&lt;br /&gt;
* Hardware Inspection Support&lt;br /&gt;
* Swiftless deploy for intermediate images&lt;br /&gt;
* HTTP(S) Based Deploy Support&lt;br /&gt;
* Support for iLO driver with Standalone Ironic&lt;br /&gt;
* RAID Support&lt;br /&gt;
* Disk Erase Support&lt;br /&gt;
* Initiating firmware update as manual clean step&lt;br /&gt;
* Smart Update Manager (SUM) based firmware update&lt;br /&gt;
* Activating iLO Advanced license as manual clean step&lt;br /&gt;
* Firmware based UEFI iSCSI boot from volume support&lt;br /&gt;
* Certificate based validation in iLO&lt;br /&gt;
* Rescue mode support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169508</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169508"/>
				<updated>2019-04-17T07:27:17Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is primarily supported by the '''ilo''' hardware type.  This hardware can be used with reference hardware type '''ipmi''' (see [https://docs.openstack.org/ironic/rocky/admin/drivers/ipmitool.html IPMI driver]) and redfish (see [https://docs.openstack.org/ironic/rocky/admin/drivers/redfish.html Redfish driver]). &lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169483</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169483"/>
				<updated>2019-04-16T11:41:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169482</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169482"/>
				<updated>2019-04-16T11:39:50Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO driver (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO driver enables to take advantage of features of iLO management engine in HPE ProLiant servers. The ilo hardware type is targeted for HPE ProLiant Gen8 and Gen9 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO hardware type start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169252</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169252"/>
				<updated>2019-04-08T11:29:19Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169251</id>
		<title>Ironic/Drivers/iLODrivers/stein</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/stein&amp;diff=169251"/>
				<updated>2019-04-08T11:28:05Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: Created page with &amp;quot;== iLO drivers (Stein branch) ==  === Overview ===   iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targete...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (Stein branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers&amp;diff=169250</id>
		<title>Ironic/Drivers/iLODrivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers&amp;diff=169250"/>
				<updated>2019-04-08T11:23:30Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== iLO drivers ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Gen10 wiki] section.&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment.  '''iscsi_ilo''' driver deploys from Ironic conductor node and can do both net-boot and local-boot. '''agent_ilo''' driver deploys from bare metal node and always does local-boot (till '''Liberty''' release). From '''Mitaka''' onwards, '''agent_ilo''' supports net-boot and local-boot both.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver), but support automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
=== Releases === &lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master Master]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/stein Stein]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/rocky Rocky]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/queens Queens]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/pike Pike]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/ocata Ocata]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/newton Newton]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka Mitaka]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/liberty Liberty]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo Kilo]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Juno Juno]&lt;br /&gt;
&lt;br /&gt;
=== Third party CI === &lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openstack.org/wiki/ThirdPartySystems/HPE_Proliant_iLO_drivers_CI Third party CI]&lt;br /&gt;
&lt;br /&gt;
===Contact Us===&lt;br /&gt;
Please submit questions, inputs and feedback '''[mailto:ilo_drivers@groups.ext.hpe.com?Subject=Regarding%20Ironic%20iLO%20drivers here]'''. It would help us to improve the product.&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169249</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169249"/>
				<updated>2019-04-08T11:21:06Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===Out of Band RAID Support===&lt;br /&gt;
&lt;br /&gt;
With Gen10 HPE Proliant servers and later the '''ilo5''' hardware type supports firmware based RAID configuration as a clean step. This feature requires the node to be &lt;br /&gt;
configured to '''ilo5''' hardware type and its raid interface to be '''ilo5'''. See [https://docs.openstack.org/ironic/stein/admin/raid.html#raid RAID Configuration] for more information.&lt;br /&gt;
&lt;br /&gt;
After a successful RAID configuration, the Bare Metal service will update the node with the following information:&lt;br /&gt;
&lt;br /&gt;
*  Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
*  Node '''properties/root_device''' is filled with wwn details of root volume. It is used by iLO driver as root device hint during provisioning.&lt;br /&gt;
&lt;br /&gt;
Later the value of raid level of root volume can be added in '''baremetal-with-RAID10''' (RAID10 for raid level 10) resource class. And consequently flavor needs to be&lt;br /&gt;
updated to request the resource class to create the server using selected node:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node set test_node --resource-class baremetal-with-RAID10&lt;br /&gt;
  openstack flavor set --property resources:CUSTOM_BAREMETAL_WITH_RAID10=1 test-flavor&lt;br /&gt;
  openstack server create --flavor test-flavor --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Supported raid levels for '''ilo5''' hardware type are: 0, 1, 5, 6, 10, 50, 60&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169247</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169247"/>
				<updated>2019-04-08T10:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Soft power operation support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft&lt;br /&gt;
    power operations.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169246</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169246"/>
				<updated>2019-04-08T10:31:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Soft power operation support===&lt;br /&gt;
&lt;br /&gt;
The power interface '''ilo''' supports soft power off and soft reboot operations on a bare metal. Following commands can be used to perform soft power operations on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node reboot --soft [--power-timeout &amp;lt;power-timeout&amp;gt;] &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The configuration '''[conductor]soft_power_off_timeout''' is used as a default timeout value when no timeout is provided while invoking hard or soft power operations..&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Server POST state is used to track the power status of HPE ProLiant Gen9 servers and beyond.&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169245</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169245"/>
				<updated>2019-04-08T10:27:43Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===Inject NMI support===&lt;br /&gt;
&lt;br /&gt;
The management interface '''ilo''' supports injection of non-maskable interrupt (NMI) to to a bare metal. Following command can be used to inject NMI on a server:&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node inject nmi &amp;lt;node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following command can be used to inject NMI via Compute service:&lt;br /&gt;
&lt;br /&gt;
  openstack server dump create &amp;lt;server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169244</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169244"/>
				<updated>2019-04-08T10:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Rescue mode support===&lt;br /&gt;
&lt;br /&gt;
The hardware type ilo supports rescue functionality. Rescue operation can be used to boot nodes into a rescue ramdisk so that the rescue user can access the node.&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/stein/admin/rescue.html Rescue Mode] for more details.&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169243</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169243"/>
				<updated>2019-04-08T10:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.38 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo5''' hardware type:&lt;br /&gt;
    openstack baremetal node create \&lt;br /&gt;
            --driver ilo5 \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface ilo5 \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt; \&lt;br /&gt;
            --driver-info ilo_rescue_iso=&amp;lt;glance-uuid-of-rescue-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169241</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169241"/>
				<updated>2019-04-08T09:57:43Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===IPv6 support===&lt;br /&gt;
&lt;br /&gt;
With the IPv6 support in proliantutils&amp;gt;=2.8.0, nodes can be enrolled into the baremetal service using iLO IPv6 addresses.&lt;br /&gt;
&lt;br /&gt;
  openstack baremetal node create --driver ilo  --deploy-interface direct --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \&lt;br /&gt;
      --driver-info ilo_username=test-user --driver-info ilo_password=test-password --driver-info ilo_deploy_iso=test-iso --driver-info ilo_rescue_iso=test-iso&lt;br /&gt;
&lt;br /&gt;
    '''Note''': No configuration changes (in e.g. ironic.conf) are required in order to support IPv6.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169239</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169239"/>
				<updated>2019-04-08T09:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* BIOS configuration support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' and '''ilo5''' hardware types support '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Prior to the Stein release the user is required to reboot the node manually in order for the settings to take into effect. Starting with the Stein&lt;br /&gt;
    release, iLO drivers reboot the node after running the clean steps related to BIOS configuration. The BIOS settings are cached and the clean step &lt;br /&gt;
    is marked as success only if all the requested settings are applied without any failure. If application of any of the settings fails, the clean step is&lt;br /&gt;
    marked as failed and the settings are not cached.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169238</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169238"/>
				<updated>2019-04-08T09:14:06Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface:&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169237</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169237"/>
				<updated>2019-04-08T09:11:11Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [https://support.hpe.com/hpsc/doc/public/display?docId=c04398276 HP UEFI System Utilities User Guide].  One can also refer to white paper on [https://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/whitepaper/pdfs/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169236</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169236"/>
				<updated>2019-04-08T09:02:23Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports all the standard '''deploy''', '''network''', '''rescue''', '''raid''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard interfaces, '''ilo''' hardware type supports following ilo interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The '''ilo5''' hardware type supports all the standard and ilo interfaces supported by '''ilo''' hardware type as mentioned above except '''raid''' standard interface.  The following is the details of raid interface&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169234</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169234"/>
				<updated>2019-04-08T07:05:29Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The ilo5 hardware type supports all the ilo interfaces described above, except for raid interface. The following is the details of raid interface&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The ilo hardware type supports all standard '''deploy''', '''network''', '''rescue''', '''storage''' and '''raid''' interfaces.&lt;br /&gt;
The ilo5 hardware type supports all standard '''deploy''', '''network''', '''rescue''' and '''storage''' interfaces.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169233</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169233"/>
				<updated>2019-04-08T06:41:37Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The ilo5 hardware type supports all the ilo interfaces described above, except for raid interface. The following is the details of raid interface&lt;br /&gt;
&lt;br /&gt;
* '''raid''' -  '''ilo5''' and '''no-raid'''. It can be enabled via the '''enabled_raid_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo5&lt;br /&gt;
    enabled_raid_interfaces = ilo5, no-raid&lt;br /&gt;
   &lt;br /&gt;
     '''Note''': '''ilo5''' is the default '''raid''' interface for '''ilo5''' hardware type.&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169186</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169186"/>
				<updated>2019-04-05T11:15:31Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Hardware Interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''console''' - '''ilo''' and '''no-console'''. The default is '''ilo'''. They can be enabled via the  '''enabled_console_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo,no-console&lt;br /&gt;
&lt;br /&gt;
     '''Note''': To use '''ilo''' console interface you need to enable iLO feature 'IPMI/DCMI over LAN Access' on iLO4 and iLO5 management engine.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169185</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169185"/>
				<updated>2019-04-05T10:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169184</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169184"/>
				<updated>2019-04-05T10:51:03Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
Apart from the above features, '''ilo5''' also supports following features:&lt;br /&gt;
&lt;br /&gt;
* Out of Band RAID Support&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169183</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=169183"/>
				<updated>2019-04-05T10:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
    '''Note''': From '''Rocky''' release iLO drivers also support '''ilo5''' hardware type for ProLiant Gen10 and later systems only.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169113</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169113"/>
				<updated>2019-04-01T09:46:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (rocky branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169112</id>
		<title>Ironic/Drivers/iLODrivers/rocky</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/rocky&amp;diff=169112"/>
				<updated>2019-04-01T09:37:14Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: Created page with &amp;quot;== iLO drivers (master branch) ==  === Overview ===   iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are target...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers&amp;diff=169111</id>
		<title>Ironic/Drivers/iLODrivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers&amp;diff=169111"/>
				<updated>2019-04-01T09:34:19Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== iLO drivers ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Gen10 wiki] section.&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment.  '''iscsi_ilo''' driver deploys from Ironic conductor node and can do both net-boot and local-boot. '''agent_ilo''' driver deploys from bare metal node and always does local-boot (till '''Liberty''' release). From '''Mitaka''' onwards, '''agent_ilo''' supports net-boot and local-boot both.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver), but support automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
=== Releases === &lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master Master]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/rocky Rocky]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/queens Queens]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/pike Pike]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/ocata Ocata]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/newton Newton]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka Mitaka]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/liberty Liberty]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo Kilo]&lt;br /&gt;
* [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Juno Juno]&lt;br /&gt;
&lt;br /&gt;
=== Third party CI === &lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openstack.org/wiki/ThirdPartySystems/HPE_Proliant_iLO_drivers_CI Third party CI]&lt;br /&gt;
&lt;br /&gt;
===Contact Us===&lt;br /&gt;
Please submit questions, inputs and feedback '''[mailto:ilo_drivers@groups.ext.hpe.com?Subject=Regarding%20Ironic%20iLO%20drivers here]'''. It would help us to improve the product.&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163189</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163189"/>
				<updated>2018-07-27T08:57:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Known Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| NA&lt;br /&gt;
| When read-only settings or invalid values for the allowed settings are provided while running manual clean step ''apply_configuration'', iLO simply ignores and the clean step is not marked as failed.&lt;br /&gt;
| For more information, refer and track the issue here &amp;lt;https://bugs.launchpad.net/silva/+bug/1783944&amp;gt;_ .&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163188</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163188"/>
				<updated>2018-07-27T08:47:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
=====Configuration=====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163187</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163187"/>
				<updated>2018-07-27T08:44:06Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
====Configuration====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to ''HPE Integrated Lights-Out REST API Documentation'' &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting). Allowed values are ''AdvancedEcc'', ''OnlineSpareAdvancedEcc'',  ''MirroredAdvancedEcc''.&lt;br /&gt;
&lt;br /&gt;
* '''AutoPowerOn''':  Configure the server to automatically power on when AC power is applied to  the system.  Allowed values are ''AlwaysPowerOn'', ''AlwaysPowerOff'',  ''RestoreLastState''.&lt;br /&gt;
&lt;br /&gt;
* '''BootMode''':  Select the boot mode of the system.  Allowed values are ''Uefi'', ''LegacyBios''&lt;br /&gt;
&lt;br /&gt;
* '''BootOrderPolicy''':  Configure how the system attempts to boot devices per the Boot Order when  no bootable device is found. Allowed values are ''RetryIndefinitely'', ''AttemptOnce'', ''ResetAfterFailed''.&lt;br /&gt;
&lt;br /&gt;
* '''CollabPowerControl''':  Enables the Operating System to request processor frequency changes even  if the Power Regulator option on the server configured for Dynamic Power  Savings Mode. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerCapping''':  Configure when the System ROM executes power calibration during the boot  process. Allowed values are ''Enabled'', ''Disabled'', ''Auto''.&lt;br /&gt;
&lt;br /&gt;
* '''DynamicPowerResponse''':  Enable the System BIOS to control processor performance and power states  depending on the processor workload. Allowed values are ''Fast'', ''Slow''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelligentProvisioning''': Enable or disable the Intelligent Provisioning functionality. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelPerfMonitoring''': Exposes certain chipset devices that can be used with the Intel  Performance Monitoring Toolkit. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelProcVtd''': Hypervisor or operating system supporting this option can use hardware capabilities provided by Intel's Virtualization Technology for Directed  I/O. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelQpiFreq''':  Set the QPI Link frequency to a lower speed.  Allowed values are ''Auto'', ''MinQpiSpeed''.&lt;br /&gt;
&lt;br /&gt;
* '''IntelTxt''':  Option to modify Intel TXT support. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerProfile''':  Set the power profile to be used. Allowed values are ''BalancedPowerPerf'', ''MinPower'', ''MaxPerf'', ''Custom''.&lt;br /&gt;
&lt;br /&gt;
* '''PowerRegulator''': Determines how to regulate the power consumption. Allowed values are ''DynamicPowerSavings'', ''StaticLowPower'', ''StaticHighPerf'', ''OsControl''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcAes''': Enable or disable the Advanced Encryption Standard Instruction Set (AES-NI) in the processor. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcCoreDisable''': Disable processor cores using Intel's Core Multi-Processing (CMP) Technology. Allowed values are Integers ranging from ''0'' to ''24''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcHyperthreading''': Enable or disable Intel Hyperthreading. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcNoExecute''': Protect your system against malicious code and viruses. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcTurbo''': Enables the processor to transition to a higher frequency than the  processor's rated speed using Turbo Boost Technology if the processor has available power and is within temperature specifications. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ProcVirtualization''': Enables or Disables a hypervisor or operating system supporting this option to use hardware capabilities provided by Intel's Virtualization Technology. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''SecureBootStatus''': The current state of Secure Boot configuration. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
  &lt;br /&gt;
* '''Sriov''': If enabled, SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. If enabled, the BIOS allocates additional resources to PCI-express devices. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''ThermalConfig''': select the fan cooling solution for the system. Allowed values are ''OptimalCooling'', ''IncreasedCooling'', ''MaxCooling''&lt;br /&gt;
&lt;br /&gt;
* '''ThermalShutdown''': Control the reaction of the system to caution level thermal events. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''TpmState''': Current TPM device state. Allowed values are ''NotPresent'', ''PresentDisabled'', ''PresentEnabled''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''TpmType''': Current TPM device type. Allowed values are ''NoTpm'', ''Tpm12'', ''Tpm20'', ''Tm10''.&lt;br /&gt;
    '''Note:''' This setting is read-only and can't be modified with ''apply_configuration'' clean step.&lt;br /&gt;
&lt;br /&gt;
* '''UefiOptimizedBoot''': Enables or Disables the System BIOS boot using native UEFI graphics drivers. Allowed values are ''Enabled'', ''Disabled''.&lt;br /&gt;
&lt;br /&gt;
* '''WorkloadProfile''': Change the Workload Profile to accomodate your desired workload. Allowed values are ''GeneralPowerEfficientCompute'', ''GeneralPeakFrequencyCompute'', ''GeneralThroughputCompute'', ''Virtualization-PowerEfficient'', ''Virtualization-MaxPerformance'', ''LowLatency'', ''MissionCritical'', ''TransactionalApplicationProcessing'', ''HighPerformanceCompute'', ''DecisionSupport'', ''GraphicProcessing'', ''I/OThroughput'', ''Custom''.&lt;br /&gt;
  '''Note:''' This setting is only applicable to ProLiant Gen10 servers with iLO 5 management systems.&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163183</id>
		<title>Ironic/Drivers/iLODrivers/master</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers/iLODrivers/master&amp;diff=163183"/>
				<updated>2018-07-27T07:12:31Z</updated>
		
		<summary type="html">&lt;p&gt;Vinay50muddu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iLO drivers (master branch) ==&lt;br /&gt;
&lt;br /&gt;
=== Overview === &lt;br /&gt;
&lt;br /&gt;
iLO drivers enable to take advantage of features of iLO management engine in HPE ProLiant servers. iLO drivers are targeted for HPE ProLiant Gen8 and Gen9&lt;br /&gt;
systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html iLO 4 management engine]. From '''Pike''' release iLO drivers start supporting ProLiant Gen10 systems which have [https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations iLO 5 management engine]. iLO5 conforms to [https://www.dmtf.org/standards/redfish Redfish] API and hence hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] is also an option for this kind of hardware but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
For enabling Gen10 systems and getting detailed information on Gen10 feature support in Ironic please check this portion [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic Enabling ProLiant Gen10 systems in Ironic].&lt;br /&gt;
&lt;br /&gt;
ProLiant hardware is supported by the '''ilo''' hardware type and the following classic drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#iscsi_ilo_driver|iscsi_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#agent_ilo_driver|agent_ilo]]&lt;br /&gt;
* [[Ironic/Drivers/iLODrivers/master#pxe_ilo_driver|pxe_ilo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    '''Note''': All HPE ProLiant servers support reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html '''ipmi''']. HPE ProLiant Gen10 servers also support hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''].&lt;br /&gt;
&lt;br /&gt;
The '''iscsi_ilo''' and '''agent_ilo''' drivers provide security enhanced PXE-less deployment by using iLO virtual media to boot up the bare metal node. These drivers send management info through management channel and separates it from data channel which is used for deployment. &lt;br /&gt;
&lt;br /&gt;
'''iscsi_ilo''' and '''agent_ilo''' drivers use deployment ramdisk built from '''diskimage-builder'''. The '''iscsi_ilo''' driver deploys from ironic conductor and supports both net-boot and local-boot of instance. agent_ilo deploys from bare metal node and supports both net-boot and local-boot of instance.&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI for deployment (just like normal PXE driver) and deploys from ironic conductor. Additionally it supports automatic setting of requested boot mode from nova. This driver doesn't require iLO Advanced license.&lt;br /&gt;
&lt;br /&gt;
The hardware type '''ilo''' and iLO-based classic drivers support HPE server features like:&lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot&lt;br /&gt;
* Certificate based validation of iLO&lt;br /&gt;
* Hardware based secure disk erase using Smart Storage Administrator (SSA) CLI&lt;br /&gt;
* Out-of-band discovery of server attributes through hardware inspection&lt;br /&gt;
* In-band RAID configuration&lt;br /&gt;
* Firmware configuration and secure firmware update&lt;br /&gt;
&lt;br /&gt;
=== Hardware Interfaces === &lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports following hardware interfaces:&lt;br /&gt;
&lt;br /&gt;
* '''bios''' -  '''ilo''' and '''no-bios'''. They can be enabled via the  '''enabled_bios_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo,no-bios&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo''' is the default '''bios''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''boot''' -  '''ilo-virtual-media''' and '''ilo-pxe'''. They can be enabled via the  '''enabled_boot_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
&lt;br /&gt;
     '''Note''': '''ilo-virtual-media''' is the default '''boot''' interface for '''ilo''' hardware type.&lt;br /&gt;
&lt;br /&gt;
* '''inspect''' - '''ilo''' and '''inspector'''. They can be enabled via the '''enabled_inspect_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo,inspector&lt;br /&gt;
&lt;br /&gt;
    '''Note''': '''ilo''' is the default '''inspect''' interface for '''ilo''' hardware type. [https://docs.openstack.org/ironic-inspector/latest Ironic Inspector] needs to be configured to use '''inspector''' as the inspect interface.&lt;br /&gt;
&lt;br /&gt;
* '''management''' - '''ilo'''. It can be enabled via the '''enabled_management_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
* '''power''' -  '''ilo'''. It can be enabled via the '''enabled_power_interfaces''' option in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following command can be used to enroll a ProLiant node with '''ilo''' hardware type:&lt;br /&gt;
    openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --raid-interface agent \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [https://docs.openstack.org/ironic/latest/install/enabling-drivers.html Enabling drivers and hardware types] for detailed explanation of hardware type.&lt;br /&gt;
&lt;br /&gt;
To enable the same feature set as provided by all iLO classic drivers,apply the following configuration in '''ironic.conf''':&lt;br /&gt;
    [DEFAULT]&lt;br /&gt;
    enabled_hardware_types = ilo&lt;br /&gt;
    enabled_bios_interfaces = ilo&lt;br /&gt;
    enabled_boot_interfaces = ilo-virtual-media,ilo-pxe&lt;br /&gt;
    enabled_power_interfaces = ilo&lt;br /&gt;
    enabled_console_interfaces = ilo&lt;br /&gt;
    enabled_raid_interfaces = agent&lt;br /&gt;
    enabled_management_interfaces = ilo&lt;br /&gt;
    enabled_inspect_interfaces = ilo&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to enroll a node with the same feature set as one of the classic drivers, but using the '''ilo'''&lt;br /&gt;
hardware type:&lt;br /&gt;
&lt;br /&gt;
* '''iscsi_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''pxe_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface iscsi \&lt;br /&gt;
            --boot-interface ilo-pxe \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; \&lt;br /&gt;
            --driver-info deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''agent_ilo''':&lt;br /&gt;
        openstack baremetal node create --os-baremetal-api-version=1.31 \&lt;br /&gt;
            --driver ilo \&lt;br /&gt;
            --deploy-interface direct \&lt;br /&gt;
            --boot-interface ilo-virtual-media \&lt;br /&gt;
            --driver-info ilo_address=&amp;lt;ilo-ip-address&amp;gt; \&lt;br /&gt;
            --driver-info ilo_username=&amp;lt;ilo-username&amp;gt; \&lt;br /&gt;
            --driver-info ilo_password=&amp;lt;ilo-password&amp;gt; \&lt;br /&gt;
            --driver-info ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites === &lt;br /&gt;
&lt;br /&gt;
* '''proliantutils''' is a python package which contains a set of modules for managing HPE ProLiant hardware.  Install [https://pypi.python.org/pypi/proliantutils proliantutils] module on the Ironic conductor node. Minimum version required is 2.4.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   $ pip install &amp;quot;proliantutils&amp;gt;=2.4.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''ipmitool''' command must be present on the service node(s) where '''ironic-conductor''' is running. On most Linux distributions, this is provided as part of the '''ipmitool''' package. Source code is available at http://ipmitool.sourceforge.net/.&lt;br /&gt;
&lt;br /&gt;
===Different Configuration for iLO Drivers===&lt;br /&gt;
&lt;br /&gt;
====Configure Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
1. Configure Glance image service with its storage backend as Swift.  See [4]_ for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
2. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user `'''glance-swift''' and tenant as '''service''',then run the below command::&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
3. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.:&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=https://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
4. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in  '''/etc/ironic/ironic.conf''':&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
&lt;br /&gt;
Ensure '''auth_version''' in '''keystone_authtoken''' to 2. Then, the below command should work.:&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
5. Restart the Ironic conductor service.:&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Web server configuration on conductor====&lt;br /&gt;
&lt;br /&gt;
The HTTP(S) web server can be configured in many ways. For apache web server on Ubuntu, refer here&lt;br /&gt;
&lt;br /&gt;
Following config variables need to be set in /etc/ironic/ironic.conf:&lt;br /&gt;
&lt;br /&gt;
use_web_server_for_images in [ilo] section:&lt;br /&gt;
&lt;br /&gt;
   [ilo]&lt;br /&gt;
   use_web_server_for_images = True&lt;br /&gt;
   http_url and http_root in [deploy] section:&lt;br /&gt;
&lt;br /&gt;
   [deploy]&lt;br /&gt;
   # Ironic compute node's http root path. (string value)&lt;br /&gt;
   http_root=/httpboot&lt;br /&gt;
&lt;br /&gt;
   # Ironic compute node's HTTP server URL. Example:&lt;br /&gt;
   # http://192.1.2.3:8080 (string value)&lt;br /&gt;
   http_url=http://192.168.0.2:8080&lt;br /&gt;
&lt;br /&gt;
'''use_web_server_for_images''': If the variable is set to false, '''iscsi_ilo''' and '''agent_ilo''' uses swift containers to host the intermediate floppy image and the boot ISO. If the variable is set to true, these drivers uses the local web server for hosting the intermediate files. The default value for '''use_web_server_for_images''' is '''False'''.&lt;br /&gt;
&lt;br /&gt;
'''http_url''': The value for this variable is prefixed with the generated intermediate files to generate a URL which is attached in the virtual media.&lt;br /&gt;
&lt;br /&gt;
'''http_root''': It is the directory location to which ironic conductor copies the intermediate floppy image and the boot ISO.&lt;br /&gt;
&lt;br /&gt;
Note HTTPS is strongly recommended over HTTP web server configuration for security enhancement. The '''iscsi_ilo''' and '''agent_ilo''' will send the instance’s configdrive over an encrypted channel if web server is HTTPS enabled.&lt;br /&gt;
&lt;br /&gt;
====Enabling HTTPS in Swift====&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information (information for Ironic conductor to provision bare metal hardware).  By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Swift and Ironic conductor and Swift and bare metal (via Virtual Media).  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html.&lt;br /&gt;
* Using native SSL support in Swift (recommended only for testing  purpose by Swift):&lt;br /&gt;
* Create self-signed cert for SSL using the following commands::&lt;br /&gt;
      cd /etc/swift&lt;br /&gt;
      openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
* Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]::&lt;br /&gt;
      bind_port = 443   693&lt;br /&gt;
      cert_file = /etc/swift/cert.crt   694&lt;br /&gt;
      key_file = /etc/swift/cert.key    695&lt;br /&gt;
* Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
====Web server configuration for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* Set up the web server that serves the deploy ramdisks, outside of the ironic-conductor host. This web server should be accessible to the conductor nodes.&lt;br /&gt;
* Upload the deploy ramdisk images such that the web server in above step can  serve them properly.&lt;br /&gt;
* Set up a web server on each conductor. This step is required only for  '''agent_ilo''' and '''iscsi_ilo'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Images must be created (see :ref:`BuildingDibBasedDeployRamdisk`) and made available for download via HTTP(S) URL. This document does not describe the installation or configuration of HTTP(S) servers, however,&lt;br /&gt;
* If using [i]PXE, then the network boot loader must be able to initiate a request to download the kernel and ramdisk images from &amp;quot;http_url&amp;quot;, and the ironic-conductor must be able to write files to &amp;quot;http_root&amp;quot; that will be  served from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
* The deployment agent must be able to initiate a request to download the instance image from &amp;quot;http_url&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Requirements for Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Local web server on conductor''' - ilo driver uses web server on the conductor node to store temporary FAT images as well as boot ISO images. It needs to be configured on each '''conductor''' node.&lt;br /&gt;
* '''HTTP(s) web server''' - When using ilo driver, the image containing the agent/deploy ramdisk is retrieved from HTTP(s) web server directly by  iLO. This web server need not be on '''conductor''' node. For more information, see `HTTP(s) based Deploy`__.&lt;br /&gt;
* See `Web server configuration for Standalone iLO Drivers`_&lt;br /&gt;
&lt;br /&gt;
====Configure Standalone iLO Drivers====&lt;br /&gt;
&lt;br /&gt;
1. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section  in '''/etc/ironic/ironic.conf'''.  For example:&lt;br /&gt;
&lt;br /&gt;
    http_url = https://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
These determine how the web server on the conductor serves  images. '''http_url''' is the URL prefix which is used for serving images. '''http_root''' is the path on disk that the web server is serving  at '''http_url'''.&lt;br /&gt;
&lt;br /&gt;
2. Restart the Ironic conductor service:&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
====Requirements with Glance Image Service====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4 Advanced License''' needs to be installed on iLO to enable Virtual Media feature.&lt;br /&gt;
* '''Swift Object Storage Service''' - ilo driver uses Swift to store temporary FAT images/boot iso.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend''' - When using ilo drivers, the image containing the agent/deploy ramdisk is retrieved from Swift directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
=== Drivers ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== iscsi_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
'''iscsi_ilo''' driver was introduced as an alternative to '''pxe_ipmitool''' and '''pxe_ipminative''' drivers for HP ProLiant servers. '''iscsi_ilo''' uses virtual media feature in iLO to boot up the bare metal node instead of using PXE or iPXE.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
* Users who have concerns on PXE driver's security issues and want to have a security enhanced PXE-less deployment mechanism - The PXE driver passes management information in clear-text to the baremetal node.  However, if Swift proxy server has an HTTPS endpoint (See  [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more information), the '''iscsi_ilo''' driver provides enhanced security by passing management information to and from Swift endpoint over HTTPS.  The management information and boot image will be retrieved over encrypted management network via iLO virtual media.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deployment with virtual media.&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.  Default is booting from virtual media.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Passing management information via secure, encrypted management network (virtual media) if Swift proxy server has an HTTPS endpoint. See [[Ironic/Drivers/iLODrivers/master#Enabling HTTPS in Swift|Enabling HTTPS in Swift]] for more info.  Provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Works well for machines with resource constraints (lesser amount of memory).&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''iscsi_ilo''' driver, the image containing the deploy ramdisk is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for iscsi_ilo driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID or HTTP(s) location of the ISO deploy ramdisk image.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* '''iscsi_ilo''' driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates a swift-temp-url for the deploy ramdisk image and attaches it as  Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s)  URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* The driver creates a small FAT32 image containing parameters to the deploy ramdisk. This image is uploaded to Swift/HTTP(s) web server and its swift-temp-url/HTTP(s) URL  is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* The driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* The driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk is booted on the baremetal node.  The ramdisk exposes the local disk over iSCSI and requests Ironic conductor to complete the deployment.&lt;br /&gt;
* The driver on the Ironic conductor writes the glance/HTTP(s) image to the baremetal node's disk.&lt;br /&gt;
* If local-boot is requested, Ironic conductor asks the deployment ramdisk to install the boot loader.&lt;br /&gt;
* If it's a netboot (default), the driver bundles the boot kernel/ramdisk for the deploy image into an ISO and then uploads it to Swift/HTTP(s) web server. This ISO image will be used for booting the deployed instance.&lt;br /&gt;
* The driver reboots the node.&lt;br /&gt;
* For netboot, on the first and subsequent reboots '''iscsi_ilo''' driver attaches this boot ISO image in Swift/HTTP(s) as Virtual Media CDROM and then sets iLO to boot from it.  If '''boot_option''' was set to local, then the instance is booted from disk.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
Note: The steps to create HTTP(s) web server and uploading the images to HTTP(s) web server is out-of-scope of Ironic.&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3]_.  This can be done by adding the '''iso''' element to the '''ramdisk-image-create''' command.  This command creates the deploy kernel/ramdisk as well as a bootable ISO image containing the deploy kernel and ramdisk.  The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.iso --disk-format iso --container-format bare &amp;lt; deploy-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Add '''iscsi_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo&lt;br /&gt;
&lt;br /&gt;
If using HTTP(s) web server:&lt;br /&gt;
&lt;br /&gt;
4. Add '''http_url''' and '''http_root''' in the '''[deploy]''' section in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    http_url = http://10.10.1.10:8080/httpboot/&lt;br /&gt;
    http_root = /opt/stack/data/ironic/httpboot/&lt;br /&gt;
&lt;br /&gt;
If using Glance image service with its storage backend as Swift:&lt;br /&gt;
&lt;br /&gt;
5. Configure Glance image service with its storage backend as Swift. [http://docs.openstack.org/developer/glance/configuring.html#configuring-the-swift-storage-backend See here] for configuration instructions.&lt;br /&gt;
&lt;br /&gt;
6. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
7. Fill the required parameters in the '''[glance]''' section   in '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
The details can be retrieved by running the below command:&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to  '''iscsi_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID or HTTP(s) URL of the deploy ramdisk ISO image.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO.  Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d iscsi_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''iscsi_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''iscsi_ilo''' driver preserves the current boot mode of the bare metal on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. iscsi_ilo''' driver will then deploy and configure the instance in the specified boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot always in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for Gen8 (ProLiant DL580 only) and Gen9 systems.&lt;br /&gt;
* '''iscsi_ilo''' driver automatically sets boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* The automatic boot ISO creation for UEFI boot mode has been enabled in Kilo. The manual creation of boot ISO for UEFI boot mode is also supported. For the latter, the boot ISO for the deploy image needs to be built separately and the deploy image's '''boot_iso''' property in Glance should contain the Glance UUID of the boot ISO.  For building boot ISO, add the '''iso''' element after adding the baremetal element while building disk images with diskimage-builder&lt;br /&gt;
&lt;br /&gt;
    disk-image-create ubuntu baremetal iso&lt;br /&gt;
&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== agent_ilo driver ==== &lt;br /&gt;
&lt;br /&gt;
===== Overview ===== &lt;br /&gt;
'''agent_ilo''' driver was introduced as an alternative to '''agent_ipmitool''' and '''agent_ipminative''' drivers for HP Proliant servers. '''agent_ilo''' driver uses virtual media feature in HP Proliant baremetal servers to boot up the Ironic Python Agent (IPA) on the baremetal node instead of using PXE. For more information on IPA, refer https://wiki.openstack.org/wiki/Ironic-python-agent.&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
* Users who do not want to use PXE/TFTP protocol on their data centres.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
* Synergy 480 Gen9&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
* PXE-less deploy with virtual media using Ironic Python Agent.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Supports booting the instance from virtual media as well as booting locally from disk.&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning.&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
* Supports tenant network isolation for node instances provisioned for vlan type networks.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
* '''iLO 4''' or '''iLO 5 Advanced License''' needs to be installed on iLO to enable Virtual Media Boot feature.&lt;br /&gt;
* '''Swift Object Storage Service Or HTTP(s) web server on conductor''' - iLO driver uses either Swift/HTTP(s) web server on the conductor node to store temporary FAT images as well as boot ISO images.&lt;br /&gt;
* '''Glance Image Service with Swift configured as its backend Or HTTP(s) web server''' - When using '''agent_ilo''' driver, the image containing the agent is retrieved from Swift/HTTP(s) web server directly by the iLO.&lt;br /&gt;
&lt;br /&gt;
===== Deploy Process =====&lt;br /&gt;
* Admin configures the Proliant baremetal node for '''agent_ilo''' driver. The Ironic node configured will have the '''ilo_deploy_iso''' property in its '''driver_info'''.  This will contain the Glance UUID/HTTP(s) URL of the ISO deploy agent image containing the agent.&lt;br /&gt;
* Ironic gets a request to deploy a Glance/HTTP(s) image on the baremetal node.&lt;br /&gt;
* Driver powers off the baremetal node.&lt;br /&gt;
* If '''ilo_deploy_iso''' is a Glance UUID, the driver generates  a swift-temp-url for the deploy agent image and attaches it as Virtual Media CDROM on the iLO. If '''ilo_deploy_iso''' is a HTTP(s) URL, the driver attaches it directly as Virtual Media CDROM on the iLO.&lt;br /&gt;
* Driver creates a small FAT32 image containing parameters to the agent ramdisk. This image is uploaded to Swift/HTTP(s) and its swift-temp-url/HTTP(s) URL is attached as Virtual Media Floppy on the iLO.&lt;br /&gt;
* Driver sets the node to boot one-time from CDROM.&lt;br /&gt;
* Driver powers on the baremetal node.&lt;br /&gt;
* The deploy kernel/ramdisk containing the agent is booted on the baremetal node.  The agent ramdisk talks to the Ironic conductor, downloads the image directly from Swift/HTTP(s) and writes the image to chosen disk on the node.&lt;br /&gt;
* Driver sets the node to permanently boot from disk and then reboots the node.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
1. Prepare an ISO deploy Ironic Python Agent image containing the agent [5]_.  This can be done by using the iso-image-create script found within the agent. The below set of commands will create a file '''ipa-ramdisk.iso''' in the below directory '''UPLOAD'''::&lt;br /&gt;
&lt;br /&gt;
    $ pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    $ disk-image-create -o ipa-ramdisk fedora ironic-agent iso&lt;br /&gt;
&lt;br /&gt;
2. Upload the IPA ramdisk image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name ipa-ramdisk.iso --disk-format iso --container-format bare &amp;lt; ipa-ramdisk.iso&lt;br /&gt;
&lt;br /&gt;
3. Configure Glance image service with its storage backend as Swift. See [4]_ for configuration instructions.&lt;br /&gt;
4. Set a temp-url key for Glance user in Swift. For example, if you have configured Glance with user '''glance-swift''' and tenant as '''service''',  then run the below command::&lt;br /&gt;
&lt;br /&gt;
    swift --os-username=service:glance-swift post -m temp-url-key:mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
5. Fill the required parameters in the '''[glance]''' section in  '''/etc/ironic/ironic.conf'''. Normally you would be required to fill in the following details.::&lt;br /&gt;
&lt;br /&gt;
    [glance]&lt;br /&gt;
    swift_temp_url_key=mysecretkeyforglance&lt;br /&gt;
    swift_endpoint_url=http://10.10.1.10:8080&lt;br /&gt;
    swift_api_version=v1&lt;br /&gt;
    swift_account=AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
    swift_container=glance&lt;br /&gt;
&lt;br /&gt;
  The details can be retrieved by running the below command:::&lt;br /&gt;
&lt;br /&gt;
   $ swift --os-username=service:glance-swift stat -v | grep -i url&lt;br /&gt;
   StorageURL:     http://10.10.1.10:8080/v1/AUTH_51ea2fb400c34c9eb005ca945c0dc9e1&lt;br /&gt;
   Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
&lt;br /&gt;
6. Swift must be accessible with the same admin credentials configured in Ironic. For example, if Ironic is configured with the below credentials in '''/etc/ironic/ironic.conf'''.::&lt;br /&gt;
&lt;br /&gt;
    [keystone_authtoken]&lt;br /&gt;
    admin_password = password&lt;br /&gt;
    admin_user = ironic&lt;br /&gt;
    admin_tenant_name = service&lt;br /&gt;
    auth_version = 2&lt;br /&gt;
&lt;br /&gt;
Then, the below command should work.::&lt;br /&gt;
&lt;br /&gt;
    $ swift --os-username ironic --os-password password --os-tenant-name service --auth-version 2 stat&lt;br /&gt;
                         Account: AUTH_22af34365a104e4689c46400297f00cb&lt;br /&gt;
                      Containers: 2&lt;br /&gt;
                         Objects: 18&lt;br /&gt;
                           Bytes: 1728346241&lt;br /&gt;
    Objects in policy &amp;quot;policy-0&amp;quot;: 18&lt;br /&gt;
      Bytes in policy &amp;quot;policy-0&amp;quot;: 1728346241&lt;br /&gt;
               Meta Temp-Url-Key: mysecretkeyforglance&lt;br /&gt;
                     X-Timestamp: 1409763763.84427&lt;br /&gt;
                      X-Trans-Id: tx51de96a28f27401eb2833-005433924b&lt;br /&gt;
                    Content-Type: text/plain; charset=utf-8&lt;br /&gt;
                   Accept-Ranges: bytes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Add '''agent_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,agent_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    $ service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''agent_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''ilo_deploy_iso''': The Glance UUID of the deploy agent ISO image containing  the agent.&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d agent_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;  -i ilo_deploy_iso=&amp;lt;glance-uuid-of-deploy-iso&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
'''agent_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''agent_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''agent_ilo''' driver will deploy and configure the instance in the appropriate boot mode.&lt;br /&gt;
&lt;br /&gt;
For example, to make a Proliant baremetal node boot in UEFI mode, run the following command::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;node-id&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''agent_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on Gen8 (ProLiant DL580 only) and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
==== pxe_ilo driver ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Overview =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver uses PXE/iSCSI (just like '''pxe_ipmitool''' driver) to deploy the image and uses iLO to do all management operations on the baremetal node(instead of using IPMI).&lt;br /&gt;
&lt;br /&gt;
===== Target Users =====&lt;br /&gt;
&lt;br /&gt;
* Users who want to use PXE/iSCSI for deployment in their environment or who don't have Advanced License in their iLO.&lt;br /&gt;
* Users who don't want to configure boot mode and boot device manually on the baremetal node.&lt;br /&gt;
* User who wants to use iLO driver value-add features such as boot mode management, out-of-band node cleaning and hardware introspection.&lt;br /&gt;
&lt;br /&gt;
===== Tested Platforms =====&lt;br /&gt;
This driver should work on HPE ProLiant Gen7 servers with iLO 3, Gen8 and Gen9 servers with iLO 4 and Gen10 servers with iLO 5.&lt;br /&gt;
&lt;br /&gt;
It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL380 G7&lt;br /&gt;
* ProLiant SL230s Gen8&lt;br /&gt;
* ProLiant DL320e Gen8&lt;br /&gt;
* ProLiant DL380e Gen8&lt;br /&gt;
* ProLiant DL580e Gen8&lt;br /&gt;
* ProLiant BL460c Gen8&lt;br /&gt;
* ProLiant DL180 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
* ProLiant BL460c Gen9&lt;br /&gt;
* ProLiant XL450 Gen9 UEFI&lt;br /&gt;
* ProLiant DL360 Gen10&lt;br /&gt;
&lt;br /&gt;
===== Features =====&lt;br /&gt;
&lt;br /&gt;
* Automatic detection of current boot mode.&lt;br /&gt;
* Automatic setting of the required boot mode if UEFI boot mode is requested by the nova flavor's extra spec.&lt;br /&gt;
* Remote Console (based on IPMI)&lt;br /&gt;
* HW Sensors&lt;br /&gt;
* UEFI Boot&lt;br /&gt;
* UEFI Secure Boot&lt;br /&gt;
* Local boot (both BIOS and UEFI)&lt;br /&gt;
* Supports deployment of whole disk image and partition image.&lt;br /&gt;
* Supports booting the instance from PXE as well as booting locally from disk.&lt;br /&gt;
* Segregates management info from data channel.&lt;br /&gt;
* Support for out-of-band hardware inspection.&lt;br /&gt;
* Node cleaning&lt;br /&gt;
* Standalone iLO drivers.&lt;br /&gt;
&lt;br /&gt;
===== Requirements =====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===== Configuring and Enabling the driver =====&lt;br /&gt;
&lt;br /&gt;
1. Prepare an ISO deploy ramdisk image from '''diskimage-builder''' [3].  The below command creates a file named '''deploy-ramdisk.kernel''' and '''deploy-ramdisk.initramfs''' in the current working directory::&lt;br /&gt;
&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu deploy-ironic&lt;br /&gt;
&lt;br /&gt;
2. Upload this image to Glance.::&lt;br /&gt;
&lt;br /&gt;
    glance image-create --name deploy-ramdisk.kernel --disk-format aki --container-format aki &amp;lt; deploy-ramdisk.kernel&lt;br /&gt;
    glance image-create --name deploy-ramdisk.initramfs --disk-format ari --container-format ari &amp;lt; deploy-ramdisk.initramfs&lt;br /&gt;
&lt;br /&gt;
7. Add '''pxe_ilo''' to the list of '''enabled_drivers''' in '''/etc/ironic/ironic.conf'''.  For example:::&lt;br /&gt;
&lt;br /&gt;
    enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo&lt;br /&gt;
&lt;br /&gt;
8. Restart the Ironic conductor service.::&lt;br /&gt;
&lt;br /&gt;
    service ironic-conductor restart&lt;br /&gt;
&lt;br /&gt;
===== Registering Proliant node in Ironic =====&lt;br /&gt;
&lt;br /&gt;
Nodes configured for iLO driver should have the '''driver''' property set to '''pxe_ilo'''.  The following configuration values are also required in '''driver_info''':&lt;br /&gt;
&lt;br /&gt;
* '''ilo_address''': IP address or hostname of the iLO.&lt;br /&gt;
* '''ilo_username''': Username for the iLO with administrator privileges.&lt;br /&gt;
* '''ilo_password''': Password for the above iLO user.&lt;br /&gt;
* '''pxe_deploy_kernel''': The Glance UUID of the deployment kernel.&lt;br /&gt;
* '''pxe_deploy_ramdisk''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''ca_file''': The Glance UUID of the deployment ramdisk.&lt;br /&gt;
* '''client_port''': (optional) Port to be used for iLO operations if you are using a custom port on the iLO. Default port used is 443.&lt;br /&gt;
* '''client_timeout''': (optional) Timeout for iLO operations. Default timeout is 60 seconds.&lt;br /&gt;
* '''console_port''': (optional) Node's UDP port for console access. Any unused port on the Ironic conductor node may be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
* To update SSL certificates into iLO, you can refer to http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 . You can use iLO hostname or IP address as a 'Common Name (CN)' while generating Certificate Signing Request (CSR). Use the same value as ilo_address while enrolling node to Bare Metal service to avoid SSL certificate validation errors related to hostname mismatch.&lt;br /&gt;
* If configuration values for '''ca_file''', '''client_port''' and '''client_timeout''' are not provided in the '''driver_info''' of the node,   the corresponding config variables defined under '''[ilo]''' section in ironic.conf will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, you could run a similar command like below to enroll the ProLiant node:&lt;br /&gt;
&lt;br /&gt;
  ironic node-create -d pxe_ilo -i ilo_address=&amp;lt;ilo-ip-address&amp;gt; -i ilo_username=&amp;lt;ilo-username&amp;gt; -i ilo_password=&amp;lt;ilo-password&amp;gt;&lt;br /&gt;
  -i deploy_kernel=&amp;lt;glance-uuid-of-pxe-deploy-kernel&amp;gt; -i deploy_ramdisk=&amp;lt;glance-uuid-of-deploy-ramdisk&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Boot modes =====&lt;br /&gt;
&lt;br /&gt;
'''pxe_ilo''' driver supports automatic detection of boot mode (Legacy BIOS or UEFI) and setting of boot mode from BIOS to UEFI.  Please see Note below for details.&lt;br /&gt;
&lt;br /&gt;
* When no boot mode setting is provided, '''pxe_ilo''' driver preserves the current boot mode on the deployed instance.&lt;br /&gt;
* A requirement of a specific boot mode may be provided by adding  '''boot_mode:bios''' or '''boot_mode:uefi''' to '''capabilities''' property within the '''properties''' field of an Ironic node. Then '''pxe_ilo''' driver will deploy and configure the instance in the appropriate boot mode.::&lt;br /&gt;
&lt;br /&gt;
   ironic node-update &amp;lt;NODE-ID&amp;gt; add properties/capabilities='boot_mode:uefi'&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* We recommend setting the '''boot_mode''' property on systems that support both UEFI and legacy modes if user wants facility in Nova to choose a baremetal node with appropriate boot mode. This is for ProLiant DL580 Gen8 and Gen9 systems.&lt;br /&gt;
* '''pxe_ilo''' driver automatically set boot mode from BIOS to UEFI, if the requested boot mode in nova boot is UEFI. However, users will need to pre-configure boot mode to Legacy on DL580 Gen8 and Gen9 servers if they want to deploy the node in legacy mode.&lt;br /&gt;
* From nova, specific boot mode may be requested by using the '''ComputeCapabilitesFilter'''. For example, it can be set in a flavor like below::&lt;br /&gt;
&lt;br /&gt;
   nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
   nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
===UEFI Secure Boot support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support UEFI secure boot deploy:&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tested Platforms:&lt;br /&gt;
This feature is available on HP Proliant Gen9 servers and above with iLO 4. It has been tested with the following servers:&lt;br /&gt;
* ProLiant DL360 Gen9 UEFI&lt;br /&gt;
* ProLiant DL380 Gen9 UEFI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The UEFI secure boot mode can be configured in Ironic by adding '''secure_boot''' parameter in the '''capabilities'''&lt;br /&gt;
parameter within '''properties''' field of an Ironic node.&lt;br /&gt;
&lt;br /&gt;
'''secure_boot''' is a boolean parameter and takes value as '''true''' or '''false'''.&lt;br /&gt;
&lt;br /&gt;
To enable '''secure_boot''' on a node add it to '''capabilities''' as below::&lt;br /&gt;
  ironic node-update &amp;lt;node-uuid&amp;gt; add properties/capabilities='secure_boot:true'&lt;br /&gt;
&lt;br /&gt;
or, alternatively use hardware inspection to populate the secure boot capability.&lt;br /&gt;
&lt;br /&gt;
Nodes having '''secure_boot''' set to '''true''' may be requested by adding an '''extra_spec''' to the Nova flavor::&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
If '''capabilities''' is used in '''extra_spec''' as above, Nova scheduler ('''ComputeCapabilitiesFilter''') will match only Ironic&lt;br /&gt;
nodes which have the '''secure_boot''' set appropriately in '''properties/capabilities'''. It will filter out rest of the nodes.&lt;br /&gt;
&lt;br /&gt;
The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of machines&lt;br /&gt;
supporting and not supporting UEFI secure boot, and operator wants to provide a choice to the user regarding secure&lt;br /&gt;
boot. If the flavor doesn't contain '''secure_boot''' then Nova scheduler will not consider secure boot mode as a placement&lt;br /&gt;
criteria, hence user may get a secure boot capable machine that matches with user specified flavors but deployment&lt;br /&gt;
would not use its secure boot capability. Secure boot deploy would happen only when it is explicitly specified through&lt;br /&gt;
flavor&lt;br /&gt;
&lt;br /&gt;
Use element  '''ubuntu-signed''' or '''fedora''' to build signed ubuntu deploy iso and user images from  [https://pypi.python.org/pypi/diskimage-builder diskimage-builder]_. The below command creates files named '''deploy-ramdisk.kernel''',&lt;br /&gt;
'''deploy-ramdisk.initramfs''' and '''deploy-ramdisk.iso''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    pip install &amp;quot;diskimage-builder&amp;quot;&lt;br /&gt;
    ramdisk-image-create -o deploy-ramdisk ubuntu-signed deploy-ironic iso&lt;br /&gt;
&lt;br /&gt;
The below command creates files named '''cloud-image-boot.iso''', '''cloud-image.initrd''', '''cloud-image.vmlinuz''' and '''cloud-image.qcow2''' in the current working directory&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o cloud-image ubuntu-signed baremetal iso&lt;br /&gt;
&lt;br /&gt;
'''''NOTE''''': &lt;br /&gt;
&lt;br /&gt;
* UEFI secure boot is enabled when instance image is getting booted. The bare metal deploy happens in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
* In UEFI secure boot, digitally signed bootloader should be able to validate digital signatures of kernel during boot process. This requires that the bootloader contains the digital signatures of the kernel. For '''iscsi_ilo''' driver, it is recommended that '''boot_iso''' property for user image contains the Glance UUID of the boot ISO. If '''boot_iso''' property is not updated in Glance for the user image, it would create the '''boot_iso''' using bootloader from the deploy iso. This '''boot_iso''' will be able to boot the user image in UEFI secure boot environment only if the bootloader is signed and can validate digital signatures of user  image kernel.&lt;br /&gt;
&lt;br /&gt;
* For pxe_ilo driver, in case of deploy of partition image, ensure that the signed grub2 bootloader used during deploy can validate digital signature of the kernel in the instance partition image. If signed grub2 cannot validate kernel in the instance partition image, boot will fail for the same. &lt;br /&gt;
&lt;br /&gt;
* Ensure the public key of the signed image is loaded into baremetal to deploy signed images. For HP Proliant Gen9 servers, one can enroll public key using iLO System Utilities UI. Please refer to section '''Accessing Secure Boot options''' in [http://www.hp.com/ctg/Manual/c04398276.pdf HP UEFI System Utilities User Guide].  One can also refer to white paper on [http://h20195.www2.hp.com/V2/getpdf.aspx/4AA5-4496ENW.pdf  Secure Boot for Linux on HP Proliant servers] for additional details.&lt;br /&gt;
&lt;br /&gt;
===UEFI Boot from iSCSI volume support===&lt;br /&gt;
&lt;br /&gt;
With '''Gen9 (UEFI firmware version 1.40 or higher)''' and '''Gen10 HPE Proliant servers''', the driver supports firmware based UEFI boot of an iSCSI cinder volume.&lt;br /&gt;
&lt;br /&gt;
This feature requires the node to be configured to boot in UEFI boot mode, as well as user image should be UEFI bootable image, and '''PortFast''' needs to be enabled in switch configuration for immediate spanning tree forwarding state so it wouldn’t take much time setting the iSCSI target as persistent device.&lt;br /&gt;
&lt;br /&gt;
The driver does not support this functionality when in BIOS boot mode. In case the node is configured with '''ilo-pxe''' boot interface and the boot mode configured on the bare metal is BIOS, the iscsi boot from volume is performed using ipxe. See [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume] for more details.&lt;br /&gt;
&lt;br /&gt;
To use this feature, configure the boot mode of the bare metal to UEFI and configure the corresponding ironic node using the steps given in [https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#iscsi-configuration Boot From Volume]. In a cloud environment with nodes configured to boot from BIOS and UEFI boot modes, the virtual media driver only supports UEFI boot mode, and that attempting to use iscsi boot at the same time with a bios volume will result in an error.&lt;br /&gt;
&lt;br /&gt;
===Hardware Inspection===&lt;br /&gt;
&lt;br /&gt;
Hardware inspection is supported by following drivers:&lt;br /&gt;
* '''pxe_ilo'''&lt;br /&gt;
* '''iscsi_ilo'''&lt;br /&gt;
* '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
* The inspection can be initiated by using following commands:&lt;br /&gt;
** Move node to manageable state:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; manage&lt;br /&gt;
** Initiate inspection:&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node_UUID&amp;gt; inspect&lt;br /&gt;
&lt;br /&gt;
NOTE: &lt;br /&gt;
*  The disk size is returned by RIBCL/RIS only when RAID is preconfigured on the storage. If the storage is Direct Attached Storage, then RIBCL/RIS fails to get the disk size..&lt;br /&gt;
** The SNMPv3 inspection gets disk size for all types of storages. If RIBCL/RIS is unable to get disk size and SNMPv3 inspection is requested, the proliantutils does SNMPv3 inspection to get the disk size. If proliantutils is unable to get the disk size, it raises an error. This feature is available in proliantutils release version &amp;gt;= 2.2.0.&lt;br /&gt;
** The iLO must be updated with SNMPv3 authentication details. Refer to the section `SNMPv3 Authentication` in `http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051'  for setting up authentication details on iLO. The  following parameters are mandatory to be given in driver_info  for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_user`` : The SNMPv3 user.&lt;br /&gt;
*** ``snmp_auth_prot_password`` : The auth protocol pass phrase.&lt;br /&gt;
*** ``snmp_auth_priv_password`` : The privacy protocol pass phrase.&lt;br /&gt;
**The  following parameters are optional for SNMPv3 inspection:&lt;br /&gt;
*** ``snmp_auth_protocol`` : The Auth Protocol. The valid values are &amp;quot;MD5&amp;quot; and &amp;quot;SHA&amp;quot;. The iLO default value is &amp;quot;MD5&amp;quot;.&lt;br /&gt;
*** ``snmp_auth_priv_protocol`` : The Privacy protocol. The valid values are &amp;quot;AES&amp;quot; and &amp;quot;DES&amp;quot;. The iLO default value is &amp;quot;DES&amp;quot;.&lt;br /&gt;
* The '''iLO firmware version''' should be '''2.10''' or above for '''nic_capacity''' to be discovered.&lt;br /&gt;
&lt;br /&gt;
The inspection process will discover the following essential properties&lt;br /&gt;
(properties required for scheduling deployment):&lt;br /&gt;
&lt;br /&gt;
* '''memory_mb''': memory size&lt;br /&gt;
&lt;br /&gt;
* '''cpus''': number of cpus&lt;br /&gt;
&lt;br /&gt;
* '''cpu_arch''': cpu architecture&lt;br /&gt;
&lt;br /&gt;
* '''local_gb''': disk size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inspection can also discover the following extra capabilities for iLO drivers:&lt;br /&gt;
&lt;br /&gt;
* '''ilo_firmware_version''': iLO firmware version&lt;br /&gt;
&lt;br /&gt;
* '''rom_firmware_version''': System ROM firmware version&lt;br /&gt;
&lt;br /&gt;
* '''secure_boot''': secure boot is supported or not. The possible values are 'true' or 'false'. The value is returned as 'true' if secure boot is supported by the server.&lt;br /&gt;
&lt;br /&gt;
* '''server_model''': server model&lt;br /&gt;
&lt;br /&gt;
* '''pci_gpu_devices''': number of gpu devices connected to the baremetal.&lt;br /&gt;
&lt;br /&gt;
* '''nic_capacity''': the max speed of the embedded NIC adapter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operator can specify these capabilities in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:server_model=&amp;quot;&amp;lt;in&amp;gt; Gen8&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:pci_gpu_devices=&amp;quot;&amp;gt; 0&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:nic_capacity=&amp;quot;10Gb&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:ilo_firmware_version=&amp;quot;&amp;lt;in&amp;gt; 2.10&amp;quot;&lt;br /&gt;
  nova flavor-key my-baremetal-flavor set capabilities:secure_boot=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The above are just the examples of using the capabilities in nova flavor.&lt;br /&gt;
&lt;br /&gt;
===Enabling HTTPS in Swift===&lt;br /&gt;
&lt;br /&gt;
iLO drivers '''iscsi_ilo''' and '''agent_ilo''' use Swift for storing boot images and management information. By default, HTTPS is not enabled in Swift.  HTTPS is required to encrypt all communication between Ironic Conductor and Swift proxy server, thereby preventing eavesdropping of network packets.  It can be enabled in one of the following ways:&lt;br /&gt;
&lt;br /&gt;
* Using an SSL termination proxy. For more information, refer to http://docs.openstack.org/security-guide/content/tls-proxies-and-http-services.html&lt;br /&gt;
* Using native SSL support in Swift (currently recommended only for testing purpose). &lt;br /&gt;
** Create self-signed cert for SSL using the following commands:&lt;br /&gt;
    cd /etc/swift&lt;br /&gt;
    openssl req -new -x509 -nodes -out cert.crt -keyout cert.key&lt;br /&gt;
** Add the following lines to /etc/swift/proxy-server.conf under [DEFAULT]&lt;br /&gt;
  bind_port = 443&lt;br /&gt;
  cert_file = /etc/swift/cert.crt&lt;br /&gt;
  key_file = /etc/swift/cert.key&lt;br /&gt;
** Restart the Swift proxy server.&lt;br /&gt;
&lt;br /&gt;
===Node Cleaning Support===&lt;br /&gt;
&lt;br /&gt;
* The following drivers support node cleaning:&lt;br /&gt;
** '''pxe_ilo'''&lt;br /&gt;
** '''iscsi_ilo'''&lt;br /&gt;
** '''agent_ilo'''&lt;br /&gt;
&lt;br /&gt;
Ironic provides two modes for node cleaning: '''automated''' and '''manual'''. '''Automated cleaning''' is automatically performed before the first workload has been assigned to a node and when hardware is recycled from one workload to another whereas '''Manual cleaning''' must be invoked by the operator.&lt;br /&gt;
&lt;br /&gt;
====Automated cleaning====&lt;br /&gt;
&lt;br /&gt;
Node automated cleaning is enabled by default.  This setting can be changed in ironic.conf. (Prior to Mitaka, this option was named ‘clean_nodes’)&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=true&lt;br /&gt;
OR&lt;br /&gt;
    [conductor]&lt;br /&gt;
    automated_clean=false&lt;br /&gt;
&lt;br /&gt;
Nodes are set to cleaning state in either of the following -&lt;br /&gt;
:During deletion of an existing instance, i.e. when the node moves from ACTIVE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; deleted&lt;br /&gt;
:Or while moving the node from MANAGEABLE -&amp;gt; AVAILABLE state&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; provide&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO automated cleaning operations are:&lt;br /&gt;
* '''reset_bios_to_default''': Resets system ROM / BIOS Settings to default. This clean step is supported only on Gen9 and above servers. By default, enabled with priority 10.&lt;br /&gt;
* '''reset_secure_boot_keys_to_default''': Resets secure boot keys to manufacturer’s defaults. This step is supported only on Gen9 and above servers. By default, enabled with priority 20.&lt;br /&gt;
* '''reset_ilo_credential''': Resets the iLO password, if ‘ilo_change_password’ is specified as part of node’s driver_info. By default, enabled with priority 30.&lt;br /&gt;
* '''clear_secure_boot_keys''': Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled.&lt;br /&gt;
* '''reset_ilo''': Resets the iLO. By default, this step is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, '''agent_ilo''' driver supports inband automated cleaning operation '''erase_devices'''. It performs Sanitize Erase on disks in HPE Proliant servers. This step supports sanitize disk erase in Proliant servers only if the ramdisk created using diskimage-builder from Ocata release else it performs the '''erase_devices''' implementation available in Ironic Python Agent. By default, this step is disabled. See [[Ironic/Drivers/iLODrivers/master#Sanitize Disk Erase Support|Sanitize Disk Erase Support]] for more information.&lt;br /&gt;
&lt;br /&gt;
You may also need to configure a '''Cleaning Network'''. To disable or change the priority of the particular automated clean step, respective configuration options to be updated in ironic.conf.&lt;br /&gt;
    [ilo]&lt;br /&gt;
    clean_priority_reset_ilo=0&lt;br /&gt;
    clean_priority_reset_bios_to_default=10&lt;br /&gt;
    clean_priority_reset_secure_boot_keys_to_default=20&lt;br /&gt;
    clean_priority_clear_secure_boot_keys=0&lt;br /&gt;
    clean_priority_reset_ilo_credential=30&lt;br /&gt;
    [deploy]&lt;br /&gt;
    erase_devices_priority=0&lt;br /&gt;
    &lt;br /&gt;
To disable a particular automated clean step, update the priority of step to 0. For more information on node automated cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#automated-cleaning Automated cleaning]&lt;br /&gt;
&lt;br /&gt;
====Manual cleaning====&lt;br /&gt;
&lt;br /&gt;
When initiating a manual clean, the operator specifies the cleaning steps to be performed. Manual cleaning can only be performed when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again.&lt;br /&gt;
Manual cleaning can only be performed when the REST API request to initiate it is available in API version 1.15 and higher. So, from command line you need to do:&lt;br /&gt;
    ironic --ironic-api-version 1.15 node-set-provision-state --clean-steps input_manual_clean_steps.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
Currently, supported out-of-band iLO manual cleaning operations are:&lt;br /&gt;
* '''activate_license''':&lt;br /&gt;
:Activates the iLO Advanced license. This is an out-of-band manual cleaning step associated with the management interface. Please note that this operation cannot be performed using virtual media based drivers like iscsi_ilo and agent_ilo as they need this type of advanced license already active to use virtual media to boot into to start cleaning operation. Virtual media is an advanced feature. If an advanced license is already active and the user wants to overwrite the current license key, for example in case of a multi-server activation key delivered with a flexible-quantity kit or after completing an Activation Key Agreement (AKA), then these drivers can still be used for executing this cleaning step.&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Activating_iLO_Advanced_license_as_manual_clean_step Activating iLO Advanced license as manual clean step] for user guidance on usage.&lt;br /&gt;
    '''Note:''' This feature is not applicable to Synergy 480 Gen9 machines because the Synergy machines are installed with the Advanced iLO license by default.&lt;br /&gt;
* '''update_firmware''':&lt;br /&gt;
:Updates the firmware of the devices. Also an out-of-band step associated with the management interface. The supported devices for firmware update are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''. Some devices firmware cannot be updated via this method, such as: storage controllers, host bus adapters, disk drive firmware, network interfaces and Onboard Administrator (OA). Refer below table for the above components' commonly used descriptions.&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device !! Description&lt;br /&gt;
|-&lt;br /&gt;
| ilo || BMC for HPE ProLiant servers&lt;br /&gt;
|-&lt;br /&gt;
| cpld || System programmable logic device&lt;br /&gt;
|-&lt;br /&gt;
| power_pic || Power management controller&lt;br /&gt;
|-&lt;br /&gt;
| bios || HPE ProLiant System ROM&lt;br /&gt;
|-&lt;br /&gt;
| chassis || System chassis device&lt;br /&gt;
|}&lt;br /&gt;
:See [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/mitaka#Initiating_firmware_update_as_manual_clean_step Initiating firmware update as manual clean step] for user guidance on usage.&lt;br /&gt;
And, for more information on node manual cleaning, see [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning]&lt;br /&gt;
&lt;br /&gt;
=====Activating iLO Advanced license as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can activate the iLO Advanced license key as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO advanced license activation as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/license_activation_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''activate_license''' as the '''only''' clean step could be (or a typical content of ''license_activation_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;activate_license&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;ilo_license_key&amp;quot;: &amp;quot;ABC12-XXXXX-XXXXX-XXXXX-YZ345&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''activate_license''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''activate_license''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.ilo_license_key || iLO Advanced license key to activate enterprise features. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Initiating firmware update as manual clean step=====&lt;br /&gt;
&lt;br /&gt;
iLO drivers can invoke secure firmware update as a manual cleaning step. Any manual cleaning step can only be initiated when a node is in the MANAGEABLE state. Once the manual cleaning is finished, the node will be put in the MANAGEABLE state again. User can follow steps from [http://docs.openstack.org/developer/ironic/deploy/cleaning.html#manual-cleaning Manual cleaning] to initiate manual cleaning operation on a node. Refer the following in executing the iLO based firmware update as a manual clean step via ironic client for the purpose of illustration:&lt;br /&gt;
&lt;br /&gt;
    ironic node-set-provision-state &amp;lt;node-uuid&amp;gt; manage&lt;br /&gt;
    ironic --ironic-api-version latest node-set-provision-state --clean-steps /home/deray/firmware_update_clean_step.json &amp;lt;node-uuid&amp;gt; clean&lt;br /&gt;
&lt;br /&gt;
An example of a manual clean step with '''update_firmware''' as the '''only''' clean step could be (or a typical content of ''firmware_update_clean_step.json'' file):&lt;br /&gt;
&lt;br /&gt;
    [{&lt;br /&gt;
      &amp;quot;interface&amp;quot;: &amp;quot;management&amp;quot;,&lt;br /&gt;
      &amp;quot;step&amp;quot;: &amp;quot;update_firmware&amp;quot;,&lt;br /&gt;
      &amp;quot;args&amp;quot;: {&lt;br /&gt;
        &amp;quot;firmware_update_mode&amp;quot;: &amp;quot;ilo&amp;quot;,&lt;br /&gt;
        &amp;quot;firmware_images&amp;quot;:[&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///firmware_images/ilo/1.5/CP024444.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;a94e683ea16d9ae44768f0a65942234d&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;ilo&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;swift://firmware_container/cpld2.3.rpm&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;cpld&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;http://my_address:port/firmwares/bios_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;bios&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;https://my_secure_address_url/firmwares/chassis_vLatest.scexe&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;chassis&amp;quot;&lt;br /&gt;
          },&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;url&amp;quot;: &amp;quot;file:///home/ubuntu/firmware_images/power_pic/pmc_v3.0.bin&amp;quot;,&lt;br /&gt;
            &amp;quot;checksum&amp;quot;: &amp;quot;&amp;lt;md5-checksum-of-this-file&amp;gt;&amp;quot;,&lt;br /&gt;
            &amp;quot;component&amp;quot;: &amp;quot;power_pic&amp;quot;&lt;br /&gt;
          }&lt;br /&gt;
        ]&lt;br /&gt;
      }&lt;br /&gt;
    }]&lt;br /&gt;
&lt;br /&gt;
What the different attributes of '''update_firmware''' clean step stand for are as follows:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description&lt;br /&gt;
|-&lt;br /&gt;
| interface || Interface of clean step, here ''management''&lt;br /&gt;
|-&lt;br /&gt;
| step || Name of clean step, here ''update_firmware''&lt;br /&gt;
|-&lt;br /&gt;
| args || Keyword-argument entry (&amp;lt;name&amp;gt;: &amp;lt;value&amp;gt;) being passed to clean step&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_update_mode || Mode (or mechanism) of out-of-band firmware update. Supported value is ilo. This is mandatory.&lt;br /&gt;
|-&lt;br /&gt;
| args.firmware_images || Ordered list of dictionaries of images to be flashed. This is mandatory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each firmware image block is represented by a dictionary (JSON), in the form:&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot;: &amp;lt;url of firmware image file&amp;gt;,&lt;br /&gt;
      &amp;quot;checksum&amp;quot;: &amp;lt;md5 checksum of firmware image file to verify the image&amp;gt;,&lt;br /&gt;
      &amp;quot;component&amp;quot;: &amp;lt;device on which firmware image will be flashed&amp;gt;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
All the fields in the firmware image block are mandatory.&lt;br /&gt;
* The different types of firmware url schemes supported are: '''file''', '''http''', '''https''' and '''swift'''.&lt;br /&gt;
:'''''Note''''': This feature assumes that while using file url scheme the file path is on the conductor controlling the node.&lt;br /&gt;
:'''''Note''''': The swift url scheme assumes the '''swift''' account of the '''service''' project. The service project (tenant) is a special project created in the Keystone system designed for the use of the core OpenStack services. When Ironic makes use of Swift for storage purpose, the account is generally '''service''' and the container is generally '''ironic''' and ilo drivers use a container named '''ironic_ilo_container''' for their own purpose.&lt;br /&gt;
:'''''Note''''': While using firmware files with a ''.rpm'' extension, make sure the commands '''rpm2cpio''' and '''cpio''' are present on the conductor, as they are utilized to extract the firmware image from the package.&lt;br /&gt;
&lt;br /&gt;
* The firmware components that can be updated are: '''ilo''', '''cpld''', '''power_pic''', '''bios''' and '''chassis'''.&lt;br /&gt;
* The firmware images will be updated in the order given by the operator. If there is any error during processing of any of the given firmware images provided in the list, none of the firmware updates will occur. The processing error could happen during image download, image checksum verification or image extraction. The logic is to process each of the firmware files and update them on the devices only if all the files are processed successfully. If, during the update (uploading and flashing) process, an update fails, then the remaining updates, if any, in the list will be aborted. But it is recommended to triage and fix the failure and re-attempt the manual clean step ''update_firmware'' for the aborted ''firmware_images''.&lt;br /&gt;
:The devices for which the firmwares have been updated successfully would start functioning using their newly updated firmware.&lt;br /&gt;
* As a troubleshooting guidance on the complete process, check Ironic conductor logs carefully to see if there are any firmware processing or update related errors which may help in root causing or gain an understanding of where things were left off or where things failed. You can then fix or work around and then try again. A common cause of update failure is HPE Secure Digital Signature check failure for the firmware image file.&lt;br /&gt;
* To compute '''md5''' checksum for your image file, user can use the following command:&lt;br /&gt;
    $ md5sum image.rpm&lt;br /&gt;
    66cdb090c80b71daa21a67f06ecd3f33  image.rpm&lt;br /&gt;
&lt;br /&gt;
=====RAID Support=====&lt;br /&gt;
&lt;br /&gt;
The inband RAID functionality is supported by iLO drivers. See http://docs.openstack.org/developer/ironic/deploy/raid.html#raid  for more information. Bare Metal service update node with following information after successful configuration of RAID:&lt;br /&gt;
&lt;br /&gt;
* Node '''properties/local_gb''' is set to the size of root volume.&lt;br /&gt;
* Node '''properties/root_device''' is filled with '''wwn''' details of root volume. It is used by iLO drivers as root device hint during provisioning.&lt;br /&gt;
* The value of raid level of root volume is added as '''raid_level''' capability to the node's '''capabilities''' parameter within '''properties''' field. The operator can specify the '''raid_level''' capability in nova flavor for node to be selected for scheduling:&lt;br /&gt;
&lt;br /&gt;
    nova flavor-key ironic-test set capabilities:raid_level=&amp;quot;1+0&amp;quot;&lt;br /&gt;
    nova boot --flavor ironic-test --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=====Sanitize Disk Erase Support=====&lt;br /&gt;
&lt;br /&gt;
The sanitize disk erase is an inband clean step supported by iLO drives. It is supported when the agent ramdisk contains the '''Proliant Hardware Manager''' from the proliantutils version 2.2.0 or higher. If the Sanitize Erase is not supported, then it falls back to the '''erase_devices''' implementation available in Ironic Python Agent. This clean step is performed as part of&lt;br /&gt;
automated cleaning and it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
This inband clean step requires '''ssacli''' utility starting from version '''2.60-19.0''' to perform the erase on physical disks. See the&lt;br /&gt;
[http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334 ssacli documentation] for more information on ssacli utility.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': Inband clean step for RAID configuration and Disk Erase on HPE P/E-Class SR Gen10 controllers and above will require ssacli version to be ssacli-3.10-3.0 and above.&lt;br /&gt;
&lt;br /&gt;
To create an agent ramdisk with '''Proliant Hardware Manager''', use the '''proliant-tools''' element in DIB::&lt;br /&gt;
&lt;br /&gt;
    disk-image-create -o proliant-agent-ramdisk ironic-agent fedora proliant-tools&lt;br /&gt;
&lt;br /&gt;
See the [http://docs.openstack.org/developer/diskimage-builder/elements/proliant-tools/README.html proliant-tools] for more information on creating agent ramdisk with '''proliant-tools''' element in DIB.&lt;br /&gt;
&lt;br /&gt;
=====BIOS configuration support=====&lt;br /&gt;
&lt;br /&gt;
The '''ilo''' hardware type supports '''ilo''' BIOS interface. The support includes providing manual clean steps &amp;quot;apply_configuration&amp;quot; and &amp;quot;factory_reset&amp;quot; to manage supported BIOS settings on the node.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The change in the settings will take into effect after next power cycle.&lt;br /&gt;
&lt;br /&gt;
====Configuration====&lt;br /&gt;
&lt;br /&gt;
Following are the supported BIOS settings and the corresponding brief description for each of the settings. For a detailed description please&lt;br /&gt;
refer to `HPE Integrated Lights-Out REST API Documentation &amp;lt;https://hewlettpackard.github.io/ilo-rest-api-docs&amp;gt;`_.&lt;br /&gt;
&lt;br /&gt;
* '''ca_file''': (optional) CA certificate file to validate iLO.&lt;br /&gt;
&lt;br /&gt;
* '''AdvancedMemProtection''':  Configure additional memory protection with ECC (Error Checking and  Correcting).&lt;br /&gt;
   Allowed values are &amp;quot;AdvancedEcc&amp;quot;, &amp;quot;OnlineSpareAdvancedEcc&amp;quot;,  &amp;quot;MirroredAdvancedEcc&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- ``AutoPowerOn``:&lt;br /&gt;
  Configure the server to automatically power on when AC power is applied to&lt;br /&gt;
  the system.&lt;br /&gt;
  Allowed values are ``AlwaysPowerOn``, ``AlwaysPowerOff``,&lt;br /&gt;
  ``RestoreLastState``.&lt;br /&gt;
&lt;br /&gt;
- ``BootMode``:&lt;br /&gt;
  Select the boot mode of the system.&lt;br /&gt;
  Allowed values are ``Uefi``, ``LegacyBios``&lt;br /&gt;
&lt;br /&gt;
- ``BootOrderPolicy``:&lt;br /&gt;
  Configure how the system attempts to boot devices per the Boot Order when&lt;br /&gt;
  no bootable device is found.&lt;br /&gt;
  Allowed values are ``RetryIndefinitely``, ``AttemptOnce``,&lt;br /&gt;
  ``ResetAfterFailed``.&lt;br /&gt;
&lt;br /&gt;
- ``CollabPowerControl``:&lt;br /&gt;
  Enables the Operating System to request processor frequency changes even&lt;br /&gt;
  if the Power Regulator option on the server configured for Dynamic Power&lt;br /&gt;
  Savings Mode.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``DynamicPowerCapping``:&lt;br /&gt;
  Configure when the System ROM executes power calibration during the boot&lt;br /&gt;
  process.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``, ``Auto``.&lt;br /&gt;
&lt;br /&gt;
- ``DynamicPowerResponse``:&lt;br /&gt;
  Enable the System BIOS to control processor performance and power states&lt;br /&gt;
  depending on the processor workload.&lt;br /&gt;
  Allowed values are ``Fast``, ``Slow``.&lt;br /&gt;
&lt;br /&gt;
- ``IntelligentProvisioning``:&lt;br /&gt;
  Enable or disable the Intelligent Provisioning functionality.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``IntelPerfMonitoring``:&lt;br /&gt;
  Exposes certain chipset devices that can be used with the Intel&lt;br /&gt;
  Performance Monitoring Toolkit.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``IntelProcVtd``:&lt;br /&gt;
  Hypervisor or operating system supporting this option can use hardware&lt;br /&gt;
  capabilities provided by Intel's Virtualization Technology for Directed&lt;br /&gt;
  I/O.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``IntelQpiFreq``:&lt;br /&gt;
  Set the QPI Link frequency to a lower speed.&lt;br /&gt;
  Allowed values are ``Auto``, ``MinQpiSpeed``.&lt;br /&gt;
&lt;br /&gt;
- ``IntelTxt``:&lt;br /&gt;
  Option to modify Intel TXT support.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``PowerProfile``:&lt;br /&gt;
  Set the power profile to be used.&lt;br /&gt;
  Allowed values are ``BalancedPowerPerf``, ``MinPower``, ``MaxPerf``,&lt;br /&gt;
  ``Custom``.&lt;br /&gt;
&lt;br /&gt;
- ``PowerRegulator``:&lt;br /&gt;
  Determines how to regulate the power consumption.&lt;br /&gt;
  Allowed values are ``DynamicPowerSavings``, ``StaticLowPower``,&lt;br /&gt;
  ``StaticHighPerf``, ``OsControl``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcAes``:&lt;br /&gt;
  Enable or disable the Advanced Encryption Standard Instruction Set&lt;br /&gt;
  (AES-NI) in the processor.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcCoreDisable``:&lt;br /&gt;
  Disable processor cores using Intel's Core Multi-Processing (CMP)&lt;br /&gt;
  Technology.&lt;br /&gt;
  Allowed values are Integers ranging from ``0`` to ``24``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcHyperthreading``:&lt;br /&gt;
  Enable or disable Intel Hyperthreading.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcNoExecute``:&lt;br /&gt;
  Protect your system against malicious code and viruses.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcTurbo``:&lt;br /&gt;
  Enables the processor to transition to a higher frequency than the&lt;br /&gt;
  processor's rated speed using Turbo Boost Technology if the processor&lt;br /&gt;
  has available power and is within temperature specifications.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``ProcVirtualization``:&lt;br /&gt;
  Enables or Disables a hypervisor or operating system supporting this option&lt;br /&gt;
  to use hardware capabilities provided by Intel's Virtualization Technology.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``SecureBootStatus``:&lt;br /&gt;
  The current state of Secure Boot configuration.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
  .. note::&lt;br /&gt;
     This setting is read-only and can't be modified with ``apply_configuration``&lt;br /&gt;
     clean step.&lt;br /&gt;
&lt;br /&gt;
- ``Sriov``:&lt;br /&gt;
  If enabled, SR-IOV support enables a hypervisor to create virtual instances&lt;br /&gt;
  of a PCI-express device, potentially increasing performance. If enabled,&lt;br /&gt;
  the BIOS allocates additional resources to PCI-express devices.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``ThermalConfig``:&lt;br /&gt;
  select the fan cooling solution for the system.&lt;br /&gt;
  Allowed values are ``OptimalCooling``, ``IncreasedCooling``,&lt;br /&gt;
  ``MaxCooling``&lt;br /&gt;
&lt;br /&gt;
- ``ThermalShutdown``:&lt;br /&gt;
  Control the reaction of the system to caution level thermal events.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``TpmState``:&lt;br /&gt;
  Current TPM device state.&lt;br /&gt;
  Allowed values are ``NotPresent``, ``PresentDisabled``, ``PresentEnabled``.&lt;br /&gt;
&lt;br /&gt;
  .. note::&lt;br /&gt;
     This setting is read-only and can't be modified with ``apply_configuration``&lt;br /&gt;
     clean step.&lt;br /&gt;
&lt;br /&gt;
- ``TpmType``:&lt;br /&gt;
  Current TPM device type.&lt;br /&gt;
  Allowed values are ``NoTpm``, ``Tpm12``, ``Tpm20``, ``Tm10``.&lt;br /&gt;
&lt;br /&gt;
  .. note::&lt;br /&gt;
     This setting is read-only and can't be modified with ``apply_configuration``&lt;br /&gt;
     clean step.&lt;br /&gt;
&lt;br /&gt;
- ``UefiOptimizedBoot``:&lt;br /&gt;
  Enables or Disables the System BIOS boot using native UEFI graphics&lt;br /&gt;
  drivers.&lt;br /&gt;
  Allowed values are ``Enabled``, ``Disabled``.&lt;br /&gt;
&lt;br /&gt;
- ``WorkloadProfile``:&lt;br /&gt;
  Change the Workload Profile to accomodate your desired workload.&lt;br /&gt;
  Allowed values are ``GeneralPowerEfficientCompute``,&lt;br /&gt;
  ``GeneralPeakFrequencyCompute``, ``GeneralThroughputCompute``,&lt;br /&gt;
  ``Virtualization-PowerEfficient``, ``Virtualization-MaxPerformance``,&lt;br /&gt;
  ``LowLatency``, ``MissionCritical``,&lt;br /&gt;
  ``TransactionalApplicationProcessing``, ``HighPerformanceCompute``,&lt;br /&gt;
  ``DecisionSupport``, ``GraphicProcessing``, ``I/OThroughput``, ``Custom``&lt;br /&gt;
&lt;br /&gt;
  .. note::&lt;br /&gt;
     This setting is only applicable to ProLiant Gen10 servers with iLO 5&lt;br /&gt;
     management systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enabling ProLiant Gen10 systems in Ironic===&lt;br /&gt;
&lt;br /&gt;
[https://www.hpe.com/us/en/servers/gen10-servers.html HPE Gen10 Servers] render a new compute experience. Gen10 Servers are key to infrastructure modernization, accelerating business insights across a hybrid world of traditional IT, public and private cloud.&lt;br /&gt;
&lt;br /&gt;
These servers conform to [https://www.dmtf.org/standards/redfish Redfish API]. The '''proliantutils''' library uses Redfish protocol to communicate to this hardware. Minimum version of proliantutils library required for communicating to Gen10 servers is '''2.4.0'''. All iLO drivers and their features are supported on this hardware. Since Gen10 systems are [https://www.dmtf.org/standards/redfish Redfish] compliant, the reference hardware type [https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html '''redfish'''] works with Gen10 systems as well but it will lack the iLO specific features.&lt;br /&gt;
&lt;br /&gt;
    '''Note''': The S-Class software RAID is not supported by Linux in Gen10. Therefore, while provisioning a Gen10 node, make sure the controller is set to AHCI mode.&lt;br /&gt;
&lt;br /&gt;
For a list of known issues in Gen10 systems, refer to the [https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Gen10_Known_Issues_and_workarounds_.28if_available.29 Gen10 known issues] section.&lt;br /&gt;
&lt;br /&gt;
===Instance Images===&lt;br /&gt;
&lt;br /&gt;
All iLO drivers support deployment of whole disk images. The whole disk images&lt;br /&gt;
could be one of following types:&lt;br /&gt;
&lt;br /&gt;
1. BIOS only image.  An image having only MBR partition and will boot only in BIOS boot mode.&lt;br /&gt;
&lt;br /&gt;
2. UEFI only image. An image having GPT partition and will boot only in UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
3. Hybrid image. An image that has GPT and MBR partition and will boot in both BIOS and UEFI boot mode.&lt;br /&gt;
&lt;br /&gt;
4. Signed UEFI image. An UEFI image wherein bootloader and kernel are signed which could be used in UEFI secure boot environment.&lt;br /&gt;
&lt;br /&gt;
Few of the linux distros provide whole disk images. Examples are:&lt;br /&gt;
&lt;br /&gt;
1. Ubuntu - https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-uefi1.img&lt;br /&gt;
&lt;br /&gt;
2. CoreOS - http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2&lt;br /&gt;
&lt;br /&gt;
3. OpenSuse - https://susestudio.com (It lets you build the image through the browser)&lt;br /&gt;
&lt;br /&gt;
Following table summarizes the whole disk image capabilities:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Image Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Boot Mode&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Config Drive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | UEFI Secure Boot&lt;br /&gt;
|-&lt;br /&gt;
| BIOS only&lt;br /&gt;
| BIOS&lt;br /&gt;
| Yes&lt;br /&gt;
| NA&lt;br /&gt;
|-&lt;br /&gt;
| UEFI only&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| UEFI Signed&lt;br /&gt;
| UEFI&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hybrid&lt;br /&gt;
| BIOS and UEFI&lt;br /&gt;
| See note below&lt;br /&gt;
| Yes, if signed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Config Drive feature of Ironic may not work on all the whole disk images, especially hybrid images wherein partition information may get lost when config drive partition is being created leading to failure during provisioning or instance may not boot. 	&lt;br /&gt;
&lt;br /&gt;
Not all Linux distributions support hybrid images (single image that can boot in BIOS and UEFI boot mode). If the image can be booted only in a specific boot mode then user needs to add 'boot_mode' capability in nova flavor's extra_spec. &lt;br /&gt;
From nova, specific boot mode may be requested by using the ComputeCapabilitesFilter. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot;&lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
For pxe-ilo driver, to deploy a whole disk image in UEFI boot mode, user needs to add boot_option=&amp;quot;local&amp;quot; capability in nova flavor's extra_spec. For example:-&lt;br /&gt;
  nova flavor-key ironic-test-3 set capabilities:boot_mode=&amp;quot;uefi&amp;quot; capabilities:boot_option=&amp;quot;local&amp;quot; &lt;br /&gt;
  nova boot --flavor ironic-test-3 --image test-image instance-1&lt;br /&gt;
&lt;br /&gt;
=== Known Issues===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| BIOS System ROM version 1.20                &lt;br /&gt;
| Deploy on Gen9 servers fails as iLO do not honour one time boot device settings and tries to boot from the persistent boot device.&lt;br /&gt;
| It is caused due to a defect in BIOS System ROM. The fix for the same is available since firmware version 1.32_03-05-2015 13 May 2015 onward.&lt;br /&gt;
|-&lt;br /&gt;
| 2      &lt;br /&gt;
| Smart Array SAS Driver v8.03             &lt;br /&gt;
| Fedora based IPA deploy ramdisk ISO fails to boot with error &amp;quot;error: can't allocate initrd&amp;quot; if the P220 based smart array controller is attached to the ProLiant server&lt;br /&gt;
| It is a Fishman driver issue in firmware for P220 based smart arrays. The defect has been filed on Fishman firmware. The driver patch would be made available shortly.&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| iLO version 2.20             &lt;br /&gt;
| Deploy using any of the iLO drivers can fail on Gen9 servers with error in conductor logs as &amp;quot;Invalid Device Choice&amp;quot; while setting persistent boot device. This issue happens only when Gen9 servers are running with iLO firmware version 2.20&lt;br /&gt;
| This issue is in iLO firmware wherein if RIBCL is used to update persistent boot devices in UEFI boot mode on Gen9 servers, it fails with error message mentioned above. This issue can be resolved by using one of the methods given below:-&lt;br /&gt;
&lt;br /&gt;
A. Downgrading the iLO firmware version to 2.10 or upgrading it to version higher than 2.20&lt;br /&gt;
&lt;br /&gt;
B. Upgrading python package 'proliantutils' to version greater or equal to 2.1.3, This issue has been fixed in 'proliantutils' by enhancing it to use HP REST interface to update persistent boot devices for Gen9 servers.&lt;br /&gt;
   $ sudo pip install &amp;quot;proliantutils&amp;gt;=2.1.3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| NA&lt;br /&gt;
| Openstack documentation (http://docs.openstack.org/developer/ironic/) does not document '''Enabling HTTPS in Swift'''&lt;br /&gt;
| Refer to '''Enabling HTTPS in Swift''' section of the iLO driver wiki (https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/Kilo#Enabling_HTTPS_in_Swift) to get information and steps to enable it.&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| NA&lt;br /&gt;
| When SSL is enabled in OpenStack environment and images to be attached to iLO virtual media are based on 'https', iLO is unable to read/boot using such images. &lt;br /&gt;
| iLO firmware version may not support the ciphers being enabled at the SSL server hosting the images. Please refer to iLO firmware documentation to ensure that the ciphers being used are supported http://h10032.www1.hp.com/ctg/Manual/c03334051. It is also recommended to refer to  'Release Notes' of iLO firmware version being used for more details.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Gen10 Known Issues and workarounds (if available) =====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;; | Sr No&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Components (with Firmware Version)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Known Issues&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Resolutions&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vinay50muddu</name></author>	</entry>

	</feed>