diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-26 11:39:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-26 11:39:19 +0000 |
commit | e95304e58ac5bee7cf6f71e4525fbea3f1839828 (patch) | |
tree | eea49884a38ef381b23d4f8e2609ffb9d91d2886 /puppet | |
parent | 8ad9cf17eaea1b450da8b3c2b9be66955fe5172c (diff) | |
parent | 69d9171f38ba90d70faa721e5e97d09b826baeba (diff) |
Merge "Customize "supported_pci_vendor_devs" for SR-IOV"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/neutron-plugin-ml2.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml index 165b9687..5dbae3dc 100644 --- a/puppet/services/neutron-plugin-ml2.yaml +++ b/puppet/services/neutron-plugin-ml2.yaml @@ -60,7 +60,12 @@ parameters: default: 'vxlan' description: The tenant network type for Neutron. type: comma_delimited_list - + NeutronSupportedPCIVendorDevs: + description: | + List of supported pci vendor devices in the format VendorID:ProductID. + By default Intel & Mellanox SR-IOV capable NICs are supported. + type: comma_delimited_list + default: ['15b3:1004','8086:10ca'] resources: NeutronBase: @@ -118,6 +123,7 @@ outputs: template: TYPES params: TYPES: {get_param: NeutronNetworkType} + neutron::plugins::ml2::supported_pci_vendor_devs: {get_param: NeutronSupportedPCIVendorDevs} step_config: | include ::tripleo::profile::base::neutron::plugins::ml2 |