From ebb157c9314f5dabf86a319ea9f3c3f479c8baed Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:42:40 +0100 Subject: [PATCH 1/6] add Demo by Urs to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f44128a..92de78d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ 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). +Or there are short demos, which can be found in the [demo/demo.py](demo/demo.py) file. Demo topology with conditional groups: From ffca5ba50ea3e63845e98185e4e39d158d59dfb3 Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:43:13 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92de78d..1bb2887 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi ## Demo 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). + Or there are short demos, which can be found in the [demo/demo.py](demo/demo.py) file. Demo topology with conditional groups: From cad20ee945ccb6605ae19db76a8ce299d2459b3a Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:43:48 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bb2887..e2d6cd4 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,8 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi ## Demo -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). - -Or there are short demos, which 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). +- Or there are short demos, which can be found in the [demo/demo.py](demo/demo.py) file. Demo topology with conditional groups: From f51141e482557b9f128a4ac797bb88ffa82ab56d Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:46:42 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e2d6cd4..22a08c2 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,7 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi - 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). - 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 From 7858cf1c7b323b526725f63119b15574e876fb0d Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:47:57 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a08c2..3d24c75 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi ## Demo -- 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). -- Or there are short demos, which 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). +> 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) From bf0c368f797b220e02af469ffd03f2d50e7a6dac Mon Sep 17 00:00:00 2001 From: slinder <120310879+SimLi1333@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:48:33 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d24c75..c97d980 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,12 @@ The ConditionalRunner leverages Python's built-in logging system to provide insi ## Demo > 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). + > 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) +> +> Demo topology with conditional groups: +> +> ![Demo topology](demo/demo_topology_drawio.png) ## Error Handling / fallback to default behavior of the threaded runner