aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorkarthik s <ksundara@redhat.com>2016-08-27 00:49:34 +0530
committerkarthik s <ksundara@redhat.com>2016-08-27 00:56:02 +0530
commit562cac88f239ce0305991208b787723ef67c7d49 (patch)
tree09665125d27a5cffdc45c3d279dd8064fb2bb4fb /puppet
parent7c8874c920c42b3c78ba140e895aa1884d6a1d29 (diff)
Modify sriov_numvfs config from puppet-neutron to tripleo
Allow the operator to configure sriov_numvfs for each of the required SR-IOV interfaces Co-Authored-By: Vijay Chundury <vchundur@redhat.com> Implements: blueprint tripleo-sriov Depends-On:I7450b904475bdf46498d9af633416b3eba12f761 Change-Id: I07fd9fbb1268f3a189fcadee9f30f96ba476e533 Signed-off-by: karthik s <ksundara@redhat.com>
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/neutron-sriov-agent.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-sriov-agent.yaml b/puppet/services/neutron-sriov-agent.yaml
index 559500df..b9a93394 100644
--- a/puppet/services/neutron-sriov-agent.yaml
+++ b/puppet/services/neutron-sriov-agent.yaml
@@ -53,6 +53,6 @@ outputs:
config_settings:
neutron::agents::ml2::sriov::physical_device_mappings: {get_param: NeutronPhysicalDevMappings}
neutron::agents::ml2::sriov::exclude_devices: {get_param: NeutronExcludeDevices}
- neutron::agents::ml2::sriov::number_of_vfs: {get_param: NeutronSriovNumVFs}
+ tripleo::host::sriov::number_of_vfs: {get_param: NeutronSriovNumVFs}
step_config: |
include ::tripleo::profile::base::neutron::sriov