9345473f62
Change-Id: I39e5bc772b229767b989a8fcdf5434149dc0c8cf Partial-Bug: #1407581
87 lines
3.9 KiB
XML
87 lines
3.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_ironic_pxe">
|
|
<caption>Description of PXE 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">[pxe]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_ephemeral_format</option> = <replaceable>ext4</replaceable></td>
|
|
<td>(StrOpt) Default file system format for ephemeral partition, if one is created.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>disk_devices</option> = <replaceable>cciss/c0d0,sda,hda,vda</replaceable></td>
|
|
<td>(StrOpt) The disk devices to scan while doing the deploy.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>image_cache_size</option> = <replaceable>20480</replaceable></td>
|
|
<td>(IntOpt) Maximum size (in MiB) of cache for master images, including those in use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>image_cache_ttl</option> = <replaceable>10080</replaceable></td>
|
|
<td>(IntOpt) Maximum TTL (in minutes) for old master images in cache.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>images_path</option> = <replaceable>/var/lib/ironic/images/</replaceable></td>
|
|
<td>(StrOpt) On the ironic-conductor node, directory where images are stored on disk.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>instance_master_path</option> = <replaceable>/var/lib/ironic/master_images</replaceable></td>
|
|
<td>(StrOpt) On the ironic-conductor node, directory where master instance images are stored on disk.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ipxe_boot_script</option> = <replaceable>$pybasedir/drivers/modules/boot.ipxe</replaceable></td>
|
|
<td>(StrOpt) On ironic-conductor node, the path to the main iPXE script file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ipxe_enabled</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Enable iPXE boot.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pxe_append_params</option> = <replaceable>nofb nomodeset vga=normal</replaceable></td>
|
|
<td>(StrOpt) Additional append parameters for baremetal PXE boot.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pxe_bootfile_name</option> = <replaceable>pxelinux.0</replaceable></td>
|
|
<td>(StrOpt) Bootfile DHCP parameter.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pxe_config_template</option> = <replaceable>$pybasedir/drivers/modules/pxe_config.template</replaceable></td>
|
|
<td>(StrOpt) On ironic-conductor node, template file for PXE configuration.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tftp_master_path</option> = <replaceable>/tftpboot/master_images</replaceable></td>
|
|
<td>(StrOpt) On ironic-conductor node, directory where master TFTP images are stored on disk.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tftp_root</option> = <replaceable>/tftpboot</replaceable></td>
|
|
<td>(StrOpt) ironic-conductor node's TFTP root path.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tftp_server</option> = <replaceable>$my_ip</replaceable></td>
|
|
<td>(StrOpt) IP address of ironic-conductor node's TFTP server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>uefi_pxe_bootfile_name</option> = <replaceable>elilo.efi</replaceable></td>
|
|
<td>(StrOpt) Bootfile DHCP parameter for UEFI boot mode.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>uefi_pxe_config_template</option> = <replaceable>$pybasedir/drivers/modules/elilo_efi_pxe_config.template</replaceable></td>
|
|
<td>(StrOpt) On ironic-conductor node, template file for PXE configuration for UEFI boot loader.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|