xci: files: Also collect BIFROST env variables for bug reports 73/64373/2
authorMarkos Chandras <mchandras@suse.de>
Thu, 1 Nov 2018 09:50:09 +0000 (09:50 +0000)
committerMarkos Chandras <mchandras@suse.de>
Mon, 5 Nov 2018 11:33:48 +0000 (11:33 +0000)
Bifrost is exposing quite a few variables so we need to collect them
as well.

Change-Id: I7e7ca7a093f35a0acb53af360e58444f6c1de7e4
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/files/xci-lib.sh

index ba73077..fc6292a 100644 (file)
@@ -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 "-------------------------------------------------------------------------"
 }