import ansible-pcp-2.4.1-1.el10

i10cs changed/i10cs/ansible-pcp-2.4.1-1.el10
MSVSphere Packaging Team 2 months ago
parent 4543a75a94
commit 978e8df049
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
d8813fc9c3ee048a2a7f69c7e4aed8012adb9802 SOURCES/ansible-pcp-2.3.0.tar.gz
210ae26a9b6eef1282ac06eeda5814d5737885e7 SOURCES/ansible-pcp-2.4.1.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ansible-pcp-2.3.0.tar.gz
SOURCES/ansible-pcp-2.4.1.tar.gz

@ -1,6 +1,6 @@
Name: ansible-pcp
Version: 2.3.0
Release: 5%{?dist}
Version: 2.4.1
Release: 1%{?dist}
Summary: Ansible Metric collection for Performance Co-Pilot
License: MIT
URL: https://github.com/performancecopilot/ansible-pcp
@ -35,23 +35,24 @@ BuildRequires: ansible-packaging-tests
%description
A collection containing roles for Performance Co-Pilot (PCP) and related
software such as Redis and Grafana. The collection is made up of several
Ansible roles, including:
software such as Grafana and Valkey.
The collection is made up of several Ansible roles, including:
%{collection_namespace}.%{collection_name}.pcp
A role for core PCP capabilities, configuring live performance analysis
with a large base set of metrics from the kernel and system services, as
well as data recording and rule inference.
%{collection_namespace}.%{collection_name}.redis
A role for configuring a local Redis server, suitable for use with a
Performance Co-Pilot archive repository (for single or many hosts) and
fast, scalable querying of metrics.
%{collection_namespace}.%{collection_name}.keyserver
A role for configuring a local key server (Valkey/Redis), suitable for
use with a Performance Co-Pilot archive repository (for single or many
hosts) and fast, scalable querying of metrics.
%{collection_namespace}.%{collection_name}.grafana
A role for configuring a local Grafana server, providing web frontend
visuals for Performance Co-Pilot metrics, both live and historically.
Data sources for Vector (live), Redis (historical) and interactive
Data sources for Vector (live), Valkey (historical) and interactive
bpftrace (eBPF) scripts can be configured by this role. The PCP REST
API service (from the core pcp role) should be configured in order to
use this role.
@ -115,6 +116,16 @@ ansible-lint `find roles -name \*.yml`
%{ansible_collection_files}
%changelog
* Wed Nov 20 2024 Sam Feifer <sfeifer@redhat.com> 2.4.1-1
- Latest upstream release to resolve build issues
* Thu Nov 07 2024 Nathan Scott <nathans@redhat.com> 2.4.0-1
- Latest upstream release
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.3.0-6
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.3.0-5
- Rebuilt for MSVSphere 10

Loading…
Cancel
Save