PEL: Removed severity from OCC OpenFailure PEL

The OpenFailure PEL was being set to predictive severity.
These errors can happen when a system hits a processor checkpoint. There
should already be another error logged for the checkstop, so if the code
hits this condition it will be logged as Notice/Informational.
Also made some changes to add journal traces to other occ-control PELs.

Tested on Rainier.

Change-Id: I320a0758344718e8d1fff478c9c561063ec070e6
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index b49aa21..2f28b1f 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -901,6 +901,9 @@
                     "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
                     "The BMC requests that the OCC reset."
                 ]
+            },
+            "JournalCapture": {
+                "NumLines": 60
             }
         },
 
@@ -922,6 +925,14 @@
                     "The BMC detected that the OCC was in safe state for one minute while active.",
                     "The BMC requests that the OCC reset."
                 ]
+            },
+            "JournalCapture": {
+                "Sections": [
+                    {
+                        "SyslogID": "openpower-occ-control",
+                        "NumLines": 80
+                    }
+                ]
             }
         },
 
@@ -943,6 +954,9 @@
                     "The BMC failed to communicate with the OCC and retried three times.",
                     "The BMC requests that the OCC reset."
                 ]
+            },
+            "JournalCapture": {
+                "NumLines": 80
             }
         },
 
@@ -950,7 +964,6 @@
             "Name": "org.open_power.OCC.Device.Error.OpenFailure",
             "Subsystem": "cec_chip_iface",
             "ComponentID": "0x2600",
-            "Severity": "predictive",
 
             "SRC": {
                 "ReasonCode": "0x2684",
@@ -963,6 +976,9 @@
                 "Notes": [
                     "There was a failure trying to open an OCC device driver file"
                 ]
+            },
+            "JournalCapture": {
+                "NumLines": 80
             }
         },
 
@@ -993,7 +1009,7 @@
                 ]
             },
             "JournalCapture": {
-                "NumLines": 40
+                "NumLines": 100
             }
         },