Add JSON data to support older release with differnt name description

Changes:
    - Added entry in data/applytime_table.json and the code takes
     care of idenxing to the appropriate dictionary.

Change-Id: Ia0f77d43b0fe98c28d8fd7df624c32ad8afa0259
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/applytime_table.json b/data/applytime_table.json
index f94df9a..2bd0353 100644
--- a/data/applytime_table.json
+++ b/data/applytime_table.json
@@ -3,9 +3,17 @@
         "OnReset": "Redfish OBMC Reboot (off)",
         "Immediate": "Wait For Reboot  start_boot_seconds=${state['epoch_seconds']}"
     },
+    "BMC update": {
+        "OnReset": "Redfish OBMC Reboot (off)",
+        "Immediate": "Wait For Reboot  start_boot_seconds=${state['epoch_seconds']}"
+    },
     "Host image": {
         "OnReset": "RF SYS GracefulRestart",
         "Immediate": "Wait State  os_running_match_state  10 mins"
+    },
+    "Host update": {
+        "OnReset": "RF SYS GracefulRestart",
+        "Immediate": "Wait State  os_running_match_state  10 mins"
     }
 }