diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2018-06-20 17:26:44 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-06-20 18:01:21 +0100 |
commit | d198a3a5c7322b924013f03d6311c9cfbd204818 (patch) | |
tree | 8c2fa8fd6e2daf57a357a6b3800eda54b56c2978 | |
parent | 65711177797e799a24290101de549f4f25bb1d9b (diff) | |
download | sos-d198a3a5c7322b924013f03d6311c9cfbd204818.tar.gz |
[policies/redhat] update Red Hat product presets
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/policies/redhat.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sos/policies/redhat.py b/sos/policies/redhat.py index a895d92a..88703c2f 100644 --- a/sos/policies/redhat.py +++ b/sos/policies/redhat.py @@ -31,8 +31,9 @@ rh_presets = { "": PresetDefaults(name="rhel"), "rhel7": PresetDefaults(name="rhel7"), "rhosp": PresetDefaults(name="rhosp", opts=SoSOptions(all_logs=True)), - "rhv": PresetDefaults(name="rhv", - opts=SoSOptions(all_logs=True, verify=True)) + "ocp": PresetDefaults(name="ocp", + opts=SoSOptions(all_logs=True, verify=True)), + "rhv": PresetDefaults(name="rhv", opts=SoSOptions(verify=True)) } OS_RELEASE = "/etc/os-release" |