ffdc: Add additional URLs for OpenBmc Redfish entry
- Set 1: Add additional URLs for OpenBmc Redfish entry.
Test:
- Regression testing to OpenBmc and AIX targets.
Signed-off-by: Peter D Phan <peterp@us.ibm.com>
Change-Id: I89768c4763878ebb9231ffe6e182f2bdc187b64a
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 38d539d..a18fe05 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -97,8 +97,20 @@
OPENBMC_REDFISH:
URL:
- '/xyz/openbmc_project/software/enumerate'
+ - '/xyz/openbmc_project/state/enumerate'
+ - '/org/open_power/enumerate'
+ - '/redfish/v1/AccountService/Accounts'
+ - '/redfish/v1/Managers/bmc/LogServices/Dump/Entries'
+ - '/redfish/v1/Systems/system/LogServices/Dump/Entries'
+ - '/redfish/v1/Systems/system/LogServices/EventLog/Entries'
FILES:
- 'software.json'
+ - 'bmc_state.json'
+ - 'openpower_control_occ_state.json'
+ - 'bmc_user_accounts.json'
+ - 'bmc_dump_entries.json'
+ - 'system_dumps_entries.json'
+ - 'event_log_entries.json'
PROTOCOL:
- 'REDFISH'