From 7a4472954122ce97cc67acab2dc3207a1582370d Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 15 Mar 2017 07:41:25 +0800 Subject: fix fuel plugin installation issue Change-Id: Ie17ba0ac941d1b96148ee23ed9522a93309f56c5 Signed-off-by: Guo Ruijing --- fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp b/fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp index e69371141..3741bacf2 100644 --- a/fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp +++ b/fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp @@ -1,5 +1,4 @@ -$fuel_settings = parseyaml(file('/etc/astute.yaml')) -$master_ip = $::fuel_settings['master_ip'] +$master_ip = hiera('master_ip') $access_hash = hiera_hash('access', {}) $admin_tenant = $access_hash['tenant'] -- cgit 1.2.3-korg