Jump to: navigation, search

Juno-SR-IOV

Revision as of 09:03, 9 September 2014 by Itzikb (talk | contribs) (Nova)

This Page is under construction

Once it will be ready, the content might move to another location.

SR-IOV in OpenStack Juno

OpenStack Juno adds inbox support for SR-IOV ....

Nova

Nova support for SR-IOV is ....

Neutron

Neutron support for SR-IOV is ... embedded NIC is ...

SR-IOV Configuration

Neutron Server

Using ML2 Neutron plugin modify /etc/neutron/plugins/ml2/ml2_conf.ini:

[ml2]
tenant_network_types = vlan
type_drivers = vlan
mechanism_drivers = openvswitch,sriovnicswitch
[ml2_type_vlan]
network_vlan_ranges = default:2:100
[securitygroup]
firewall_driver = neutron.agent.firewall.NoopFirewallDriver

Make sure /etc/neutron/plugins/ml2/ml2_conf_sriov.ini has the following section:

[ml2_sriov]
agent_required = True

Neutron server should be run with the two configuration files /etc/neutron/plugins/ml2/ml2_conf.in and /etc/neutron/plugins/ml2/ml2_conf_sriov.ini

neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/plugins/ml2/ml2_conf_sriov.ini