-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.7
-
None
-
None
-
Important
-
rhel-sst-cee-supportability
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
What were you trying to do that didn't work?
AAP is moving from package deployments to containerised (and OCP deployments). Original `aap_*` plugins dont collect anything in the containerized deployment, while similar/identical data are needed to be collected.
There is `aap_containerized` plugin that covers most important data collection, but there are many data collected by aap_* plugins that the containerized one does not cover.
We need to review the other plugins, skip bits irrelevant to containerised 2.5+ deployments and add them to the containerized plugin.
What is the impact of this issue to you?
sosreport from containerized AAP deployments lack random diagnostic data that are collected from RPM-based deployments.
Please provide the package NVR for which the bug is seen:
sos-4.10.1 / any at this time
How reproducible is this bug?:
100%
Steps to reproduce
collect sosreport from RPM-based deployment(s) and from containerized one and compare collected data
Expected results
Similar configs + cmd outputs to be collected.
Actual results
Various data are missing, e.g. https://github.com/sosreport/sos/blob/main/sos/report/plugins/aap_gateway.py#L41-L46 (very random stuff picked up)