Juno - Juno - Juno - Juno - Juno - Juno - Juno - Juno -
Configuration option = Default value | Description |
---|---|
[CISCO] | |
model_class = neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2 | (StrOpt) Model Class |
nexus_l3_enable = False | (BoolOpt) Enable L3 support on the Nexus switches |
provider_vlan_auto_create = True | (BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch |
provider_vlan_auto_trunk = True | (BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch |
provider_vlan_name_prefix = p- | (StrOpt) VLAN Name prefix for provider vlans |
svi_round_robin = False | (BoolOpt) Distribute SVI interfaces over all switches |
vlan_name_prefix = q- | (StrOpt) VLAN Name prefix |
[CISCO_N1K] | |
bridge_mappings = | (StrOpt) N1K Bridge Mappings |
default_network_profile = default_network_profile | (StrOpt) N1K default network profile |
default_policy_profile = service_profile | (StrOpt) N1K default policy profile |
enable_tunneling = True | (BoolOpt) N1K Enable Tunneling |
http_pool_size = 4 | (IntOpt) Number of threads to use to make HTTP requests |
http_timeout = 15 | (IntOpt) N1K http timeout duration in seconds |
integration_bridge = br-int | (StrOpt) N1K Integration Bridge |
network_node_policy_profile = dhcp_pp | (StrOpt) N1K policy profile for network node |
network_vlan_ranges = vlan:1:4095 | (StrOpt) N1K Network VLAN Ranges |
poll_duration = 60 | (IntOpt) N1K Policy profile polling duration in seconds |
restrict_policy_profiles = False | (BoolOpt) Restrict the visibility of policy profiles to the tenants |
tenant_network_type = local | (StrOpt) N1K Tenant Network Type |
tunnel_bridge = br-tun | (StrOpt) N1K Tunnel Bridge |
vxlan_id_ranges = 5000:10000 | (StrOpt) N1K VXLAN ID Ranges |
[cisco_csr_ipsec] | |
status_check_interval = 60 | (IntOpt) Status check interval for Cisco CSR IPSec connections |
[general] | |
backlog_processing_interval = 10 | (IntOpt) Time in seconds between renewed scheduling attempts of non-scheduled routers. |
cfg_agent_down_time = 60 | (IntOpt) Seconds of no status update until a cfg agent is considered down. |
default_security_group = mgmt_sec_grp | (StrOpt) Default security group applied on management port. Default value is mgmt_sec_grp. |
ensure_nova_running = True | (BoolOpt) Ensure that Nova is running before attempting to create any VM. |
l3_admin_tenant = L3AdminTenant | (StrOpt) Name of the L3 admin tenant. |
management_network = osn_mgmt_nw | (StrOpt) Name of management network for device configuration. Default value is osn_mgmt_nw |
service_vm_config_path = /opt/stack/data/neutron/cisco/config_drive | (StrOpt) Path to config drive files for service VM instances. |
templates_path = /opt/stack/data/neutron/cisco/templates | (StrOpt) Path to templates for hosting devices. |
[hosting_devices] | |
csr1kv_booting_time = 420 | (IntOpt) Booting time in seconds before a CSR1kv becomes operational. |
csr1kv_cfgagent_router_driver = neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver | (StrOpt) Config agent driver for CSR1kv. |
csr1kv_configdrive_template = csr1kv_cfg_template | (StrOpt) CSR1kv configdrive template file. |
csr1kv_device_driver = neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver | (StrOpt) Hosting device driver for CSR1kv. |
csr1kv_flavor = 621 | (StrOpt) UUID of Nova flavor for CSR1kv. |
csr1kv_image = csr1kv_openstack_img | (StrOpt) Name of Glance image for CSR1kv. |
csr1kv_password = cisco | (StrOpt) Password to use for CSR1kv configurations. |
csr1kv_plugging_driver = neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver | (StrOpt) Plugging driver for CSR1kv. |
csr1kv_username = stack | (StrOpt) Username to use for CSR1kv configurations. |
[ml2_cisco] | |
svi_round_robin = False | (BoolOpt) Distribute SVI interfaces over all switches |
vlan_name_prefix = q- | (StrOpt) VLAN Name prefix |
[n1kv] | |
management_port_profile = osn_mgmt_pp | (StrOpt) Name of N1kv port profile for management ports. |
t1_network_profile = osn_t1_np | (StrOpt) Name of N1kv network profile for T1 networks (i.e., trunk networks for VXLAN segmented traffic). |
t1_port_profile = osn_t1_pp | (StrOpt) Name of N1kv port profile for T1 ports (i.e., ports carrying traffic from VXLAN segmented networks). |
t2_network_profile = osn_t2_np | (StrOpt) Name of N1kv network profile for T2 networks (i.e., trunk networks for VLAN segmented traffic). |
t2_port_profile = osn_t2_pp | (StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying traffic from VLAN segmented networks). |
Configuration option = Default value | Description |
---|---|
[cfg_agent] | |
device_connection_timeout = 30 | (IntOpt) Time in seconds for connecting to a hosting device |
hosting_device_dead_timeout = 300 | (IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding. |
routing_svc_helper_class = neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper | (StrOpt) Path of the routing service helper class. |
rpc_loop_interval = 10 | (IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources. |