diff options
Diffstat (limited to 'mcp/scripts/sysinfo_print.sh')
-rwxr-xr-x | mcp/scripts/sysinfo_print.sh | 18 |
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 |