diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-06 19:27:04 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-06 21:02:01 +0100 |
commit | 3aa172fb1659925a837b432649793f9f1f46cca9 (patch) | |
tree | 4d97fbfbe8cc1e81a7195f26e136c7b8e679ee32 /ci/deploy.sh | |
parent | 215a567501812b1d950aa4b42f51091ecee50415 (diff) |
deploy.sh: Print sysinfo
JIRA: FUEL-323
Change-Id: I0dcbcfbedc7e9ef013ca50dcc08f804323f91701
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |