diff options
author | 2018-01-26 15:09:01 +0000 | |
---|---|---|
committer | 2018-01-26 15:09:01 +0000 | |
commit | d7ed5494271d2fd9d16bdb105260404925360070 (patch) | |
tree | b21bfd769f2d694ff6b02e463ad8fa99d4e784f4 /xci | |
parent | 9f585b8d5eb8bffcb2040ef97ec8300c1af10d1f (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/xci-deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 "-------------------------------------------------------------------------" } |