fuel-plugins: Fuel8 Liberty rebase
[ovsnfv.git] / fuel-plugin-ovsnfv / deployment_scripts / puppet / manifests / ovs-install-ovsnfv-compute.pp
index f95cbb8..62c5766 100644 (file)
@@ -3,9 +3,9 @@ $master_ip = $::fuel_settings['master_ip']
 
 if $operatingsystem == 'Ubuntu' {
   class { '::ovsdpdk':
-    ovs_bridge_mappings => 'default:br-eth3',
-    ovs_socket_mem      => '512',
-    ovs_num_hugepages   => '256',
+    ovs_bridge_mappings => 'default:ens1f1',
+    ovs_socket_mem      => '512,512',
+    ovs_num_hugepages   => '2048',
     compute             => 'True',
   }
 } elsif $operatingsystem == 'CentOS' {