blob: 7289a0d6eb9585ac80bfc41b8f09624eb83384ee [file] [log] [blame]
Siddeshd9840842021-08-06 19:26:05 +00001<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>
9 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
10 <COMPONENTS>
11 <kubeConfig>~/.kube/dev-pairedleaves-tucson</kubeConfig> # If set, will attempt to use this file for setting up port-forwarding
12 <useDocker>True</useDocker> # Whether to use docker for ONOS nodes
13 <docker_prompt>\$</docker_prompt>
14 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
15 <diff_clihost>True</diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
16 <karaf_username>karaf</karaf_username>
17 <karaf_password>karaf</karaf_password>
18 <node_username>sdn</node_username>
19 <node_password>rocks</node_password>
20 <karafPrompt_username>karaf</karafPrompt_username>
21 <karafPrompt_password>karaf</karafPrompt_password>
22 <web_user>karaf</web_user>
23 <web_pass>karaf</web_pass>
24 <rest_port></rest_port>
25 <prompt></prompt> # TODO: we technically need a few of these, one per component
26 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
27 <nodes> 3 </nodes> # number of nodes in the cluster
28 </COMPONENTS>
29 </ONOScell>
30
31 <Leaf1>
32 <host>10.128.13.209</host>
33 <user>root</user>
34 <password>onl</password>
35 <type>StratumOSSwitchDriver</type>
36 <connect_order>2</connect_order>
37 <COMPONENTS>
38 <prompt>#</prompt>
39 <shortName>leaf1</shortName>
40 <port1>1</port1>
41 <link1>Host1</link1>
42 <onosConfigPath></onosConfigPath>
43 <onosConfigFile></onosConfigFile>
44 </COMPONENTS>
45 </Leaf1>
46
47 <Leaf2>
48 <host>10.128.13.211</host>
49 <user>root</user>
50 <password>onl</password>
51 <type>StratumOSSwitchDriver</type>
52 <connect_order>2</connect_order>
53 <COMPONENTS>
54 <prompt>#</prompt>
55 <shortName>leaf2</shortName>
56 <port1>2</port1>
57 <link1>Host2</link1>
58 <onosConfigPath></onosConfigPath>
59 <onosConfigFile></onosConfigFile>
60 </COMPONENTS>
61 </Leaf2>
62
63 <Compute1>
64 <host>10.76.28.74</host>
65 <user>jenkins</user>
66 <password></password>
67 <type>HostDriver</type>
68 <connect_order>6</connect_order>
69 <jump_host></jump_host>
70 <COMPONENTS>
71 <mac></mac>
72 <inband>false</inband>
73 <dhcp>True</dhcp>
74 <ip>10.32.11.2</ip>
75 <shortName>h1</shortName>
76 <port1></port1>
77 <link1></link1>
78 <interfaceName>pairbond</interfaceName>
79 <routes>
80 <route1>
81 <network>10.32.11.126</network>
82 <netmask>25</netmask>
83 <gw>10.32.11.126</gw>
84 <interface>pairbond</interface>
85 </route1>
86 </routes>
87 <sudo_required>true</sudo_required>
88 </COMPONENTS>
89 </Compute1>
90
91 <Compute2>
92 <host>10.76.28.72</host>
93 <user>jenkins</user>
94 <password></password>
95 <type>HostDriver</type>
96 <connect_order>7</connect_order>
97 <jump_host></jump_host>
98 <COMPONENTS>
99 <mac></mac>
100 <inband>false</inband>
101 <dhcp>True</dhcp>
102 <ip>10.32.11.3</ip>
103 <shortName>h2</shortName>
104 <port1></port1>
105 <link1></link1>
106 <interfaceName>pairbond</interfaceName>
107 <routes>
108 <route1>
109 <network>10.32.11.126</network>
110 <netmask>25</netmask>
111 <gw>10.32.11.126</gw>
112 <interface>pairbond</interface>
113 </route1>
114 </routes>
115 <sudo_required>true</sudo_required>
116 </COMPONENTS>
117 </Compute2>
118
119 <Compute3>
120 <host>10.76.28.68</host>
121 <user>jenkins</user>
122 <password></password>
123 <type>HostDriver</type>
124 <connect_order>8</connect_order>
125 <jump_host></jump_host>
126 <COMPONENTS>
127 <mac></mac>
128 <inband>false</inband>
129 <dhcp>True</dhcp>
130 <ip>10.32.11.194</ip>
131 <shortName>h3</shortName>
132 <port1></port1>
133 <link1></link1>
134 <interfaceName>eno2</interfaceName>
135 <routes>
136 <route1>
137 <network>10.32.11.254</network>
138 <netmask>26</netmask>
139 <gw>10.32.11.254</gw>
140 <interface>26</interface>
141 </route1>
142 </routes>
143 <sudo_required>true</sudo_required>
144 </COMPONENTS>
145 </Compute3>
146
147 <ManagmentServer>
148 <host>10.76.28.66</host>
149 <user>jenkins</user>
150 <password></password>
151 <type>HostDriver</type>
152 <connect_order>1</connect_order>
153 <COMPONENTS>
154 <mac></mac>
155 <inband>false</inband>
156 <dhcp>True</dhcp>
157 <ip>10.32.11.1</ip>
158 <shortName>mgmt</shortName>
159 <port1></port1>
160 <link1></link1>
161 <interfaceName>pairbond</interfaceName>
162 <routes>
163 <route1>
164 <network>10.32.11.126</network>
165 <netmask>25</netmask>
166 <gw>10.32.11.126</gw>
167 <interface>pairbond</interface>
168 </route1>
169 </routes>
170 <sudo_required>true</sudo_required>
171
172 </COMPONENTS>
173 </ManagmentServer>
174
175 <NetworkBench>
176 <host>10.128.13.253</host>
177 <user>sdn</user>
178 <password>rocks</password>
179 <type>NetworkDriver</type>
180 <connect_order>10</connect_order>
181 <COMPONENTS>
182 </COMPONENTS>
183 </NetworkBench>
184
185 </COMPONENT>
186</TOPOLOGY>