fix fuel plugin installation issue 17/30517/1
authorGuo Ruijing <ruijing.guo@intel.com>
Tue, 14 Mar 2017 23:41:25 +0000 (07:41 +0800)
committerRuijing Guo <ruijing.guo@intel.com>
Wed, 15 Mar 2017 07:49:27 +0000 (07:49 +0000)
Change-Id: Ie17ba0ac941d1b96148ee23ed9522a93309f56c5
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp

index e693711..3741bac 100644 (file)
@@ -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']