20b6805c04
Also fixed up some duplicate config options due to a bug in autohelp.py. While working through duplication options, I believe I encountered some that weren't being output, but I'd rather spend the time fixing the tool than manually adding those. Change-Id: I60eb035b97d354bc57168421facafd895ace2a10
113 lines
4.9 KiB
XML
113 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for openvswitch_agent</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>bridge_mappings = </td>
|
|
<td>(StrOpt) N1K Bridge Mappings</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bridge_mappings = </td>
|
|
<td>(ListOpt) List of <physical_network>:<bridge></td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_tunneling = True</td>
|
|
<td>(BoolOpt) N1K Enable Tunneling</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_tunneling = False</td>
|
|
<td>(BoolOpt) Enable tunneling support</td>
|
|
</tr>
|
|
<tr>
|
|
<td>int_peer_patch_port = patch-tun</td>
|
|
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = br-int</td>
|
|
<td>(StrOpt) N1K Integration Bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = br-int</td>
|
|
<td>(StrOpt) Integration bridge to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_population = False</td>
|
|
<td>(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = </td>
|
|
<td>(StrOpt) Local IP address of the VXLAN endpoints.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = 10.0.0.3</td>
|
|
<td>(StrOpt) N1K Local IP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = </td>
|
|
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>minimize_polling = True</td>
|
|
<td>(BoolOpt) Minimize polling by monitoring ovsdb for interface changes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ovsdb_monitor_respawn_interval = 30</td>
|
|
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tenant_network_type = local</td>
|
|
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tun_peer_patch_port = patch-int</td>
|
|
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_bridge = br-tun</td>
|
|
<td>(StrOpt) N1K Tunnel Bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_bridge = br-tun</td>
|
|
<td>(StrOpt) Tunnel bridge to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_id_ranges = </td>
|
|
<td>(ListOpt) List of <tun_min>:<tun_max></td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_id_ranges = </td>
|
|
<td>(ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_type = </td>
|
|
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_types = </td>
|
|
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>veth_mtu = None</td>
|
|
<td>(IntOpt) MTU size of veth interfaces</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vxlan_udp_port = 4789</td>
|
|
<td>(IntOpt) The UDP port to use for VXLAN tunnels.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|