Merge "route mcpcontrol via PXE br to bypass isolation"
[fuel.git] / mcp / scripts / sysinfo_print.sh
index bff36af..f07e7a5 100755 (executable)
 # Collect jump server system information for deploy debugging
 #
 
+# HW info
+cat /proc/cpuinfo
+free -mh
+df -h
+
 # Network info
 brctl show
+ip a
+route -n
+sudo iptables -S
 
 # Distro & pkg info
 cat /etc/*-release
 uname -a
+
+# Misc info
+sudo losetup -a