Bug 1858825 - [validations] Weird output differences between "runtime" and "history
Summary: [validations] Weird output differences between "runtime" and "history
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: zstream
: 16.1 (Train on RHEL 8.2)
Assignee: mathieu bultel
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On: 1874795
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-20 13:45 UTC by Cédric Jeanneret
Modified: 2021-03-30 09:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-30 09:35:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.