Jump to: navigation, search

Difference between revisions of "Neutron Trunk API Performance and Scaling"

(local.conf)
(local.conf)
Line 52: Line 52:
 
service_plugins = trunk,...
 
service_plugins = trunk,...
 
rpc_response_timeout = 600
 
rpc_response_timeout = 600
 
 
[quotas]
 
[quotas]
 
default_quota = -1
 
default_quota = -1
Line 63: Line 62:
 
mechanism_drivers = openvswitch,linuxbridge
 
mechanism_drivers = openvswitch,linuxbridge
 
tenant_network_types = vxlan,vlan
 
tenant_network_types = vxlan,vlan
 
 
[ovs]
 
[ovs]
 
ovsdb_interface = native
 
ovsdb_interface = native
 
of_interface = native
 
of_interface = native
 
datapath_type = system
 
datapath_type = system
 
 
[securitygroup]
 
[securitygroup]
 
firewall_driver = openvswitch
 
firewall_driver = openvswitch

Revision as of 13:57, 2 December 2016

Back to Neutron/TrunkPort

Testbed

underlying hardware

CPU Intel(R) Core(TM) i7-4600M CPU @ 2.90GHz
RAM DDR3 Synchronous 1600 MHz

VM running devstack

vCPU count 2
RAM 6 GiB

software versions

2016 late november, cc. 6 weeks after the newton release

ubuntu 16.04.1
openvswitch 2.5.0-0ubuntu1
devstack a3bb131
neutron b8347e1
nova 2249898
python-neutronclient 36ad0b7
python-novaclient 6.0.0
python-openstackclient 3.3.0

local.conf

only the relevant parts

[[post-config|/etc/neutron/neutron.conf]]
[DEFAULT]
service_plugins = trunk,...
rpc_response_timeout = 600
[quotas]
default_quota = -1
quota_network = -1
quota_subnet = -1
quota_port = -1

[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
[ml2]
mechanism_drivers = openvswitch,linuxbridge
tenant_network_types = vxlan,vlan
[ovs]
ovsdb_interface = native
of_interface = native
datapath_type = system
[securitygroup]
firewall_driver = openvswitch

[[post-config|/etc/neutron/dhcp_agent.ini]]
[DEFAULT]
enable_isolated_metadata = false

[[post-config|/etc/neutron/l3_agent.ini]]
[DEFAULT]
enable_metadata_proxy = false

[[post-config|/etc/nova/nova.conf]]
[DEFAULT]
# NOTE this could have probably stayed the default and not make a difference
vif_plugging_timeout = 300