diff --git a/.ostree/packages-testing-CentOS-10.txt b/.ostree/packages-testing-CentOS-10.txt new file mode 100644 index 00000000..f6da445f --- /dev/null +++ b/.ostree/packages-testing-CentOS-10.txt @@ -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 diff --git a/.ostree/packages-testing-RedHat-10.txt b/.ostree/packages-testing-RedHat-10.txt new file mode 100644 index 00000000..f6da445f --- /dev/null +++ b/.ostree/packages-testing-RedHat-10.txt @@ -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 diff --git a/meta/main.yml b/meta/main.yml index e740204d..8c962f88 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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: @@ -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.