29 lines
862 B
Diff
29 lines
862 B
Diff
From 3b6bbcb819e05aecf0fec4767588ea0376c9f218 Mon Sep 17 00:00:00 2001
|
|
From: akumari <akumari@redhat.com>
|
|
Date: Tue, 7 Jul 2026 14:06:40 +0530
|
|
Subject: [PATCH] [valkey] Add container support for containerized deployments
|
|
|
|
Adds container support to the valkey plugin to enable it
|
|
for containerized deployments using foremanctl/quadlet.
|
|
|
|
Signed-off-by: akumari <akumari@redhat.com>
|
|
---
|
|
sos/report/plugins/valkey.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/sos/report/plugins/valkey.py b/sos/report/plugins/valkey.py
|
|
index 26a74a56..f7b49253 100644
|
|
--- a/sos/report/plugins/valkey.py
|
|
+++ b/sos/report/plugins/valkey.py
|
|
@@ -19,6 +19,7 @@ class Valkey(Plugin, IndependentPlugin):
|
|
profiles = ('services',)
|
|
|
|
packages = ('valkey',)
|
|
+ containers = ('valkey',)
|
|
|
|
var_puppet_gen = "/var/lib/config-data/puppet-generated/valkey"
|
|
|
|
--
|
|
2.54.0
|
|
|