X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Flog.sh;h=8bfd0d5539631dd4d5c7d3e115edf3e918dcb138;hb=918c1273f7d0b3fafb6b1d2fce1f6f8a8384e014;hp=1ae0953af69b596577b1d189bf7d55f2255f91d3;hpb=e64bc7753700798b6b72fae6b80f6aa332c53bf2;p=fuel.git diff --git a/mcp/scripts/log.sh b/mcp/scripts/log.sh index 1ae0953af..8bfd0d553 100755 --- a/mcp/scripts/log.sh +++ b/mcp/scripts/log.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e ############################################################################## # Copyright (c) 2017 Mirantis Inc., Enea AB and others. # All rights reserved. This program and the accompanying materials @@ -10,6 +10,10 @@ # Collect /var/log from all cluster nodes via Salt Master # +# shellcheck disable=SC1090 +[ -n "${SSH_OPTS}" ] || source "$(dirname "${BASH_SOURCE[0]}")/globals.sh" + +CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x DEPLOY_LOG=$1 OPNFV_TMP_LOG="opnfv_fuel_logs"