blob: 1a7e816ceb5e51b1fb82c47e438933c550979327 [file] [log] [blame]
You Wange24d6272018-03-27 21:18:50 -07001<TOPOLOGY>
2 <COMPONENT>
3 <ONOScell>
4 <host>localhost</host> # ONOS "bench" machine
5 <user>sdn</user>
6 <password>rocks</password>
7 <type>OnosClusterDriver</type>
8 <connect_order>1</connect_order>
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -07009 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
You Wange24d6272018-03-27 21:18:50 -070010 <COMPONENTS>
11 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
12 <diff_clihost></diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
13 <karaf_username></karaf_username>
14 <karaf_password></karaf_password>
15 <web_user></web_user>
16 <web_pass></web_pass>
17 <rest_port></rest_port>
18 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jeremy Ronquillobcbef3e2019-06-07 11:02:38 -070019 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
You Wange24d6272018-03-27 21:18:50 -070020 <nodes>1</nodes> # number of nodes in the cluster
21 </COMPONENTS>
22 </ONOScell>
23
24 <OFDPASwitchLeaf205>
25 <host>10.128.0.205</host>
26 <user>root</user>
27 <password>onl</password>
28 <type>OFDPASwitchDriver</type>
29 <connect_order>2</connect_order>
30 <COMPONENTS>
31 <shortName>leaf205</shortName>
32 <dpid>0x205</dpid>
33 <port1>49</port1>
34 <link1>OFDPASwitchSpine227</link1>
35 <port2>51</port2>
36 <link2>OFDPASwitchSpine228</link2>
37 <port3>33</port3>
38 <link3>Host1</link3>
39 <port4>44</port4>
40 <link4>Host2</link4>
41 </COMPONENTS>
42 </OFDPASwitchLeaf205>
43
44 <OFDPASwitchLeaf206>
45 <host>10.128.0.206</host>
46 <user>root</user>
47 <password>onl</password>
48 <type>OFDPASwitchDriver</type>
49 <connect_order>3</connect_order>
50 <COMPONENTS>
51 <shortName>leaf206</shortName>
52 <dpid>0x206</dpid>
53 <port1>49</port1>
54 <link1>OFDPASwitchSpine227</link1>
55 <port2>51</port2>
56 <link2>OFDPASwitchSpine228</link2>
57 <port3>33</port3>
58 <link3>Host3</link3>
59 <port4>44</port4>
60 <link4>Host4</link4>
61 </COMPONENTS>
62 </OFDPASwitchLeaf206>
63
64 <OFDPASwitchSpine227>
65 <host>10.128.0.227</host>
66 <user>root</user>
67 <password>onl</password>
68 <type>OFDPASwitchDriver</type>
69 <connect_order>4</connect_order>
70 <COMPONENTS>
71 <shortName>spine227</shortName>
72 <dpid>0x227</dpid>
73 <port1>25</port1>
74 <link1>OFDPASwitchLeaf205</link1>
75 <port2>27</port2>
76 <link2>OFDPASwitchLeaf206</link2>
77 </COMPONENTS>
78 </OFDPASwitchSpine227>
79
80 <OFDPASwitchSpine228>
81 <host>10.128.0.228</host>
82 <user>root</user>
83 <password>onl</password>
84 <type>OFDPASwitchDriver</type>
85 <connect_order>5</connect_order>
86 <COMPONENTS>
87 <shortName>spine228</shortName>
88 <dpid>0x228</dpid>
89 <port1>25</port1>
90 <link1>OFDPASwitchLeaf205</link1>
91 <port2>27</port2>
92 <link2>OFDPASwitchLeaf206</link2>
93 </COMPONENTS>
94 </OFDPASwitchSpine228>
95
96 <Host1>
97 <host>10.128.100.58</host>
98 <user>mininet</user>
99 <password>mininet</password>
100 <type>HostDriver</type>
101 <connect_order>6</connect_order>
102 <COMPONENTS>
103 <ip>10.0.10.10</ip>
104 <ip6></ip6>
105 <shortName>h1</shortName>
106 <port1>0</port1>
107 <link1>OFDPASwitchLeaf205</link1>
108 </COMPONENTS>
109 </Host1>
110
111 <Host2>
112 <host>10.128.100.59</host>
113 <user>mininet</user>
114 <password>mininet</password>
115 <type>HostDriver</type>
116 <connect_order>7</connect_order>
117 <COMPONENTS>
118 <ip>10.0.10.20</ip>
119 <ip6></ip6>
120 <shortName>h2</shortName>
121 <port1>0</port1>
122 <link1>OFDPASwitchLeaf205</link1>
123 </COMPONENTS>
124 </Host2>
125
126 <Host3>
127 <host>10.128.100.60</host>
128 <user>mininet</user>
129 <password>mininet</password>
130 <type>HostDriver</type>
131 <connect_order>8</connect_order>
132 <COMPONENTS>
133 <ip>10.0.20.10</ip>
134 <ip6></ip6>
135 <shortName>h3</shortName>
136 <port1>0</port1>
137 <link1>OFDPASwitchLeaf206</link1>
138 </COMPONENTS>
139 </Host3>
140
141 <Host4>
142 <host>10.128.100.61</host>
143 <user>mininet</user>
144 <password>mininet</password>
145 <type>HostDriver</type>
146 <connect_order>9</connect_order>
147 <COMPONENTS>
148 <ip>10.0.20.20</ip>
149 <ip6></ip6>
150 <shortName>h4</shortName>
151 <port1>0</port1>
152 <link1>OFDPASwitchLeaf206</link1>
153 </COMPONENTS>
154 </Host4>
155
156 <NetworkBench>
157 <host>localhost</host>
158 <user>sdn</user>
159 <password>rocks</password>
160 <type>NetworkDriver</type>
161 <connect_order>10</connect_order>
162 <COMPONENTS>
163 </COMPONENTS>
164 </NetworkBench>
165
166 </COMPONENT>
167</TOPOLOGY>