[foremanctl|valkey] Enable plugin for containerized deployments - #4376
Conversation
205d31c to
3f02c6e
Compare
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
3f02c6e to
fc2df9c
Compare
fc2df9c to
123e225
Compare
|
@TurboTurtle, Do these changes look good now? |
ShimShtein
left a comment
There was a problem hiding this comment.
Didn't test it, but code-wise looks OK.
shubhamsg199
left a comment
There was a problem hiding this comment.
ACK
Tested with sos-4.11.2-1.20260707085459122884.pr4376.22.g100c7184.el9.noarch
Scenarios tested:
- The actual secrets are scrubbed as expected.
- Verified configuration files are collected
- Verified log files are collected
- Verify foremanctl command outputs are collected
- All other scenarios mentioned in the test plan
Automation -> SatelliteQE/robottelo#22099
|
@archanaserver While automating it I noticed line |
The plugin required foremanctl package which doesn't exist in containerized mode. Add container detection to enable the plugin and collect foremanctl health diagnostics for support cases. Signed-off-by: akumari <akumari@redhat.com>
Adds container support to the valkey plugin to enable it for containerized deployments using foremanctl/quadlet. Signed-off-by: akumari <akumari@redhat.com>
365ddc9 to
a6b6e17
Compare
Yes that's a good point. Added additional pattern to handle this format |
|
@TurboTurtle Do you think it is ready to be merge? |
Yes, definitely. If you spot any other secrets (passwords, auth keys,..), please ensure they are scrubbed as well. (I see the admin creds are resolved already). |
|
@TurboTurtle @pmoravec hi, can we get this in merge? or do you have other suggestion on this? |
|
I approved the PR, let's wait for another approval from the core team (@arif-ali or @TurboTurtle ) to let us merge it. |
The plugin required foremanctl package which doesn't exist in containerized mode. Add container detection to enable the plugin and collect foremanctl health diagnostics for support cases.