9fa2c79f7e
The autohelp script didn't properly clean some values. Use sensible values for pybasedir-based paths instead of values related to the build environment. Change-Id: Id72eef4436a5edeb67adced9169824adb4d4aa3f
117 lines
6.3 KiB
XML
117 lines
6.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_common">
|
|
<caption>Description of common 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">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>bindir</option> = <replaceable>/usr/local/bin</replaceable></td>
|
|
<td>(StrOpt) Directory where ironic binaries are installed.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>enabled_drivers</option> = <replaceable>pxe_ipmitool</replaceable></td>
|
|
<td>(ListOpt) Specify the list of drivers to load during service initialization. Missing drivers, or drivers which fail to initialize, will prevent the conductor service from starting. The option default is a recommended set of production-oriented drivers. A complete list of drivers present on your system may be found by enumerating the "ironic.drivers" entrypoint. An example may be found in the developer documentation online.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
|
<td>(IntOpt) Size of executor thread pool.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>fatal_deprecations</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Enables or disables fatal status of deprecations.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>force_raw_images</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) If True, convert backing images to "raw" disk image format.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>grub_config_template</option> = <replaceable>$pybasedir/common/grub_conf.template</replaceable></td>
|
|
<td>(StrOpt) Template file for grub configuration file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hash_distribution_replicas</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) [Experimental Feature] Number of hosts to map onto each hash partition. Setting this to more than one will cause additional conductor services to prepare deployment environments and potentially allow the Ironic cluster to recover more quickly if a conductor instance is terminated.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hash_partition_exponent</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Exponent to determine number of hash partitions to use when distributing load across conductors. Larger values will result in more even distribution of load and less load when rebalancing the ring, but more memory usage. Number of partitions per conductor is (2^hash_partition_exponent). This determines the granularity of rebalancing: given 10 hosts, and an exponent of the 2, there are 40 partitions in the ring.A few thousand partitions should make rebalancing smooth in most cases. The default is suitable for up to a few hundred conductors. Too many partitions has a CPU impact.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host</option> = <replaceable>sd-52009.dedibox.fr</replaceable></td>
|
|
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>isolinux_bin</option> = <replaceable>/usr/lib/syslinux/isolinux.bin</replaceable></td>
|
|
<td>(StrOpt) Path to isolinux binary file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>isolinux_config_template</option> = <replaceable>$pybasedir/common/isolinux_config.template</replaceable></td>
|
|
<td>(StrOpt) Template file for isolinux configuration file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
|
|
<td>(ListOpt) Memcached servers or None for in process cache.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>my_ip</option> = <replaceable>10.0.0.1</replaceable></td>
|
|
<td>(StrOpt) IP address of this host. If unset, will determine the IP programmatically. If unable to do so, will use "127.0.0.1".</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>parallel_image_downloads</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Run image downloads and raw format conversions in parallel.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>periodic_interval</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Seconds between running periodic tasks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pybasedir</option> = <replaceable>/usr/lib/python/site-packages/ironic</replaceable></td>
|
|
<td>(StrOpt) Directory where the ironic python module is installed.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rootwrap_config</option> = <replaceable>/etc/ironic/rootwrap.conf</replaceable></td>
|
|
<td>(StrOpt) Path to the rootwrap configuration file to use for running commands as root.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>state_path</option> = <replaceable>$pybasedir</replaceable></td>
|
|
<td>(StrOpt) Top-level directory for maintaining ironic's state.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tempdir</option> = <replaceable>/tmp</replaceable></td>
|
|
<td>(StrOpt) Temporary working directory, default is Python temp dir.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|