diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-03-15 00:41:33 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-03-15 00:42:33 +0800 |
commit | 0e5346ac983841c2b082ca7d3934922dc70624f3 (patch) | |
tree | e4c36725938509b956b9161ee0628b1e13e20d0c /fuel-plugin-vsperf/deployment_scripts/puppet/manifests | |
parent | 7c4a2cdcdd99f309dccfe0a24e829bbf3afa95f9 (diff) |
Fix fuel plugin installation issue in latest ISO
Change-Id: I8383b469f5350f4457cf234de2a4ff8f79151afe
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin-vsperf/deployment_scripts/puppet/manifests')
-rw-r--r-- | fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp | 3 |
1 files changed, 1 insertions, 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", |