8b2016b5d0
Include the new tables in the documentation. Fix the cinder-prophetstor_dpl.xml filename and the xiv category. Manually fix those files for niceness test: - glance-logging.xml (lines 34, 38), fixed in oslo-incubator - trove-logging.xml (lines 26, 30), fixed in oslo-incubator - neutron-openvswitch_agent.xml (line 45), to be fixed in neutron Closes-Bug: #1340858 Closes-Bug: #1344231 Closes-Bug: #1345956 Closes-Bug: #1346711 Closes-Bug: #1347978 Partial-Bug: #1348329 Closes-Bug: #1352074 Partial-Bug: #1353417 Closes-Bug: #1354622 Closes-Bug: #1339754 Closes-Bug: #1358598 Closes-Bug: #1358259 Closes-Bug: #1357865 Partial-Bug: #1357457 Closes-Bug: #1357421 Change-Id: Id2da7d7762ca954bd552dbf89a9ff28b144efb68
131 lines
4.8 KiB
XML
131 lines
4.8 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_nova_baremetal">
|
|
<caption>Description of configuration options for baremetal</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">[baremetal]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>db_backend = sqlalchemy</td>
|
|
<td>(StrOpt) The backend to use for bare-metal database</td>
|
|
</tr>
|
|
<tr>
|
|
<td>deploy_kernel = None</td>
|
|
<td>(StrOpt) Default kernel image ID used in deployment phase</td>
|
|
</tr>
|
|
<tr>
|
|
<td>deploy_ramdisk = None</td>
|
|
<td>(StrOpt) Default ramdisk image ID used in deployment phase</td>
|
|
</tr>
|
|
<tr>
|
|
<td>driver = nova.virt.baremetal.pxe.PXE</td>
|
|
<td>(StrOpt) Baremetal driver back-end (pxe or tilera)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>flavor_extra_specs = </td>
|
|
<td>(ListOpt) A list of additional capabilities corresponding to flavor_extra_specs for this compute host to advertise. Valid entries are name=value, pairs For example, "key1:val1, key2:val2"</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ipmi_power_retry = 10</td>
|
|
<td>(IntOpt) Maximal number of retries for IPMI operations</td>
|
|
</tr>
|
|
<tr>
|
|
<td>net_config_template = $pybasedir/nova/virt/baremetal/net-dhcp.ubuntu.template</td>
|
|
<td>(StrOpt) Template file for injected network config</td>
|
|
</tr>
|
|
<tr>
|
|
<td>power_manager = nova.virt.baremetal.ipmi.IPMI</td>
|
|
<td>(StrOpt) Baremetal power management method</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pxe_append_params = nofb nomodeset vga=normal</td>
|
|
<td>(StrOpt) Additional append parameters for baremetal PXE boot</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pxe_bootfile_name = pxelinux.0</td>
|
|
<td>(StrOpt) This gets passed to Neutron as the bootfile dhcp parameter.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pxe_config_template = $pybasedir/nova/virt/baremetal/pxe_config.template</td>
|
|
<td>(StrOpt) Template file for PXE configuration</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pxe_deploy_timeout = 0</td>
|
|
<td>(IntOpt) Timeout for PXE deployments. Default: 0 (unlimited)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pxe_network_config = False</td>
|
|
<td>(BoolOpt) If set, pass the network configuration details to the initramfs via cmdline.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>sql_connection = sqlite:///$state_path/baremetal_nova.sqlite</td>
|
|
<td>(StrOpt) The SQLAlchemy connection string used to connect to the bare-metal database</td>
|
|
</tr>
|
|
<tr>
|
|
<td>terminal = shellinaboxd</td>
|
|
<td>(StrOpt) Path to baremetal terminal program</td>
|
|
</tr>
|
|
<tr>
|
|
<td>terminal_cert_dir = None</td>
|
|
<td>(StrOpt) Path to baremetal terminal SSL cert(PEM)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>terminal_pid_dir = $state_path/baremetal/console</td>
|
|
<td>(StrOpt) Path to directory stores pidfiles of baremetal_terminal</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tftp_root = /tftpboot</td>
|
|
<td>(StrOpt) Baremetal compute node's tftp root path</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_file_injection = False</td>
|
|
<td>(BoolOpt) If True, enable file injection for network info, files and admin password</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_unsafe_iscsi = False</td>
|
|
<td>(BoolOpt) Do not set this out of dev/test environments. If a node does not have a fixed PXE IP address, volumes are exported with globally opened ACL</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vif_driver = nova.virt.baremetal.vif_driver.BareMetalVIFDriver</td>
|
|
<td>(StrOpt) Baremetal VIF driver.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_host_key = None</td>
|
|
<td>(StrOpt) The ssh key for virtual power host_user</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_host_pass = </td>
|
|
<td>(StrOpt) Password for virtual power host_user</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_host_user = </td>
|
|
<td>(StrOpt) User to execute virtual power commands as</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_ssh_host = </td>
|
|
<td>(StrOpt) IP or name to virtual power host</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_ssh_port = 22</td>
|
|
<td>(IntOpt) Port to use for ssh to virtual power host</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virtual_power_type = virsh</td>
|
|
<td>(StrOpt) Base command to use for virtual power(vbox, virsh)</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|