X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin-ovsnfv%2Fdeployment_scripts%2Fpuppet%2Fmanifests%2Fovs-install-ovsnfv-compute.pp;h=62c576698a83b53016d33289497e9a37c1f08336;hb=7ce21aebcdabafaa24601104643cbd1c0b4bc8e4;hp=f95cbb8202442d09515200671f13849e693b3149;hpb=93f7683a2cd9b8020f8870dfc6b162b3d61c3fd2;p=ovsnfv.git diff --git a/fuel-plugin-ovsnfv/deployment_scripts/puppet/manifests/ovs-install-ovsnfv-compute.pp b/fuel-plugin-ovsnfv/deployment_scripts/puppet/manifests/ovs-install-ovsnfv-compute.pp index f95cbb8..62c5766 100644 --- a/fuel-plugin-ovsnfv/deployment_scripts/puppet/manifests/ovs-install-ovsnfv-compute.pp +++ b/fuel-plugin-ovsnfv/deployment_scripts/puppet/manifests/ovs-install-ovsnfv-compute.pp @@ -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' {