diff options
author | Markos Chandras <mchandras@suse.de> | 2018-11-01 09:50:09 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-11-05 11:33:48 +0000 |
commit | 2e3a730abf6532c87793e02bbf06d49d041c5581 (patch) | |
tree | 0f5ff699704a5cd856c43c109347a2c2db7f1308 | |
parent | e340bbdce220b4f11896267e20981a887ba0c100 (diff) |
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 <mchandras@suse.de>
-rw-r--r-- | xci/files/xci-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 "-------------------------------------------------------------------------" } |