From 5a48d6b78c014e62e7c233117abb61cc1f8844e6 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 15 Mar 2017 00:41:33 +0800 Subject: Fix fuel plugin installation issue in latest ISO Change-Id: I8383b469f5350f4457cf234de2a4ff8f79151afe Signed-off-by: Guo Ruijing --- .../deployment_scripts/puppet/manifests/vsperf-install.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp b/fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp index d5c9cc9c..43787c7b 100644 --- a/fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp +++ b/fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp @@ -5,8 +5,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -$fuel_settings = parseyaml(file('/etc/astute.yaml')) -$master_ip = $::fuel_settings['master_ip'] +$master_ip = hiera('master_ip') exec { "install vsperf": command => "mkdir -p /opt/vswitchperf; curl http://$master_ip:8080/plugins/fuel-plugin-vsperf-1.0/repositories/ubuntu/vswitchperf.tgz | tar xzv -C /opt/vswitchperf", -- cgit 1.2.3-korg