From: Markos Chandras Date: Thu, 1 Nov 2018 09:50:09 +0000 (+0000) Subject: xci: files: Also collect BIFROST env variables for bug reports X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F64373%2F2;p=releng-xci.git xci: files: Also collect BIFROST env variables for bug reports Bifrost is exposing quite a few variables so we need to collect them as well. Change-Id: I7e7ca7a093f35a0acb53af360e58444f6c1de7e4 Signed-off-by: Markos Chandras --- diff --git a/xci/files/xci-lib.sh b/xci/files/xci-lib.sh index ba730772..fc6292a6 100644 --- a/xci/files/xci-lib.sh +++ b/xci/files/xci-lib.sh @@ -270,7 +270,7 @@ submit_bug_report() { echo "xci installer: $INSTALLER_TYPE" echo "xci scenario: $DEPLOY_SCENARIO" echo "Environment variables:" - env | grep --color=never '\(OPNFV\|XCI\|INSTALLER_TYPE\|OPENSTACK\|SCENARIO\|ANSIBLE\)' + env | grep --color=never '\(OPNFV\|XCI\|INSTALLER_TYPE\|OPENSTACK\|SCENARIO\|ANSIBLE\|BIFROST\|DIB\)' echo "-------------------------------------------------------------------------" }