diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-08-04 14:03:17 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-08-04 14:20:01 +0000 |
commit | b375c4bfb86367c039e0e1f7c507d086def8a790 (patch) | |
tree | d1f4117b2771daa4e9029f209f287962be27131b | |
parent | 5f19f129420ceb97c08641fc945335c0ef1b1083 (diff) |
build: remove barometer missing deps
Remove barometer missing dependencies till they are resolved by the barometer
project.
Change-Id: Ie09bfd4ef68401dc83bb4208c54386ec1d30ed1f
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
-rwxr-xr-x | build/barometer-install.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/barometer-install.sh b/build/barometer-install.sh index f4df8539..0388b681 100755 --- a/build/barometer-install.sh +++ b/build/barometer-install.sh @@ -59,8 +59,6 @@ function barometer_pkgs { wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/collectd-ovs_events-$SUFFIX wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/collectd-ovs_stats-$SUFFIX wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/collectd-virt-$SUFFIX - wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/intel-cmt-cat-$INTEL_CMT_CAT_VER - wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/intel-cmt-cat-devel-$INTEL_CMT_CAT_VER wget $GETFLAG $ARTIFACTS_BAROM/$BAROMETER_VER/collectd-python-$SUFFIX curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" @@ -110,9 +108,7 @@ function barometer_pkgs { /opt/collectd-python-${SUFFIX} \ /opt/collectd-ovs_events-${SUFFIX} \ /opt/collectd-ovs_stats-${SUFFIX} \ - /opt/collectd-virt-${SUFFIX} \ - /opt/intel-cmt-cat-${INTEL_CMT_CAT_VER} \ - /opt/intel-cmt-cat-devel-${INTEL_CMT_CAT_VER}" \ + /opt/collectd-virt-${SUFFIX}" \ -a $OVERCLOUD_IMAGE # install collectd-ceilometer plugin |