Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yaml support #1461

Open
wants to merge 3 commits into
base: b4.4
Choose a base branch
from
Open

Yaml support #1461

wants to merge 3 commits into from

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    eca5335 View commit details
    Browse the repository at this point in the history
  2. Decouple and rename ClusterCtrl class from ldmsd_yaml_parser

    Rename ClusterCtrl to YamlCfg
    Move YamlCfg to parser_util.py
    Remove maestro-specific functionailty from YamlCfg
    nick-enoent committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e87da41 View commit details
    Browse the repository at this point in the history
  3. Add advertiser and producer listener support to YAML

    Support for advertisers and producer listeners in YAML configuration file
    Support for multiple yaml files on configuration line
    Update error handling in parser_util.c
    Update error handling in __process_yaml_config_file
    nick-enoent committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2b0c658 View commit details
    Browse the repository at this point in the history