ungleich-graphviz/vm-infrastructure-dcl.dot

12 lines
173 B
Plaintext
Raw Permalink Normal View History

2020-01-09 10:15:47 +00:00
digraph G {
node [ shape=box ]
rankdir=LR;
VMs->{VMHost1,VMHost2,VMHostN}
{VMHost1,VMHost2,VMHostN}->CephCluster;
CephCluster->{Ceph1,Ceph2,CephN}
}