summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-11-30 11:04:40 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-11-30 13:39:32 +0000
commit3f9547658148c9b62a56f9953cb134a6599b5c53 (patch)
tree40c666dbcf9662c65921f1b8ce991995fe9f1293 /build
parent33aebc3b51ce4bc816499a8b68a7feca77a12c6c (diff)
barometer: move to opnfv puppet repo
The barometer puppet scripts have been moved to the barometer repo. This change migrates the Apex builds to using the barometer repo. Change-Id: I064c40746d19e5deb305c503128b357479b7149c Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/barometer-install.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/barometer-install.sh b/build/barometer-install.sh
index 15753a44..ca9b79c1 100755
--- a/build/barometer-install.sh
+++ b/build/barometer-install.sh
@@ -29,7 +29,7 @@ GETFLAG="--no-check-certificate"
# Locations of repos
ARTIFACTS_BAROM="artifacts.opnfv.org/barometer"
COLLECTD_OPENSTACK_REPO="https://github.com/openstack/collectd-ceilometer-plugin"
-PUPPET_BAROMETER_REPO="https://github.com/johnhinman/puppet-barometer"
+PUPPET_BAROMETER_REPO="https://github.com/opnfv/barometer.git"
# upload barometer packages tar, extract, and install
@@ -87,7 +87,8 @@ function barometer_pkgs {
# get the barometer puppet module and tar it
rm -rf puppet-barometer
- git clone $PUPPET_BAROMETER_REPO
+ git clone $PUPPET_BAROMETER_REPO puppet-barometer
+ cd puppet-barometer
pushd puppet-barometer/ > /dev/null
git archive --format=tar.gz HEAD > ${BUILD_DIR}/puppet-barometer.tar.gz
popd > /dev/null