Brocade Vyatta L3 plug-in config options

Add Brocade Vyatta layer 3 plug-in configuration options
in Configuration Reference

Change-Id: I9b52d5bd944b0485bdded0fdbc138089bc3494ab
Closes-bug: #1440622
This commit is contained in:
Sripriya 2015-04-08 12:18:29 -07:00
parent 69b5b86fe5
commit 7dc78b86ce
4 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,70 @@
<?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_neutron_brocade_vyatta_l3">
<caption>Description of Brocade Vyatta L3 plug-in 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">[VROUTER]</th>
</tr>
<tr>
<td><option>flavor</option> = <replaceable>2</replaceable></td>
<td>(StrOpt) Nova VM flavor for instances of Vyatta vRouter.</td>
</tr>
<tr>
<td><option>image_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Nova image id for instances of Vyatta vRouter.</td>
</tr>
<tr>
<td><option>keystone_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Keystone URL.</td>
</tr>
<tr>
<td><option>management_network_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Vyatta vRouter management network id.</td>
</tr>
<tr>
<td><option>nova_poll_interval</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Number of seconds between consecutive Nova queries when waiting for router instance status change.</td>
</tr>
<tr>
<td><option>nova_spawn_timeout</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) Number of seconds to wait for Nova to activate instance before setting resource to error state.</td>
</tr>
<tr>
<td><option>tenant_admin_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name of tenant admin user.</td>
</tr>
<tr>
<td><option>tenant_admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Tenant admin password.</td>
</tr>
<tr>
<td><option>tenant_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) UUID of tenant that holds Vyatta vRouter instances.</td>
</tr>
<tr>
<td><option>vrouter_boot_timeout</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) Number of seconds to wait for Vyatta vRouter to boot before setting resource to error state.</td>
</tr>
<tr>
<td><option>vrouter_credentials</option> = <replaceable>vyatta:vyatta</replaceable></td>
<td>(StrOpt) Vyatta vRouter login credentials</td>
</tr>
<tr>
<td><option>vrouter_poll_interval</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Number of seconds between consecutive Vyatta vRouter queries when waiting for router instance boot.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -39,6 +39,17 @@
href="../../common/tables/neutron-brocade.xml"
/>
</section>
<section xml:id="networking-plugin-brocade_vyatta_l3">
<title>Brocade Vyatta layer 3 plug-in</title>
<para>The Brocade Vyatta Layer 3 plug-in configures Vyatta
vRouter. More information about the plug-in is available at: <link
xlink:href="https://wiki.openstack.org/wiki/Brocade_Vyatta_L3_Plugin"
>Brocade_Vyatta_L3_Plugin</link>.</para>
<para>Use the following options to configure the Brocade Vyatta Layer 3 plug-in.</para>
<xi:include
href="../../common/tables/neutron-brocade_vyatta_l3.xml"
/>
</section>
<section xml:id="networking-plugin-cisco">
<title>CISCO configuration options</title>
<xi:include

View File

@ -413,6 +413,18 @@ SYNCMANAGER/enable_sync nuage
SYNCMANAGER/sync_interval nuage
VLANS/network_vlan_ranges linuxbridge_agent
VLANS/tenant_network_type linuxbridge_agent
VROUTER/flavor brocade_vyatta_l3
VROUTER/image_id brocade_vyatta_l3
VROUTER/keystone_url brocade_vyatta_l3
VROUTER/management_network_id brocade_vyatta_l3
VROUTER/nova_poll_interval brocade_vyatta_l3
VROUTER/nova_spawn_timeout brocade_vyatta_l3
VROUTER/tenant_admin_name brocade_vyatta_l3
VROUTER/tenant_admin_password brocade_vyatta_l3
VROUTER/tenant_id brocade_vyatta_l3
VROUTER/vrouter_boot_timeout brocade_vyatta_l3
VROUTER/vrouter_credentials brocade_vyatta_l3
VROUTER/vrouter_poll_interval brocade_vyatta_l3
VXLAN/enable_vxlan linuxbridge_agent
VXLAN/l2_population linuxbridge_agent
VXLAN/local_ip linuxbridge_agent

View File

@ -1,5 +1,6 @@
bigswitch BigSwitch
brocade Brocade
brocade_vyatta_l3 Brocade Vyatta L3 plug-in
cfg_agent cfg agent
cisco Cisco
dhcp_agent DHCP agent