Can't get details of a failed validation

Bug #1592423 reported by Tomas Sedovic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TripleO UI
Triaged
High
Unassigned

Bug Description

When a validation fails, it's not always clear why. The "view details" should display any failure messages, description or other useful information for the deployers to investigate the issue. Currently, it doesn't do anything, however.

Two things need to be fixed here: first, the Validation API itself doesn't return the necessary details. Second, the UI will need to be updated to show these once they're available.

Revision history for this message
Tomas Sedovic (tsedovic) wrote :

Here's a pull request for the Validation API:

https://github.com/rthallisey/clapper/pull/73

It add two new fields to each "result" object: `failure_messages` and `warning_messages` under the `detailed_description` field.

Both fields are lists of strings. These should be added to the UI under the "view details" button and potentially be auto-expanded on validations that failed or have warnings.

Revision history for this message
Tomas Sedovic (tsedovic) wrote :

The clapper pull request has been merged and backported to the ansible1.9 branch.

We need to update the UI now.

Changed in tripleo-ui:
status: New → Triaged
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.