[jump] Print CPU, RAM, disk info for debug 87/56787/1 opnfv-6.0.0
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 25 Apr 2018 19:38:01 +0000 (21:38 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 27 Apr 2018 13:20:43 +0000 (13:20 +0000)
JIRA: FUEL-323

Change-Id: I74f92fbdf84762540401fe07a6eb424bdc7aa664
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit b9da44077a589ac8debf12d86d8aefe4be5dc84e)

mcp/scripts/sysinfo_print.sh

index bff36af..49ed824 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
 
 # Distro & pkg info
 cat /etc/*-release
 uname -a
+
+# Misc info
+sudo losetup -a