diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:42:54 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:43:47 -0700 |
commit | 16f7eb21ac16ea0f1ba82516a8d4b75c4ede1519 (patch) | |
tree | eacf7b3c5d67df32f09dd94df3a9d56e2fc96caf /fuel-plugin-vsperf/deployment_scripts/puppet/manifests | |
parent | 6da87d98f88ac23aa379369d573bbd1a8a1fd7b7 (diff) |
cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: Ibe2028b01c38fa545e72a00a7ef47103d1112b82
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 | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 43787c7b..00000000 --- a/fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (c) 2016-2017 Intel corporation. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 - -$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", - path => "/usr/bin:/usr/sbin:/bin:/sbin"; -} |