summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/location-date-rules-2.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/location-date-rules-2.dot')
-rw-r--r--cts/scheduler/dot/location-date-rules-2.dot11
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/dot/location-date-rules-2.dot b/cts/scheduler/dot/location-date-rules-2.dot
new file mode 100644
index 0000000..080312a
--- /dev/null
+++ b/cts/scheduler/dot/location-date-rules-2.dot
@@ -0,0 +1,11 @@
+ digraph "g" {
+"rsc1_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"]
+"rsc1_start_0 rhel7-3" -> "rsc1_monitor_10000 rhel7-3" [ style = bold]
+"rsc1_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"]
+"rsc2_monitor_10000 rhel7-3" [ style=bold color="green" fontcolor="black"]
+"rsc2_start_0 rhel7-3" -> "rsc2_monitor_10000 rhel7-3" [ style = bold]
+"rsc2_start_0 rhel7-3" [ style=bold color="green" fontcolor="black"]
+"rsc3_monitor_10000 rhel7-4" [ style=bold color="green" fontcolor="black"]
+"rsc3_start_0 rhel7-4" -> "rsc3_monitor_10000 rhel7-4" [ style = bold]
+"rsc3_start_0 rhel7-4" [ style=bold color="green" fontcolor="black"]
+}