Closed bastelfreak closed 1 year ago
https://github.com/puppetlabs/puppet_operational_dashboards/commit/ddfbe15cbd3fea11175528ce12a14f7ec94b7927 implemented support for Orchestrator metrics. The function pe_profiles_on_host is used to determine of the orchestrator profile is present on a node. The list of possible classes is hardcoded in the function and needs to be extended.
@m0dular can you please take a look and make a new release afterwards?
Maybe we should refactor this to run the function once and extract the hosts and profiles from that, but for now this works.
https://github.com/puppetlabs/puppet_operational_dashboards/commit/ddfbe15cbd3fea11175528ce12a14f7ec94b7927 implemented support for Orchestrator metrics. The function pe_profiles_on_host is used to determine of the orchestrator profile is present on a node. The list of possible classes is hardcoded in the function and needs to be extended.