summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/build-collectd.sh
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-02-03 19:28:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-03 19:28:52 +0000
commit26fcc6ce073e875cdd23c0d6310f38ac76b86b7b (patch)
tree39932333ffcb96c1f2adb6f3b9eaf37d50ac13d8 /src/fuel-plugin/build-collectd.sh
parentbdedab737dde84cf868990f5e206011ceee5e117 (diff)
parent9693f775b60de508e841f1a85297a99d5d05fd0a (diff)
Merge "fuel: remove RDT plugin"
Diffstat (limited to 'src/fuel-plugin/build-collectd.sh')
-rwxr-xr-xsrc/fuel-plugin/build-collectd.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fuel-plugin/build-collectd.sh b/src/fuel-plugin/build-collectd.sh
index 9e246353..92589721 100755
--- a/src/fuel-plugin/build-collectd.sh
+++ b/src/fuel-plugin/build-collectd.sh
@@ -66,20 +66,10 @@ sudo apt-get -y install \
protobuf-c-compiler \
python-dev
-
-
-cd ${BUILD_HOME}
-git clone https://github.com/01org/intel-cmt-cat.git
-cd intel-cmt-cat/
-git checkout c194e3a14d5efc1bd05a8ef7a49cfaf689f66937
-make
-sudo make install PREFIX=/fuel-plugin/build/qpos
-
cd ${BUILD_HOME}
rm -rf collectd
git clone https://github.com/collectd/collectd; cd collectd; git checkout 36c657e9864856a10c1dba2519a22ab73d68ce76
git clone https://github.com/collectd/pkg-debian; cd pkg-debian; git checkout 549d3caba74210ad762fe8c556801d9c11ab9876
-patch -p1 < /fuel-plugin/enable_pqos.diff
cp -r debian ..
cd ${BUILD_HOME}/collectd