blob: 0b4791b8910767af11f771cbb68541cc8709c32e [file] [log] [blame]
Siddeshd9840842021-08-06 19:26:05 +00001<TOPOLOGY>
2 <COMPONENT>
3 <ONOScell>
4 <host>localhost</host> # ONOS "bench" machine
Jon Halla9bacb12021-08-31 18:43:09 -07005 <user>jenkins</user>
6 <password></password>
Siddeshd9840842021-08-06 19:26:05 +00007 <type>OnosClusterDriver</type>
8 <connect_order>1</connect_order>
Jon Hall77d65702021-09-01 09:36:14 -07009 <home>~/onos</home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
Siddeshd9840842021-08-06 19:26:05 +000010 <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>
Siddeshd9840842021-08-06 19:26:05 +000018 <karafPrompt_username>karaf</karafPrompt_username>
19 <karafPrompt_password>karaf</karafPrompt_password>
20 <web_user>karaf</web_user>
21 <web_pass>karaf</web_pass>
22 <rest_port></rest_port>
23 <prompt></prompt> # TODO: we technically need a few of these, one per component
Jon Hall77d65702021-09-01 09:36:14 -070024 <onos_home>~/onos/</onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
Siddeshd9840842021-08-06 19:26:05 +000025 <nodes> 3 </nodes> # number of nodes in the cluster
26 </COMPONENTS>
27 </ONOScell>
28
29 <Leaf1>
Jon Hall77d65702021-09-01 09:36:14 -070030 <host>10.76.28.70</host>
Siddeshd9840842021-08-06 19:26:05 +000031 <user>root</user>
32 <password>onl</password>
33 <type>StratumOSSwitchDriver</type>
34 <connect_order>2</connect_order>
35 <COMPONENTS>
Siddeshd9840842021-08-06 19:26:05 +000036 <shortName>leaf1</shortName>
37 <port1>1</port1>
38 <link1>Host1</link1>
39 <onosConfigPath></onosConfigPath>
40 <onosConfigFile></onosConfigFile>
41 </COMPONENTS>
42 </Leaf1>
43
44 <Leaf2>
Jon Hall77d65702021-09-01 09:36:14 -070045 <host>10.76.28.71</host>
Siddeshd9840842021-08-06 19:26:05 +000046 <user>root</user>
47 <password>onl</password>
48 <type>StratumOSSwitchDriver</type>
49 <connect_order>2</connect_order>
50 <COMPONENTS>
Siddeshd9840842021-08-06 19:26:05 +000051 <shortName>leaf2</shortName>
52 <port1>2</port1>
53 <link1>Host2</link1>
54 <onosConfigPath></onosConfigPath>
55 <onosConfigFile></onosConfigFile>
56 </COMPONENTS>
57 </Leaf2>
58
59 <Compute1>
60 <host>10.76.28.74</host>
61 <user>jenkins</user>
62 <password></password>
63 <type>HostDriver</type>
64 <connect_order>6</connect_order>
65 <jump_host></jump_host>
66 <COMPONENTS>
67 <mac></mac>
68 <inband>false</inband>
69 <dhcp>True</dhcp>
70 <ip>10.32.11.2</ip>
71 <shortName>h1</shortName>
72 <port1></port1>
73 <link1></link1>
74 <interfaceName>pairbond</interfaceName>
75 <routes>
76 <route1>
77 <network>10.32.11.126</network>
78 <netmask>25</netmask>
79 <gw>10.32.11.126</gw>
80 <interface>pairbond</interface>
81 </route1>
82 </routes>
83 <sudo_required>true</sudo_required>
84 </COMPONENTS>
85 </Compute1>
86
87 <Compute2>
88 <host>10.76.28.72</host>
89 <user>jenkins</user>
90 <password></password>
91 <type>HostDriver</type>
92 <connect_order>7</connect_order>
93 <jump_host></jump_host>
94 <COMPONENTS>
95 <mac></mac>
96 <inband>false</inband>
97 <dhcp>True</dhcp>
98 <ip>10.32.11.3</ip>
99 <shortName>h2</shortName>
100 <port1></port1>
101 <link1></link1>
102 <interfaceName>pairbond</interfaceName>
103 <routes>
104 <route1>
105 <network>10.32.11.126</network>
106 <netmask>25</netmask>
107 <gw>10.32.11.126</gw>
108 <interface>pairbond</interface>
109 </route1>
110 </routes>
111 <sudo_required>true</sudo_required>
112 </COMPONENTS>
113 </Compute2>
114
115 <Compute3>
116 <host>10.76.28.68</host>
117 <user>jenkins</user>
118 <password></password>
119 <type>HostDriver</type>
120 <connect_order>8</connect_order>
121 <jump_host></jump_host>
122 <COMPONENTS>
123 <mac></mac>
124 <inband>false</inband>
125 <dhcp>True</dhcp>
126 <ip>10.32.11.194</ip>
127 <shortName>h3</shortName>
128 <port1></port1>
129 <link1></link1>
130 <interfaceName>eno2</interfaceName>
131 <routes>
132 <route1>
133 <network>10.32.11.254</network>
134 <netmask>26</netmask>
135 <gw>10.32.11.254</gw>
136 <interface>26</interface>
137 </route1>
138 </routes>
139 <sudo_required>true</sudo_required>
140 </COMPONENTS>
141 </Compute3>
142
143 <ManagmentServer>
144 <host>10.76.28.66</host>
145 <user>jenkins</user>
146 <password></password>
147 <type>HostDriver</type>
148 <connect_order>1</connect_order>
149 <COMPONENTS>
150 <mac></mac>
151 <inband>false</inband>
152 <dhcp>True</dhcp>
153 <ip>10.32.11.1</ip>
154 <shortName>mgmt</shortName>
155 <port1></port1>
156 <link1></link1>
157 <interfaceName>pairbond</interfaceName>
158 <routes>
159 <route1>
160 <network>10.32.11.126</network>
161 <netmask>25</netmask>
162 <gw>10.32.11.126</gw>
163 <interface>pairbond</interface>
164 </route1>
165 </routes>
166 <sudo_required>true</sudo_required>
167
168 </COMPONENTS>
169 </ManagmentServer>
170
171 <NetworkBench>
Jon Hall77d65702021-09-01 09:36:14 -0700172 <host>10.76.28.66</host>
Jon Halla9bacb12021-08-31 18:43:09 -0700173 <user>jenkins</user>
174 <password></password>
Siddeshd9840842021-08-06 19:26:05 +0000175 <type>NetworkDriver</type>
176 <connect_order>10</connect_order>
177 <COMPONENTS>
178 </COMPONENTS>
179 </NetworkBench>
180
181 </COMPONENT>
182</TOPOLOGY>