blob: 8605cad778f1efbb4561f1141e060372c29c62dc [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
30 <Compute1>
31 <host>10.76.28.74</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.2</ip>
42 <shortName>h1</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 </Compute1>
58
Daniele Morobf53dec2021-09-13 18:11:56 +020059 <Compute2>
60 <host>10.76.28.72</host>
61 <user>jenkins</user>
62 <password></password>
63 <type>HostDriver</type>
64 <connect_order>7</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.3</ip>
71 <shortName>h2</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 </Compute2>
87
Daniele Moro790cc102021-08-30 18:27:30 +020088 <Compute3>
89 <host>10.76.28.68</host>
90 <user>jenkins</user>
91 <password></password>
92 <type>HostDriver</type>
93 <connect_order>6</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.194</ip>
100 <shortName>h3</shortName>
101 <port1></port1>
102 <link1></link1>
103 <ifaceName>eno2</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 </Compute3>
116
117 <!-- This component is not needed, but required to use the Testcaselib -->
118 <NetworkBench>
119 <host>10.76.28.66</host>
120 <user>jenkins</user>
121 <password></password>
122 <type>NetworkDriver</type>
123 <connect_order>1</connect_order>
124 <COMPONENTS>
125 </COMPONENTS>
126 </NetworkBench>
127
128 </COMPONENT>
129</TOPOLOGY>