Bug 1858825

Summary: [validations] Weird output differences between "runtime" and "history
Product: Red Hat OpenStack Reporter: Cédric Jeanneret <cjeanner>
Component: python-tripleoclientAssignee: mathieu bultel <mbultel>
Status: CLOSED CURRENTRELEASE QA Contact: David Rosenfeld <drosenfe>
Severity: high Docs Contact:
Priority: high    
Version: 16.1 (Train)CC: gchamoul, hbrock, jslagle, kecarter, mburns
Target Milestone: zstreamKeywords: Triaged
Target Release: 16.1 (Train on RHEL 8.2)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-30 09:35:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1874795    
Bug Blocks:    

Description Cédric Jeanneret 2020-07-20 13:45:09 UTC
There is a weird difference between the output at runtime:
(undercloud) [RedHat-8.2 - stack@undercloud ~]$ openstack tripleo validator run --validation validate-selinux
+--------------------------------------+------------------+--------+---------------+----------------+---------------------+----------+
| UUID                                 | Validations      | Status | Host Group(s) | Status by Host | Unreachable Host(s) | Duration |
+--------------------------------------+------------------+--------+---------------+----------------+---------------------+----------+
| 244201a6-6fd4-1321-0d1a-000000000006 | validate-selinux | FAILED | all           |                |                     | None     |
+--------------------------------------+------------------+--------+---------------+----------------+---------------------+----------+


compared to the history output:
(undercloud) [RedHat-8.2 - stack@undercloud ~]$ openstack tripleo validator show history                                                                                                                                                      
+--------------------------------------+------------------+--------+----------------------------+----------+                                                                                                                                  
| UUID                                 | Validations      | Status | Execution at               | Duration |                                                                                                                                  
+--------------------------------------+------------------+--------+----------------------------+----------+                                                                                                                                  
| 244201a6-6fd4-1321-0d1a-000000000006 | validate-selinux | PASSED | 2020-07-20 09:37:00.064483 | None     |                                                                                                                                  
+--------------------------------------+------------------+--------+----------------------------+----------+

Comment 2 Gaël Chamoulaud 2021-03-30 09:35:08 UTC
This has been fixed in z4