X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fbarometer-install.sh;h=15753a44e0176ea35c7ea64d2d312ac485b93997;hb=f941e233e575821695dc876c9a7a9f6c31e6dd00;hp=0e7dd966179f2e966e73c09ec775465cf3c1da7d;hpb=0220094bfe4abdc964f282f4f01190897e3065e4;p=apex.git diff --git a/build/barometer-install.sh b/build/barometer-install.sh index 0e7dd966..15753a44 100755 --- a/build/barometer-install.sh +++ b/build/barometer-install.sh @@ -20,7 +20,7 @@ source ./variables.sh # Versions/branches -COLLECTD_OPENSTACK_PLUGINS_BRANCH="stable/ocata" +COLLECTD_OPENSTACK_PLUGINS_BRANCH="stable/pike" ARCH="6.el7.centos.x86_64.rpm" # don't fail because of missing certificate @@ -81,7 +81,7 @@ function barometer_pkgs { rm -rf collectd-openstack-plugins git clone $COLLECTD_OPENSTACK_REPO collectd-openstack-plugins pushd collectd-openstack-plugins - git checkout -b $COLLECTD_OPENSTACK_PLUGINS_BRANCH + git checkout $COLLECTD_OPENSTACK_PLUGINS_BRANCH git archive --format=tar.gz HEAD > ${BUILD_DIR}/collectd-openstack-plugins.tar.gz popd > /dev/null