This patch adds logging support for validations. It introduces two new Tripleo Validator commands to allow the user to get the executions history and get the details of them. Change-Id: Ie80318a7fa684adb7c3bf7c99d526b0de64b0904 Depends-On: I502c38d3f27db3c6f62a47190136dd03627956bc Depends-On: I0cb2743d1d4d118320a799c6820d48f9b917498f Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
8 lines
270 B
YAML
8 lines
270 B
YAML
---
|
|
features:
|
|
- |
|
|
The TripleO Validator CLI has now a new logging feature which keep every
|
|
validation execution log in the Undercloud (/var/log/validations/). The CLI
|
|
is able to display the history and allow the user to get the full execution
|
|
details.
|