-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopenstack_knowledge_map.dot
More file actions
46 lines (37 loc) · 1.4 KB
/
openstack_knowledge_map.dot
File metadata and controls
46 lines (37 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
digraph Alf {
size = "15";
node [ shape = record, style=filled, fillcolor="#efefef", fontname=Helvetica,
fontsize=10.5, fontcolor="#2b2b2b", height=0.25, width=1, penwidth=0 ];
edge [ arrowhead=normal, arrowsize=0.5, len=0.5, fontcolor="#00aeef",
fontname=Helvetica, fontsize=9.5 ];
root [ label ="OpenStack 技能图谱" ];
1 [ style=invis, label="" ];
root->1 [ headclip=false,arrowhead=none ] ;
/* {
rank=same ;
1 ; "1b" ;
}
*/
1->"基础知识" [ tailclip=false ];
1->"操作系统" [ tailclip=false ];
1->"网络" [ tailclip=false ];
1->"存储" [ tailclip=false ];
1->"高可用集群" [ tailclip=false ];
1->"分布式集群" [ tailclip=false ];
1->"Fuel安装" [ tailclip=false ];
basic [style=invis, label="" ];
"基础知识" -> basic [ headclip=false,arrowhead=none ];
basic->"Oslo" [ tailclip=false ];
basic->"SQLAlchemy" [ tailclip=false ];
2 [style=invis, label="" ];
"操作系统" -> 2 [ headclip=false,arrowhead=none ];
2->"Red Hat/CentOS" [ tailclip=false ];
2->"Ubuntu" [ tailclip=false ];
2->"openSUSE" [ tailclip=false ];
highavailable [style=invis, label="" ];
"高可用集群" -> highavailable [ headclip=false,arrowhead=none ];
highavailable->"Pacemaker" [ tailclip=false ];
highavailable->"HaProxy" [ tailclip=false ];
highavailable->"MySQL" [ tailclip=false ];
highavailable->"Senlin" [ tailclip=false ];
}