diff options
Diffstat (limited to 'cts/scheduler/dot/allow-unhealthy-nodes.dot')
-rw-r--r-- | cts/scheduler/dot/allow-unhealthy-nodes.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/allow-unhealthy-nodes.dot b/cts/scheduler/dot/allow-unhealthy-nodes.dot new file mode 100644 index 0000000..0fd478a --- /dev/null +++ b/cts/scheduler/dot/allow-unhealthy-nodes.dot @@ -0,0 +1,7 @@ + digraph "g" { +"dummy_monitor_10000 rhel8-3" [ style=bold color="green" fontcolor="black"] +"dummy_start_0 rhel8-3" -> "dummy_monitor_10000 rhel8-3" [ style = bold] +"dummy_start_0 rhel8-3" [ style=bold color="green" fontcolor="black"] +"dummy_stop_0 rhel8-5" -> "dummy_start_0 rhel8-3" [ style = bold] +"dummy_stop_0 rhel8-5" [ style=bold color="green" fontcolor="black"] +} |