blob: 731c259b7e7f55ae639afa591ed5449c37afbb2d [file] [log] [blame]
Daniele Moro790cc102021-08-30 18:27:30 +02001<TOPOLOGY>
2 <COMPONENT>
3 <ONOScell>
4 <host>localhost</host> # ONOS "bench" machine
5 <user>jenkins</user>
6 <password></password>
7 <type>OnosClusterDriver</type>
8 <connect_order>50</connect_order>
9 <jump_host></jump_host>
10 <home>~/onos</home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
11 <COMPONENTS>
12 <kubeConfig>~/.kube/dev-pairedleaves-tucson</kubeConfig> # If set, will attempt to use this file for setting up port-forwarding
13 <useDocker>True</useDocker> # Whether to use docker for ONOS nodes
14 <docker_prompt>\$</docker_prompt>
15 <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS'
16 <diff_clihost>True</diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True.
17 <karaf_username>karaf</karaf_username>
18 <karaf_password>karaf</karaf_password>
19 <web_user>karaf</web_user>
20 <web_pass>karaf</web_pass>
21 <karafPrompt_username>karaf</karafPrompt_username>
22 <rest_port></rest_port>
23 <prompt></prompt> # TODO: we technically need a few of these, one per component
24 <onos_home>~/onos/</onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
25 <nodes> 3 </nodes> # number of nodes in the cluster
26 <up4_port>51001</up4_port> # Port where the UP4 P4Runtime server is listening
27 </COMPONENTS>
28 </ONOScell>
29
Daniele Moro522023c2021-10-15 17:30:33 +020030 <MgmtServer>
31 <host>10.76.28.66</host>
32 <user>jenkins</user>
33 <password></password>
34 <type>HostDriver</type>
35 <connect_order>6</connect_order>
36 <jump_host></jump_host>
37 <COMPONENTS>
38 <mac></mac>
39 <inband>false</inband>
40 <dhcp>True</dhcp>
41 <ip>10.32.11.1</ip>
42 <shortName>mgmt</shortName>
43 <port1></port1>
44 <link1></link1>
45 <ifaceName>pairbond</ifaceName>
46 <scapy_path>/usr/bin/scapy</scapy_path>
47 <routes>
48 <route1>
49 <network></network>
50 <netmask></netmask>
51 <gw></gw>
52 <interface></interface>
53 </route1>
54 </routes>
55 <sudo_required>true</sudo_required>
56 </COMPONENTS>
57 </MgmtServer>
58
Daniele Moro790cc102021-08-30 18:27:30 +020059 <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 <ifaceName>pairbond</ifaceName>
75 <scapy_path>/usr/bin/scapy</scapy_path>
76 <routes>
77 <route1>
78 <network></network>
79 <netmask></netmask>
80 <gw></gw>
81 <interface></interface>
82 </route1>
83 </routes>
84 <sudo_required>true</sudo_required>
85 </COMPONENTS>
86 </Compute1>
87
Daniele Morobf53dec2021-09-13 18:11:56 +020088 <Compute2>
89 <host>10.76.28.72</host>
90 <user>jenkins</user>
91 <password></password>
92 <type>HostDriver</type>
93 <connect_order>7</connect_order>
94 <jump_host></jump_host>
95 <COMPONENTS>
96 <mac></mac>
97 <inband>false</inband>
98 <dhcp>True</dhcp>
99 <ip>10.32.11.3</ip>
100 <shortName>h2</shortName>
101 <port1></port1>
102 <link1></link1>
103 <ifaceName>pairbond</ifaceName>
104 <scapy_path>/usr/bin/scapy</scapy_path>
105 <routes>
106 <route1>
107 <network></network>
108 <netmask></netmask>
109 <gw></gw>
110 <interface></interface>
111 </route1>
112 </routes>
113 <sudo_required>true</sudo_required>
114 </COMPONENTS>
115 </Compute2>
116
Daniele Moro790cc102021-08-30 18:27:30 +0200117 <Compute3>
118 <host>10.76.28.68</host>
119 <user>jenkins</user>
120 <password></password>
121 <type>HostDriver</type>
122 <connect_order>6</connect_order>
123 <jump_host></jump_host>
124 <COMPONENTS>
125 <mac></mac>
126 <inband>false</inband>
127 <dhcp>True</dhcp>
128 <ip>10.32.11.194</ip>
129 <shortName>h3</shortName>
130 <port1></port1>
131 <link1></link1>
132 <ifaceName>eno2</ifaceName>
133 <scapy_path>/usr/bin/scapy</scapy_path>
134 <routes>
135 <route1>
136 <network></network>
137 <netmask></netmask>
138 <gw></gw>
139 <interface></interface>
140 </route1>
141 </routes>
142 <sudo_required>true</sudo_required>
143 </COMPONENTS>
144 </Compute3>
145
Daniele Moro522023c2021-10-15 17:30:33 +0200146 <Leaf2>
147 <host>10.76.28.71</host>
148 <user>root</user>
149 <password>onl</password>
150 <type>StratumOSSwitchDriver</type>
151 <connect_order>10</connect_order>
152 <COMPONENTS>
153 <shortName>leaf2</shortName>
154 <port1>2</port1>
155 <link1>Host2</link1>
156 <onosConfigPath></onosConfigPath>
157 <onosConfigFile></onosConfigFile>
158 </COMPONENTS>
159 </Leaf2>
160
Daniele Moro790cc102021-08-30 18:27:30 +0200161 <!-- This component is not needed, but required to use the Testcaselib -->
162 <NetworkBench>
163 <host>10.76.28.66</host>
164 <user>jenkins</user>
165 <password></password>
166 <type>NetworkDriver</type>
167 <connect_order>1</connect_order>
168 <COMPONENTS>
169 </COMPONENTS>
170 </NetworkBench>
171
172 </COMPONENT>
173</TOPOLOGY>