Configure SR-IOV Agent

Procedure

  1. Configure the SR-IOV NIC Agent in the /etc/neutron/plugins/ml2/sriov_agent.ini file on Compute node 1.
     
    [securitygroup] 
    firewall_driver = neutron.agent.firewall.NoopFirewallDriver 
    [sriov_nic] 
    physical_device_mappings = sriovnet1:ens3f0,sriovnet2:ens3f1 
    exclude_devices =
  2. Run the SR-IOV NIC Agent on Compute node 1.
    /usr/local/bin/neutron-sriov-nic-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/sriov_agent.ini
  3. Repeat the procedure for Compute node 2.