add results overview
This commit is contained in:
parent
4f4adab27a
commit
764c8ef976
2 changed files with 9 additions and 1 deletions
|
@ -43,4 +43,12 @@ as well as important advantages of the **declarative** paradigm, such as:
|
||||||
* idempotence resp. quasi-idempotence
|
* idempotence resp. quasi-idempotence
|
||||||
* no need to check nor remember the system state.
|
* no need to check nor remember the system state.
|
||||||
|
|
||||||
We call this "implarative".
|
We call this "implarative".
|
||||||
|
|
||||||
|
## Clear results overview
|
||||||
|
|
||||||
|
With provisioning you hope everything goes fine but of course also errors can occur.
|
||||||
|
To be able to solve potential problems it is important to get clear information what are the steps performed and where did it go wrong and why.
|
||||||
|
So, while for successful executions it is nice to have, in case of errors it is essential to get a clear results overview.
|
||||||
|
|
||||||
|
![](/resources/images/results-overview.png)
|
BIN
resources/images/results-overview.png
Normal file
BIN
resources/images/results-overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Loading…
Reference in a new issue