From: Markos Chandras Date: Fri, 26 Jan 2018 15:09:01 +0000 (+0000) Subject: xci: Record deployment scenario when collecting XCI info X-Git-Tag: 6.0.0~175^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F51203%2F1;p=releng-xci.git 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 --- 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 "-------------------------------------------------------------------------" }