Add SoS report dump collection for UBUNTU and RHEL

Changed:
    - Add entry in the YAML config file.

Change-Id: I466f8433ccd486ac573ae4290ebb4fa5c83c8c57
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 04b577b..21f4bb8 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -188,6 +188,15 @@
         PROTOCOL:
             - 'SSH'
 
+    # Commands and Files to collect dumps
+    DUMP_LOGS:
+        COMMANDS:
+            - 'ls -AX /tmp/sosreport*.tar.xz'
+        FILES:
+            - '/tmp/sosreport*.tar.xz'
+        PROTOCOL:
+            - 'SSH'
+
 # Commands and Files to collect for RHE Linux only
 RHEL:
     RHEL_LOGS:
@@ -207,6 +216,15 @@
         PROTOCOL:
             - 'SSH'
 
+    # Commands and Files to collect dumps
+    DUMP_LOGS:
+        COMMANDS:
+            - 'ls -AX /tmp/sosreport*.tar.xz'
+        FILES:
+            - '/tmp/sosreport*.tar.xz'
+        PROTOCOL:
+            - 'SSH'
+
 # Commands and Files to collect for AIX only
 AIX:
     AIX_LOGS: