[openstack-dev] devstack local.conf file fro sriov pci nic passthrough

2015-05-15 Thread Kamsali, RaghavendraChari (Artesyn)
Hi,
I am bringing up the single node openstack cloud and having pci sriov supported 
nic controller (intel XL710), created 4virtual functions on top of the nic. My 
goal is to bring up the cloud setup with neutron and nova network services 
using devstack.
How to configure local.conf file  so that when any VM spawns , it used the 
virtual function of the sriov nic and able to communicate .

Could anyone help me ???


Thanks and Regards,
Raghavendrachari kamsali | Software Engineer II  | Embedded Computing
Artesyn Embedded Technologies | 5th Floor, Capella Block, The V, Madhapur| 
Hyderabad, AP 500081 India
T +91-40-66747059 | M +919705762153

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] devstack local.conf file fro sriov pci nic passthrough

2015-05-15 Thread Robert Li (baoli)
Hi,

On your controller node,  you can add in local.conf:

[[post-config|$NOVA_CONF]]
[DEFAULT]
scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, 
ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, 
ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter, PciPassthroughFilter

On your compute node:
[[post-config|$NOVA_CONF]]
[DEFAULT]
pci_passthrough_whitelist = your whitelist definition 1
…
pci_passthrough_whitelist = your whitelist definition 2

You can get examples from the sr-iov wikis as people has pointed out from other 
threads.

good luck.

—Robert




On 5/15/15, 9:13 AM, Kamsali, RaghavendraChari (Artesyn) 
raghavendrachari.kams...@artesyn.commailto:raghavendrachari.kams...@artesyn.com
 wrote:

Hi,
I am bringing up the single node openstack cloud and having pci sriov supported 
nic controller (intel XL710), created 4virtual functions on top of the nic. My 
goal is to bring up the cloud setup with neutron and nova network services 
using devstack.
How to configure local.conf file  so that when any VM spawns , it used the 
virtual function of the sriov nic and able to communicate .

Could anyone help me ???


Thanks and Regards,
Raghavendrachari kamsali | Software Engineer II  | Embedded Computing
Artesyn Embedded Technologies|5th Floor, Capella Block, The V, Madhapur| 
Hyderabad, AP 500081 India
T +91-40-66747059 | M +919705762153

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev