Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi

## Demo

Three short demos can be found in the [demo/demo.py](demo/demo.py) file.
> There is a nice, extensive demo [`nornir-conditional-runner-demo`](https://github.com/InfrastructureAsCode-ch/nornir_conditional_runner_demo) done with NetLab by [`Urs Baumann`](https://github.com/ubaumann).

Demo topology with conditional groups:

![Demo topology](demo/demo_topology_drawio.png)
> Or there are short demos, which can be found in the [demo/demo.py](demo/demo.py) file.
>
> Demo topology with conditional groups:
>
> ![Demo topology](demo/demo_topology_drawio.png)

## Error Handling / fallback to default behavior of the threaded runner

Expand Down
Loading