aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-03-15 07:41:25 +0800
committerGuo Ruijing <ruijing.guo@intel.com>2017-03-15 07:42:02 +0800
commit146c04bd06378fdee926799373fb12f56822b356 (patch)
tree7bfc3e9f9f781e70e86a5428095c87015a834ace
parentf31b7d56c07c17607df605aacc9b60bf786428e0 (diff)
fix fuel plugin installation issue
Change-Id: Ie17ba0ac941d1b96148ee23ed9522a93309f56c5 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
-rw-r--r--fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp3
1 files changed, 1 insertions, 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']