blob: e4a823b55023006d002a7bafec92f6a4f5d97450 [file] [log] [blame]
Jon Hallbe3a2ac2021-03-15 12:28:06 -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>
9 <home></home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
10 <COMPONENTS>
11 <kubeConfig>~/.kube/qa-ace-menlo</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>
Siddesh606bd872021-06-29 23:42:36 +000018 <node_username>sdn</node_username>
19 <node_password>rocks</node_password>
Siddesha19e3c82021-06-09 22:45:27 +000020 <karafPrompt_username>karaf</karafPrompt_username>
21 <karafPrompt_password>karaf</karafPrompt_password>
Jon Hallbe3a2ac2021-03-15 12:28:06 -070022 <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.
Siddesh606bd872021-06-29 23:42:36 +000027 <nodes> 3 </nodes> # number of nodes in the cluster
Jon Hallbe3a2ac2021-03-15 12:28:06 -070028 </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 <Spine1>
64 <host>10.128.13.213</host>
65 <user>root</user>
66 <password>onl</password>
67 <type>StratumOSSwitchDriver</type>
68 <connect_order>2</connect_order>
69 <COMPONENTS>
70 <prompt>#</prompt>
71 <shortName>spine1</shortName>
72 <onosConfigPath></onosConfigPath>
73 <onosConfigFile></onosConfigFile>
74 </COMPONENTS>
75 </Spine1>
76
77 <Spine2>
78 <host>10.128.13.215</host>
79 <user>root</user>
80 <password>onl</password>
81 <type>StratumOSSwitchDriver</type>
82 <connect_order>2</connect_order>
83 <COMPONENTS>
84 <prompt>#</prompt>
85 <shortName>spine2</shortName>
86 <onosConfigPath></onosConfigPath>
87 <onosConfigFile></onosConfigFile>
88 </COMPONENTS>
89 </Spine2>
90
91 <Host1>
92 <host>10.128.13.253</host>
93 <user>sdn</user>
94 <password>rocks</password>
95 <type>HostDriver</type>
96 <connect_order>6</connect_order>
97 <COMPONENTS>
98 <mac>3c:fd:fe:a8:ea:30</mac>
99 <inband>false</inband>
100 <ip>192.168.102.3</ip>
101 <shortName>h1</shortName>
102 <port1>0</port1>
103 <link1>Leaf1</link1>
104 <interfaceName>ens6f0</interfaceName>
105 <routes>
106 <route1>
107 <network>192.168.101.1</network>
108 <netmask>24</netmask>
109 <gw>192.168.103.1</gw>
110 <interface></interface>
111 </route1>
112 </routes>
113 </COMPONENTS>
114 </Host1>
115
116 <Host2>
117 <host>10.128.13.253</host>
118 <user>sdn</user>
119 <password>rocks</password>
120 <type>HostDriver</type>
121 <connect_order>7</connect_order>
122 <COMPONENTS>
123 <mac>3c:fd:fe:a8:ea:31</mac>
124 <inband>false</inband>
125 <ip>192.168.103.3</ip>
126 <shortName>h2</shortName>
127 <port1>0</port1>
128 <link1>Leaf1</link1>
129 <interfaceName>ens6f1</interfaceName>
130 <routes>
131 <route1>
132 <network>192.168.101.1</network>
133 <netmask>24</netmask>
134 <gw>192.168.103.1</gw>
135 <interface></interface>
136 </route1>
137 </routes>
138 </COMPONENTS>
139 </Host2>
140
141 <ng40vm>
142 <host>10.92.1.71</host>
143 <user>ng40</user>
144 <password>ng40</password>
145 <type>HostDriver</type>
146 <connect_order>8</connect_order>
147 <COMPONENTS>
Siddesh167bc882021-03-23 21:03:43 +0000148 <mac>52:54:00:71:b5:96</mac>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700149 <inband>false</inband>
Siddesh167bc882021-03-23 21:03:43 +0000150 <ip>192.168.102.101</ip>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700151 <shortName>ng40</shortName>
152 <port1></port1>
153 <link1></link1>
Siddesh167bc882021-03-23 21:03:43 +0000154 <interfaceName>ens9</interfaceName>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700155 <routes>
156 <route1>
157 <network>192.168.101.1</network>
158 <netmask>24</netmask>
159 <gw>192.168.103.1</gw>
Siddesh167bc882021-03-23 21:03:43 +0000160 <interface>ens9</interface>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700161 </route1>
162 </routes>
163 </COMPONENTS>
164 </ng40vm>
165
166 <NetworkBench>
167 <host>10.128.13.253</host>
168 <user>sdn</user>
169 <password>rocks</password>
170 <type>NetworkDriver</type>
171 <connect_order>10</connect_order>
172 <COMPONENTS>
173 </COMPONENTS>
174 </NetworkBench>
175
176 </COMPONENT>
177</TOPOLOGY>