aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/scripts/sysinfo_print.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-06 19:27:04 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-06 21:02:01 +0100
commit3aa172fb1659925a837b432649793f9f1f46cca9 (patch)
tree4d97fbfbe8cc1e81a7195f26e136c7b8e679ee32 /mcp/scripts/sysinfo_print.sh
parent215a567501812b1d950aa4b42f51091ecee50415 (diff)
deploy.sh: Print sysinfo
JIRA: FUEL-323 Change-Id: I0dcbcfbedc7e9ef013ca50dcc08f804323f91701 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/scripts/sysinfo_print.sh')
-rwxr-xr-xmcp/scripts/sysinfo_print.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/mcp/scripts/sysinfo_print.sh b/mcp/scripts/sysinfo_print.sh
new file mode 100755
index 000000000..bff36aff4
--- /dev/null
+++ b/mcp/scripts/sysinfo_print.sh
@@ -0,0 +1,18 @@
+#!/bin/bash -ex
+##############################################################################
+# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+#
+# Collect jump server system information for deploy debugging
+#
+
+# Network info
+brctl show
+
+# Distro & pkg info
+cat /etc/*-release
+uname -a