Skip to content

MI4xxServiceabilityPlugin - #269

Merged
alexandraBara merged 3 commits into
developmentfrom
alex_mi4xxServiceability
Aug 21, 2026
Merged

MI4xxServiceabilityPlugin #269
alexandraBara merged 3 commits into
developmentfrom
alex_mi4xxServiceability

Conversation

@alexandraBara

@alexandraBara alexandraBara commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

-ServiceabilityPlugin for Helios systems. See below for sample configs to run with.

Test plan

  • pytest test/unit
  • pytest test/functional (if applicable)
  • pre-commit run --all-files

Checklist

  • Added/updated tests (or explained why not)
  • Updated docs/README if behavior changed
  • No secrets or credentials committed

Sample run command:

 node-scraper   --connection-config connection-config.json   --plugin-configs plugin_config_mi4xx_helios.json
{
  "name": "Mi4xxServiceability",
  "desc": "Helios MI4xx",
  "global_args": {},
  "plugins": {
    "Mi4xxServiceabilityPlugin": {
      "collection": true,
      "analysis": true,
      "collection_args": {
        "rf_event_log_uri": "/redfish/v1/Systems/Instinct_Accelerators/LogServices/EventLog/Entries",
        "follow_next_link": true,
        "max_pages": 200
      },
      "analysis_args": {
        "afid_sag_path": "/path_to/LATEST_AFID_SAG.json",
        "hub_entry_point": "afse",
        "hub_display_name": "AFSE",
        "rf_event_log_uri": "/redfish/v1/Systems/Instinct_Accelerators/LogServices/EventLog/Entries"
      }
    }
  },
  "result_collators": {}
}

Sample connection config:

{
    "RedfishConnectionManager": {
        "host": "IP/DNS",
        "username": "<uname>",
        "password": "<pwd>",
        "use_https": true,
        "use_session_auth": false,
        "verify_ssl": false,
        "timeout_seconds": 30
    }
}

@alexandraBara
alexandraBara merged commit 6c28811 into development Aug 21, 2026
7 checks passed
@alexandraBara
alexandraBara deleted the alex_mi4xxServiceability branch August 21, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant