diff options
author | Taras Chornyi <tarasx.chornyi@intel.com> | 2017-08-08 12:21:51 +0300 |
---|---|---|
committer | Taras Chornyi <tarasx.chornyi@intel.com> | 2017-08-08 12:21:51 +0300 |
commit | aff91efb27e4dbcf4ea71761cdf3c464a010a84d (patch) | |
tree | 6e0f5d55f4fd21b3f560b57fa4a4001724237c52 /build/barometer-install.sh | |
parent | b375c4bfb86367c039e0e1f7c507d086def8a790 (diff) |
build: added intel_cmt_cat rpm
Added intel_cmt_cat rpm install. Updated rpm version
Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'build/barometer-install.sh')
-rwxr-xr-x | build/barometer-install.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build/barometer-install.sh b/build/barometer-install.sh index 0388b681..7b7d2475 100755 --- a/build/barometer-install.sh +++ b/build/barometer-install.sh @@ -20,7 +20,7 @@ # Versions/branches COLLECTD_CEILOMETER_PLUGIN_BRANCH="stable/ocata" -INTEL_CMT_CAT_VER="1.0.1-1.el7.centos.x86_64.rpm" +INTEL_CMT_CAT_VER="1.1.0-1.el7.centos.x86_64.rpm" ARCH="6.el7.centos.x86_64.rpm" # don't fail because of missing certificate @@ -59,6 +59,8 @@ 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" @@ -108,6 +110,9 @@ 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 |