diff options
author | Tim Rozet <trozet@redhat.com> | 2018-01-11 16:03:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-11 16:03:40 +0000 |
commit | b4697b5cd6c5c0432fcd12ca78785f425e5fcf5b (patch) | |
tree | b217e7d9a324633448f2d4b14b69fd3fbd16865d /build | |
parent | 70fd8005504c6db51c7dfb1f9c52ef904ab3d181 (diff) | |
parent | 3f9547658148c9b62a56f9953cb134a6599b5c53 (diff) |
Merge "barometer: move to opnfv puppet repo"
Diffstat (limited to 'build')
-rwxr-xr-x | build/barometer-install.sh | 5 |
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 |