From 1695a72d5680fae3cf35d6a6dbd64de5dd08daf3 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 26 May 2016 14:34:31 -0400 Subject: Updates to CONFIG, RESOURCES and LIB - removing the -r and -c parameters - relying on ENV vars for non-system locations - abstracting the apex-python-utils to a var Change-Id: I7ff1ca8b741c890647aee029c57e8342f0b5cb07 Signed-off-by: Dan Radez --- ci/util.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci/util.sh') diff --git a/ci/util.sh b/ci/util.sh index 67748c0b..b262c203 100755 --- a/ci/util.sh +++ b/ci/util.sh @@ -3,9 +3,11 @@ # @author Tim Rozet (trozet@redhat.com) CONFIG=${CONFIG:-'/var/opt/opnfv'} +RESOURCES=${RESOURCES:-"$CONFIG/images"} +LIB=${LIB:-"$CONFIG/lib"} VALID_CMDS="undercloud debug-stack -h --help" -source $CONFIG/lib/utility-functions.sh +source $LIB/utility-functions.sh resolve_cmd() { local given=$1 -- cgit 1.2.3-korg