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;fp=fuel-plugin-ovsnfv%2Fdeployment_scripts%2Fpuppet%2Fmanifests%2Fovs-install-ovsnfv-compute.pp;h=d57002bf152ee80f1c345256c8885dec64fc2774;hb=f3099a30bf435f8d256ad236b93ae9cab7c1e241;hp=62c576698a83b53016d33289497e9a37c1f08336;hpb=f941469a5d82c058290c4b4af0f23100294a0a49;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 62c5766..d57002b 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 @@ -1,9 +1,11 @@ $fuel_settings = parseyaml(file('/etc/astute.yaml')) $master_ip = $::fuel_settings['master_ip'] +$ovs_ifname = $::fuel_settings[fuel-plugin-ovsnfv][fuel-plugin-ovsnfv_text] + if $operatingsystem == 'Ubuntu' { class { '::ovsdpdk': - ovs_bridge_mappings => 'default:ens1f1', + ovs_bridge_mappings => "default:$ovs_ifname", ovs_socket_mem => '512,512', ovs_num_hugepages => '2048', compute => 'True',