7a31597e38
Change-Id: I2e8f86f799a34398b2c222d6467eab1ad3e2ffa1
67 lines
2.6 KiB
XML
67 lines
2.6 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_irmc">
|
|
<caption>Description of iRMC 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">[irmc]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>auth_method</option> = <replaceable>basic</replaceable></td>
|
|
<td>(StrOpt) Authentication method to be used for iRMC operations, either "basic" or "digest"</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_timeout</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Timeout (in seconds) for iRMC operations</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>port</option> = <replaceable>443</replaceable></td>
|
|
<td>(IntOpt) Port to be used for iRMC operations, either 80 or 443</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_server</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) IP of remote image server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_share_name</option> = <replaceable>share</replaceable></td>
|
|
<td>(StrOpt) share name of remote_image_server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_share_root</option> = <replaceable>/remote_image_share_root</replaceable></td>
|
|
<td>(StrOpt) Ironic conductor node's "NFS" or "CIFS" root path</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_share_type</option> = <replaceable>CIFS</replaceable></td>
|
|
<td>(StrOpt) Share type of virtual media, either "NFS" or "CIFS"</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_user_domain</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Domain name of remote_image_user_name</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_user_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) User name of remote_image_server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>remote_image_user_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password of remote_image_user_name</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>sensor_method</option> = <replaceable>ipmitool</replaceable></td>
|
|
<td>(StrOpt) Sensor data retrieval method, either "ipmitool" or "scci"</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|