e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
69 lines
2.9 KiB
XML
69 lines
2.9 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_deploy">
|
|
<caption>Description of deploy 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">[deploy]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dd_block_size</option> = <replaceable>1M</replaceable></td>
|
|
<td>(StrOpt) Block size to use when writing to the nodes disk.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>efi_system_partition_size</option> = <replaceable>200</replaceable></td>
|
|
<td>(IntOpt) Size of EFI system partition in MiB when configuring UEFI systems for local boot.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>erase_devices_iterations</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) Number of iterations to be run for erasing devices.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>erase_devices_priority</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) Priority to run in-band erase devices via the Ironic Python Agent ramdisk. If unset, will use the priority set in the ramdisk (defaults to 10 for the GenericHardwareManager). If set to 0, will not run during cleaning.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>http_root</option> = <replaceable>/httpboot</replaceable></td>
|
|
<td>(StrOpt) ironic-conductor node's HTTP root path.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>http_url</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ironic-conductor node's HTTP server URL. Example: http://192.1.2.3:8080</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>iscsi_verify_attempts</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) Maximum attempts to verify an iSCSI connection is active, sleeping 1 second between attempts.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|