From 2e3a730abf6532c87793e02bbf06d49d041c5581 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 1 Nov 2018 09:50:09 +0000 Subject: 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 --- xci/files/xci-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "-------------------------------------------------------------------------" } -- cgit 1.2.3-korg