From 3aa172fb1659925a837b432649793f9f1f46cca9 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 6 Jan 2018 19:27:04 +0100 Subject: deploy.sh: Print sysinfo JIRA: FUEL-323 Change-Id: I0dcbcfbedc7e9ef013ca50dcc08f804323f91701 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 19ae23ccb..501a36c67 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -289,6 +289,9 @@ if ! virsh list >/dev/null 2>&1; then exit 1 fi +# Collect jump server system information for deploy debugging +./sysinfo_print.sh + # Clone git submodules and apply our patches make -C "${REPO_ROOT_PATH}/mcp/patches" deepclean patches-import -- cgit 1.2.3-korg