e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
93 lines
4.3 KiB
XML
93 lines
4.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_ironic_ilo">
|
|
<caption>Description of iLO configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[ilo]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_clear_secure_boot_keys</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Priority for clear_secure_boot_keys clean step. This step is not enabled by default. It can be enabled to to clear all secure boot keys enrolled with iLO.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_erase_devices</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) Priority for erase devices clean step. If unset, it defaults to 10. If set to 0, the step will be disabled and will not run during cleaning.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_reset_bios_to_default</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Priority for reset_bios_to_default clean step.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_reset_ilo</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) Priority for reset_ilo clean step.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_reset_ilo_credential</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Priority for reset_ilo_credential clean step. This step requires "ilo_change_password" parameter to be updated in nodes's driver_info with the new password.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>clean_priority_reset_secure_boot_keys_to_default</option> = <replaceable>20</replaceable></td>
|
|
<td>(IntOpt) Priority for reset_secure_boot_keys clean step. This step will reset the secure boot keys to manufacturing defaults.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_port</option> = <replaceable>443</replaceable></td>
|
|
<td>(IntOpt) Port to be used for iLO operations</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_timeout</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Timeout (in seconds) for iLO operations</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>power_retry</option> = <replaceable>6</replaceable></td>
|
|
<td>(IntOpt) Number of times a power operation needs to be retried</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>power_wait</option> = <replaceable>2</replaceable></td>
|
|
<td>(IntOpt) Amount of time in seconds to wait in between power operations</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>swift_ilo_container</option> = <replaceable>ironic_ilo_container</replaceable></td>
|
|
<td>(StrOpt) The Swift iLO container to store data.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>swift_object_expiry_timeout</option> = <replaceable>900</replaceable></td>
|
|
<td>(IntOpt) Amount of time in seconds for Swift objects to auto-expire.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>use_web_server_for_images</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Set this to True to use http web server to host floppy images and generated boot ISO. This requires http_root and http_url to be configured in the [deploy] section of the config file. If this is set to False, then Ironic will use Swift to host the floppy images and generated boot_iso.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|