Denis

Results 66 comments of Denis

Its a good idea but not feasible to implement without significant code and tests rework, which is not justifiable for such a small convenience improvement. run_ttp is the name of...

ic, could you provide samples of the discrepancies and what was done to produce the results, maybe sample workflow or cli command, would be glad to have a look and...

workflow uses `add_details=True` for all steps by default, if you run your nr.cli run_ttp task with `add_details=True` you should get same exact result as workflow does. [add_details docs](https://salt-nornir.readthedocs.io/en/latest/Nornir%20Execution%20Module.html#add-details)

worlflow has to use `add_details=True` to be able to reason whether task was successful or failed, so its not controllable from workflow steps arguments.

in other words, workflow sets `add_details=True` for all nr.xyz step unconditionally - https://github.com/dmulyalin/salt-nornir/blob/1fc3b1660988b3da3621129192888f7d3398d09d/salt_nornir/states/nornir_proxy_state_module.py#L308

Added support for `stop_if_fail` step parameter in 0.20.0 release, feel free to test and let me know how it goes.

Hello, was trying to reproduce the problem using from_dict method, but no luck, not seeing nodes added twice. N2G attempts to deduplicate nodes/links when they are loaded into the diagram,...

Possible WEB UI location for this functionality could be `Operations -> Integrations -> Bulk Import`

This is needed, it is almost impractical at lrger scale how it is done now where every circuit need to be placed into a group one by one manually instead...