Merge "Add support for different public network netmask"
[fuel.git] / mcp / scripts / sysinfo_print.sh
1 #!/bin/bash -ex
2 ##############################################################################
3 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 #
10 # Collect jump server system information for deploy debugging
11 #
12
13 # Network info
14 brctl show
15
16 # Distro & pkg info
17 cat /etc/*-release
18 uname -a