File tree 6 files changed +18
-15
lines changed
6 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,12 @@ at [examples](examples/) directory to explore more details
90
90
91
91
####Trying it out on a multi-host VLAN/VXLAN network
92
92
93
- <Diagrams and Vagrant files to be added for this and configuration below>
94
- However feel free to look at [examples/two_host_vlan.json](examples/two_host_vlan.json) and
95
- [examples/two_host_vxlan.json ](examples/two_host_vxlan.json) as a starting point for cluster of two hosts.
93
+ Look at [examples/two_host_vlan.json](examples/two_host_vlan.json) that depicts the following network
94
+
95
+ 
96
+
97
+ [examples/two_host_vxlan.json ](examples/two_host_vxlan.json) attempts to achieve following connectivity
98
+ 
96
99
97
100
####Multi-tenant network
98
101
Original file line number Diff line number Diff line change 10
10
"Endpoints" : [
11
11
{
12
12
"Container" : " myContainer1" ,
13
- "Host" : " swvm174 "
13
+ "Host" : " host1 "
14
14
},
15
15
{
16
16
"Container" : " myContainer2" ,
17
- "Host" : " swvm174 "
17
+ "Host" : " host1 "
18
18
},
19
19
{
20
20
"Container" : " myContainer3" ,
21
- "Host" : " swvm175 "
21
+ "Host" : " host2 "
22
22
},
23
23
{
24
24
"Container" : " myContainer4" ,
25
- "Host" : " swvm175 "
25
+ "Host" : " host2 "
26
26
}
27
27
]
28
28
}
Original file line number Diff line number Diff line change 10
10
"Endpoints" : [
11
11
{
12
12
"Container" : " myContainer1" ,
13
- "Host" : " swvm174 "
13
+ "Host" : " host1 "
14
14
},
15
15
{
16
16
"Container" : " myContainer2" ,
17
- "Host" : " swvm174 "
17
+ "Host" : " host1 "
18
18
},
19
19
{
20
20
"Container" : " myContainer3" ,
21
- "Host" : " swvm175 "
21
+ "Host" : " host2 "
22
22
},
23
23
{
24
24
"Container" : " myContainer4" ,
25
- "Host" : " swvm175 "
25
+ "Host" : " host2 "
26
26
}
27
27
]
28
28
}
Original file line number Diff line number Diff line change 10
10
"Endpoints" : [
11
11
{
12
12
"Container" : " myContainer1" ,
13
- "Host" : " swvm174 "
13
+ "Host" : " host1 "
14
14
},
15
15
{
16
16
"Container" : " myContainer3" ,
17
- "Host" : " swvm175 "
17
+ "Host" : " host2 "
18
18
}
19
19
]
20
20
},
23
23
"Endpoints" : [
24
24
{
25
25
"Container" : " myContainer2" ,
26
- "Host" : " swvm174 "
26
+ "Host" : " host1 "
27
27
},
28
28
{
29
29
"Container" : " myContainer4" ,
30
- "Host" : " swvm175 "
30
+ "Host" : " host2 "
31
31
}
32
32
]
33
33
}
You can’t perform that action at this time.
0 commit comments