diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-03-15 07:41:25 +0800 |
---|---|---|
committer | Ruijing Guo <ruijing.guo@intel.com> | 2017-03-15 07:49:27 +0000 |
commit | 7a4472954122ce97cc67acab2dc3207a1582370d (patch) | |
tree | 090da08d87200bd45dbbf831d9312431cbb791c9 /fuel-plugin/deployment_scripts | |
parent | bdca0f8486398ed4d3957727dccacc65ac0b24cb (diff) |
fix fuel plugin installation issue
Change-Id: Ie17ba0ac941d1b96148ee23ed9522a93309f56c5
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin/deployment_scripts')
-rw-r--r-- | fuel-plugin/deployment_scripts/puppet/manifests/yardstick-install.pp | 3 |
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'] |