Add support to get system inventory details

Changes:
     - Added log collection command to grab
       Inventory data

Tested:
     - Tested from sandbox

Change-Id: I636c3712deccf5de37728132cd87cfc72927869b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index fae7a81..5cdd808 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -92,6 +92,7 @@
               /tmp/DEVTREE"
             - "cat /home/root/bmcweb_persistent_data.json >
               /tmp/bmcweb_persistent_data.json"
+            - "/usr/bin/vpd-tool -i > /tmp/vpd-inventory.txt"
         FILES:
             - "/tmp/BMC_flash_side.txt"
             - "/tmp/BMC_hwmon.txt"
@@ -120,6 +121,7 @@
             - "/tmp/fan_monitor_dump.json"
             - "/tmp/DEVTREE"
             - "/tmp/bmcweb_persistent_data.json"
+            - "/tmp/vpd-inventory.txt"
         PROTOCOL:
             - "SSH"