7c0081a59b
Change-Id: Ib2a955f7ff9ca46b808a2f8ee5155e83c4eb4f45
219 lines
9.8 KiB
XML
219 lines
9.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_neutron_ml2_cisco">
|
|
<caption>Description of ML2 Cisco mechanism driver 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>apic_system_id</option> = <replaceable>openstack</replaceable></td>
|
|
<td>(StrOpt) Prefix for APIC domain/names/profiles created</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[ml2_cisco]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host_key_checks</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Enable strict host key checks when connecting to Nexus switches</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>managed_physical_network</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The physical network managed by the switches.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>persistent_switch_config</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) To make Nexus configuration persistent</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>provider_vlan_auto_create</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>provider_vlan_auto_trunk</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>provider_vlan_name_prefix</option> = <replaceable>p-</replaceable></td>
|
|
<td>(StrOpt) VLAN Name prefix for provider vlans</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>svi_round_robin</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Distribute SVI interfaces over all switches</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>switch_heartbeat_time</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Periodic time to check switch connection. (0=disabled)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>switch_replay_count</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) Number of times to attempt config replay with switch.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vlan_name_prefix</option> = <replaceable>q-</replaceable></td>
|
|
<td>(StrOpt) VLAN Name prefix</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vxlan_global_config</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Create and delete Nexus switch VXLAN global settings; feature nv overlay, feature vn-segment-vlan-based, interface nve + source-interface loopback</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[ml2_cisco_apic]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_agent_poll_interval</option> = <replaceable>2</replaceable></td>
|
|
<td>(FloatOpt) Interval between agent poll for topology (in sec)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_agent_report_interval</option> = <replaceable>30</replaceable></td>
|
|
<td>(FloatOpt) Interval between agent status updates (in sec)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_app_profile_name</option> = <replaceable>${apic_system_id}_app</replaceable></td>
|
|
<td>(StrOpt) Name for the app profile used for Openstack</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_domain_name</option> = <replaceable>${apic_system_id}</replaceable></td>
|
|
<td>(StrOpt) Name for the domain created on APIC</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_entity_profile</option> = <replaceable>${apic_system_id}_entity_profile</replaceable></td>
|
|
<td>(StrOpt) Name of the entity profile to be created</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_function_profile</option> = <replaceable>${apic_system_id}_function_profile</replaceable></td>
|
|
<td>(StrOpt) Name of the function profile to be created</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_host_uplink_ports</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) The uplink ports to check for ACI connectivity</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_hosts</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) An ordered list of host names or IP addresses of the APIC controller(s).</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_lacp_profile</option> = <replaceable>${apic_system_id}_lacp_profile</replaceable></td>
|
|
<td>(StrOpt) Name of the LACP profile to be created</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_name_mapping</option> = <replaceable>use_name</replaceable></td>
|
|
<td>(StrOpt) Name mapping strategy to use: use_uuid | use_name</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_node_profile</option> = <replaceable>${apic_system_id}_node_profile</replaceable></td>
|
|
<td>(StrOpt) Name of the node profile to be created</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for the APIC controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_sync_interval</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Synchronization interval in seconds</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_use_ssl</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Use SSL to connect to the APIC controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_username</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Username for the APIC controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_vlan_ns_name</option> = <replaceable>${apic_system_id}_vlan_ns</replaceable></td>
|
|
<td>(StrOpt) Name for the vlan namespace to be used for Openstack</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_vlan_range</option> = <replaceable>2:4093</replaceable></td>
|
|
<td>(StrOpt) Range of VLAN's to be used for Openstack</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>apic_vpc_pairs</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) The switch pairs for VPC connectivity</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[ml2_cisco_n1kv]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_policy_profile</option> = <replaceable>default-pp</replaceable></td>
|
|
<td>(StrOpt) Cisco Nexus1000V default policy profile.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_vlan_network_profile</option> = <replaceable>default-vlan-np</replaceable></td>
|
|
<td>(StrOpt) Cisco Nexus1000V default network profile for VLAN networks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_vxlan_network_profile</option> = <replaceable>default-vxlan-np</replaceable></td>
|
|
<td>(StrOpt) Cisco Nexus1000V default network profile for VXLAN networks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>http_pool_size</option> = <replaceable>4</replaceable></td>
|
|
<td>(IntOpt) Number of threads to use to make HTTP requests.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>http_timeout</option> = <replaceable>15</replaceable></td>
|
|
<td>(IntOpt) HTTP timeout, in seconds, for connections to the Cisco Nexus1000V VSMs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>n1kv_vsm_ips</option> = <replaceable>None</replaceable></td>
|
|
<td>(ListOpt) Comma Separated IP Addresses of the Cisco Nexus1000V VSMs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for all configured Cisco Nexus1000V VSMs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>poll_duration</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Cisco Nexus1000V policy profile polling duration in seconds.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>restrict_policy_profiles</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Restrict the visibility of policy profiles to the tenants.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>sync_interval</option> = <replaceable>300</replaceable></td>
|
|
<td>(IntOpt) Time interval between consecutive neutron-VSM syncs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>username</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Username for all configured Cisco Nexus1000V VSMs.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[ml2_cisco_ucsm]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>supported_pci_devs</option> = <replaceable>1137:0071, 8086:10c9</replaceable></td>
|
|
<td>(ListOpt) List of comma separated vendor_id:product_id of SR_IOV capable devices supported by this MD. This MD supports both VM-FEX and SR-IOV devices.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ucsm_host_list</option> = <replaceable>None</replaceable></td>
|
|
<td>(ListOpt) List of comma separated Host:Service Profile tuples providing the Service Profile associated with each Host to be supported by this MD.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ucsm_ip</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Cisco UCS Manager IP address. This is a required field to communicate with a Cisco UCS Manager.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ucsm_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ucsm_username</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|