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

fix: add support for EL10 #200

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .ostree/packages-testing-CentOS-10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bpftrace
cyrus-sasl-scram
grafana
grafana-pcp
pcp-export-pcp2elasticsearch
pcp-pmda-bpftrace
pcp-pmda-elasticsearch
pcp-pmda-mssql
pcp-pmda-postfix
pcp-system-tools
pcp-zeroconf
postfix
postfix-perl-scripts
python3-pyodbc
redis
redis-doc
16 changes: 16 additions & 0 deletions .ostree/packages-testing-RedHat-10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bpftrace
cyrus-sasl-scram
grafana
grafana-pcp
pcp-export-pcp2elasticsearch
pcp-pmda-bpftrace
pcp-pmda-elasticsearch
pcp-pmda-mssql
pcp-pmda-postfix
pcp-system-tools
pcp-zeroconf
postfix
postfix-perl-scripts
python3-pyodbc
redis
redis-doc
34 changes: 15 additions & 19 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ galaxy_info:
description: Linux system role for metric collection
company: Red Hat, Inc.
license: MIT

min_ansible_version: "2.9"

# If this is a Container Enabled role, provide the minimum Ansible Container
# version.
# min_ansible_container_version:

platforms:
- name: Fedora
versions:
Expand All @@ -22,22 +16,24 @@ galaxy_info:
- "7"
- "8"
- "9"

galaxy_tags:
- metrics
- analysis
- telemetry
- monitoring
- timeseries
- performance
- lightweight
- visualization
- el6
- el7
- el8
- el9
- el10
- fedora
- grafana
- instrumentation
- lightweight
- metrics
- monitoring
- observability
- grafana
- redis
- pcp

- performance
- redis
- telemetry
- timeseries
- visualization
dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]'
# above, if you add dependencies to this list.
Loading