digraph DON_DON {
graph [fontsize=10 fontname="Helvetica"];
node [fontsize=10 fontname="Helvetica"];
rankdir = TB;
ranksep = 1;
concentrate = true;
compound = true;
edge [dir=none]
subgraph cluster_DONComputeNode {
style=filled
subgraph cluster_ComputeNode {
ComputeNode [ shape = plaintext, label = <
>];
}
subgraph cluster_Nova {
style=filled
subgraph cluster_VMs {
VMs [ shape = plaintext, label = <
| VMs |
| vm1 |
vm2 |
| private1 |
private1 |
| 10.10.0.3 |
10.10.0.4 |
>];
}
subgraph cluster_LinuxBridge {
LinuxBridge [ shape = plaintext, label = <
| Linux Bridge |
| tap71ac5bef-7c |
| qbr8aa60600-7b |
qbr71ac5bef-7c |
| qvb8aa60600-7b |
qvb71ac5bef-7c |
>];
}
}
subgraph cluster_OVS {
style=filled
subgraph cluster_compute_br_int {
compute_br_int [ shape = plaintext, label = <
| OVS br_int |
| [6] qvo8aa60600-7b |
[7] qvo71ac5bef-7c |
| VLAN tag:2 |
VLAN tag:2 |
| [1] patch-tun |
>];
}
subgraph cluster_compute_br_tun {
compute_br_tun [ shape = plaintext, label = <
>];
}
}
ComputeNode:s -> VMs:n [color = "#0066cc", penwidth = "4", style="invis"]
VMs:101004:s -> LinuxBridge:tap71ac5bef_7c:n [color = "#0066cc", penwidth = "4"]
LinuxBridge:qvb8aa60600_7b:s -> compute_br_int:qvo8aa60600_7b:n [color = "#0066cc", penwidth = "4"]
LinuxBridge:qvb71ac5bef_7c:s -> compute_br_int:qvo71ac5bef_7c:n [color = "#0066cc", penwidth = "4"]
compute_br_int:patch_tun:s -> compute_br_tun:patch_int:n [color = "#0066cc", penwidth = "4"]
}
subgraph cluster_DONNetworkNode {
style=filled
subgraph cluster_NetworkNode {
NetworkNode [ shape = plaintext, label = <
>];
}
subgraph cluster_OVS {
style=filled
subgraph cluster_br_ex {
br_ex [ shape = plaintext, label = <
| OVS br_ex |
| router1 |
| 172.24.4.3/24 |
| [2] qg-757bf552-73 |
>];
}
subgraph cluster_network_br_int {
network_br_int [ shape = plaintext, label = <
| OVS br_int |
| [8] qr-43b83157-3b |
[10] tap1e1c73c9-35 |
| VLAN tag:2 |
VLAN tag:2 |
| 10.10.0.1/24 |
10.10.0.5/24 |
| private1 |
| router1 |
| [1] patch-tun |
>];
}
subgraph cluster_network_br_tun {
network_br_tun [ shape = plaintext, label = <
>];
}
}
NetworkNode:s -> br_ex:n [color = "#0066cc", penwidth = "4", style="invis"]
network_br_int:patch_tun:s -> network_br_tun:patch_int:n [color = "#0066cc", penwidth = "4"]
br_ex:qg_757bf552_73:s -> network_br_int:qr_43b83157_3b:n [color = "#0066cc", penwidth = "4"]
}
}