aboutsummaryrefslogtreecommitdiffstats
path: root/sos.spec
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-04-20 11:19:30 -0400
committerJake Hunsaker <jhunsake@redhat.com>2022-05-09 11:21:16 -0400
commit8aec430fd27785aa85a6e677151a2bb76da244dc (patch)
treef6b857846f1794b68ea0e244c4b3092bb4cddee3 /sos.spec
parent9b10abcdd4aaa41e2549438d5bc52ece86dcb21f (diff)
downloadsos-8aec430fd27785aa85a6e677151a2bb76da244dc.tar.gz
[collect] Add cluster profile for RHOSP
Adds a cluster profile for Red Hat OpenStack Platform to identify controller and (optionally) compute nodes to collect sos reports from. Note that this adds a dependency on pyyaml to sos. This should be considered a weak dependency by downstreams. As such, it is added as a 'Recommends' in `sos.spec`. pip does not have the concept of 'weak dependencies', and so is added as a regular requirement in `setup.py`. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'sos.spec')
-rw-r--r--sos.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos.spec b/sos.spec
index 02a97e43..8ae23d5a 100644
--- a/sos.spec
+++ b/sos.spec
@@ -17,6 +17,7 @@ Requires: tar
Requires: xz
Requires: python3-pexpect
Requires: python3-magic
+Recommends: python3-pyyaml
Obsoletes: sos-collector <= 1.9
%description