Ceph Info command

 Updates
 - ceph module with 'info', 'report' and 'bench' commands
 - mcp-checker ceph info command is collecting Ceph config
   and creates an archive
 - ceph report command creates HTML document with
   info collected from Ceph cluster
 - Basic SMART data output in info and full output in report
 - skeleton of the ceph bench command to run synced tests

 Fixes
 - kube helper commands uses proper naming

Change-Id: Ia5aaa343f7d1c38a67d34e60215801bbb0fea097
Related-PROD: PROD-36605
diff --git a/templates/common_styles.j2 b/templates/common_styles.j2
index ab1719f..96738aa 100644
--- a/templates/common_styles.j2
+++ b/templates/common_styles.j2
@@ -18,7 +18,7 @@
 
     /* Bar */
     .bar{
-        background: linear-gradient(to bottom, #126666 0%, #284753 77%);
+        background: linear-gradient(to bottom, #142e46 0%, #214666 77%);
         width:100%;
         overflow:hidden;
         display: inline-block;
@@ -39,7 +39,7 @@
     }
     
     .bar .bar-item.active {
-        background-color: #328686;
+        background-color: #365e81;
         color: white;
     }