diff --git a/deployment_scripts/puppet/manifests/controller.pp b/deployment_scripts/puppet/manifests/controller.pp index 081d144..f7b1486 100644 --- a/deployment_scripts/puppet/manifests/controller.pp +++ b/deployment_scripts/puppet/manifests/controller.pp @@ -11,7 +11,7 @@ if ( $mlnx['driver'] == 'mlx4_en' and $mlnx['mlnx_qos'] ) { } if ($mlnx['sriov']) { - $pci_vendor_devices = generate ("/bin/bash", "-c", 'lspci -nn | grep -i Mellanox | grep -i virtual | awk \'{print $NF}\' | sort -u | tr -d \']\' | tr -d \'[\'') + $pci_vendor_devices = '15b3:1004,15b3:1014,8086:10ca' $agent_required = 'True' class { 'mellanox_openstack::controller_sriov' : eswitch_vnic_type => $eswitch_vnic_type, diff --git a/metadata.yaml b/metadata.yaml index cf2501f..5a43602 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ name: mellanox-plugin title: Mellanox Openstack features # Plugin version -version: 2.0.34 +version: 2.0.35 # Description description: Enable features over Mellanox hardware