From 7ce21aebcdabafaa24601104643cbd1c0b4bc8e4 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Wed, 27 Jan 2016 15:55:55 +0000 Subject: fuel-plugins: Fuel8 Liberty rebase Change-Id: I9c0e3ab4c8fde13765ec286d4c7c717070230983 Signed-off-by: Michal Ptacek Reviewed-by: Mark D. Gray Reviewed-by: Billy O'Mahony --- .../puppet/manifests/ovs-install-ovsnfv-compute.pp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'fuel-plugin-ovsnfv/deployment_scripts/puppet/manifests/ovs-install-ovsnfv-compute.pp') 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 693883a..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 @@ -1,16 +1,9 @@ $fuel_settings = parseyaml(file('/etc/astute.yaml')) $master_ip = $::fuel_settings['master_ip'] -$adminrc_access = $::fuel_settings['access'] -$adminrc_user = $adminrc_access['user'] -$adminrc_password = $adminrc_access['password'] -$adminrc_tenant = $adminrc_access['tenant'] -$adminrc_public_ssl = $::fuel_settings['public_ssl'] -$adminrc_hostname = $adminrc_public_ssl['hostname'] - if $operatingsystem == 'Ubuntu' { class { '::ovsdpdk': - ovs_bridge_mappings => '0000:05:00.1#eth3', + ovs_bridge_mappings => 'default:ens1f1', ovs_socket_mem => '512,512', ovs_num_hugepages => '2048', compute => 'True', -- cgit 1.2.3-korg