public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH RFC 1/6] devconfig: Install 'perf' on target hosts
@ 2024-03-03 18:07 Chuck Lever
  2024-03-03 18:07 ` [PATCH RFC 2/6] libvirt_user: Run Fedora-specific libvirt_user set up on Fedora systems Chuck Lever
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Chuck Lever @ 2024-03-03 18:07 UTC (permalink / raw)
  To: kdevops

From: Chuck Lever <chuck.lever@oracle.com>

'perf' is a package kernel developers sometimes want to have on
systems where they need to troubleshoot.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 .../devconfig/tasks/install-deps/debian/main.yml   |    1 +
 .../devconfig/tasks/install-deps/redhat/main.yml   |    1 +
 .../devconfig/tasks/install-deps/suse/main.yml     |    1 +
 3 files changed, 3 insertions(+)

diff --git a/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml b/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
index 6a55c264d047..62e68429a764 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
@@ -60,6 +60,7 @@
       - snmpd
       - snmp
       - trace-cmd
+      - perf
     state: present
     update_cache: yes
   tags: [ 'kdevops', 'deps' ]
diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
index 45650e177e10..d629b1becc1d 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
@@ -111,6 +111,7 @@
       - openssh-server
       - net-snmp
       - trace-cmd
+      - perf
 
 - name: Install btrfs-progs
   become: yes
diff --git a/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml b/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
index 070b96875495..5c7233709463 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
@@ -359,6 +359,7 @@
       - bc
       - vim-data
       - trace-cmd
+      - perf
     state: present
   when:
     - not is_sle12sp3|bool



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-03-05 14:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 18:07 [PATCH RFC 1/6] devconfig: Install 'perf' on target hosts Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 2/6] libvirt_user: Run Fedora-specific libvirt_user set up on Fedora systems Chuck Lever
2024-03-04 21:27   ` Luis Chamberlain
2024-03-04 21:46     ` Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 3/6] kdevops: Fix raw "include:" directives Chuck Lever
2024-03-04 20:56   ` Luis Chamberlain
2024-03-04 21:40     ` Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 4/6] fstests: Make /media/scratch larger Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 5/6] gitr: Change the default mode of root directories under test Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 6/6] devconfig: Assign a DNS domain name to target hosts Chuck Lever
2024-03-04 20:55   ` Luis Chamberlain
2024-03-04 21:38     ` Chuck Lever
2024-03-05 14:54       ` Chuck Lever III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox