
Also including the old massive overview .dot file, its not referenced, but it might be handy in the future. Change-Id: I68dc4521afe4efb520748fbc323867a045a2eb77
34 lines
875 B
Plaintext
34 lines
875 B
Plaintext
digraph "Kosmos"{
|
|
rankdir=TB
|
|
node [ fontname="sans-serif"fontsize=10 ];
|
|
edge [ fontname="sans-serif"fontsize=10 ];
|
|
label="kosmos-engine";
|
|
overlap="ortho";
|
|
fontname="sans-serif"
|
|
newrank=true
|
|
|
|
Conductor [style="invisible"]
|
|
|
|
subgraph cluster_engine_service {
|
|
fontname="sans-serif"
|
|
label="kosmos-engine";
|
|
fontsize=12
|
|
|
|
node[shape=record];
|
|
Engine[label="<f0> Engine|<f1> GSLB Plugin Interface |<f2> Status Check Consumer"];
|
|
PluginDriver[label="GSLB Plugin Driver", shape="component"]
|
|
}
|
|
|
|
|
|
ApplicanceAPI [style="invisible"]
|
|
Worker [style="invisible"]
|
|
|
|
Engine:f0 -> Conductor [label="kosmos-conductor"];
|
|
|
|
Engine:f1 -> PluginDriver [dir="both"];
|
|
PluginDriver -> ApplicanceAPI [dir="both" label="GSLB Appliance API"];
|
|
|
|
|
|
Worker -> Engine:f2[label="kosmos-status-checker"];
|
|
|
|
} |