From d7ed5494271d2fd9d16bdb105260404925360070 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 26 Jan 2018 15:09:01 +0000 Subject: xci: Record deployment scenario when collecting XCI info Add the DEPLOY_SCENARIO variable to the list of information we collect when deployment fails. Change-Id: I7081b80feea1d3d2ff83e54bd5e614b4ea98964d Signed-off-by: Markos Chandras --- xci/xci-deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index c1f14b75..908889c1 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -23,8 +23,9 @@ submit_bug_report() { echo "openstack/openstack-ansible version: $OPENSTACK_OSA_VERSION" echo "xci flavor: $XCI_FLAVOR" echo "xci installer: $XCI_INSTALLER" + echo "xci scenario: $DEPLOY_SCENARIO" echo "Environment variables:" - env | grep --color=never '\(OPNFV\|XCI\|OPENSTACK\)' + env | grep --color=never '\(OPNFV\|XCI\|OPENSTACK\|SCENARIO\)' echo "-------------------------------------------------------------------------" } -- cgit 1.2.3-korg