blob: 74b86899a530e5a6a7474b73c401ab4045422c51 [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>
18 <web_user>karaf</web_user>
19 <web_pass>karaf</web_pass>
20 <rest_port></rest_port>
21 <prompt></prompt> # TODO: we technically need a few of these, one per component
22 <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty.
23 <nodes> 7 </nodes> # number of nodes in the cluster
24 </COMPONENTS>
25 </ONOScell>
26
27 <Leaf1>
28 <host>10.128.13.209</host>
29 <user>root</user>
30 <password>onl</password>
31 <type>StratumOSSwitchDriver</type>
32 <connect_order>2</connect_order>
33 <COMPONENTS>
34 <prompt>#</prompt>
35 <shortName>leaf1</shortName>
36 <port1>1</port1>
37 <link1>Host1</link1>
38 <onosConfigPath></onosConfigPath>
39 <onosConfigFile></onosConfigFile>
40 </COMPONENTS>
41 </Leaf1>
42
43 <Leaf2>
44 <host>10.128.13.211</host>
45 <user>root</user>
46 <password>onl</password>
47 <type>StratumOSSwitchDriver</type>
48 <connect_order>2</connect_order>
49 <COMPONENTS>
50 <prompt>#</prompt>
51 <shortName>leaf2</shortName>
52 <port1>2</port1>
53 <link1>Host2</link1>
54 <onosConfigPath></onosConfigPath>
55 <onosConfigFile></onosConfigFile>
56 </COMPONENTS>
57 </Leaf2>
58
59 <Spine1>
60 <host>10.128.13.213</host>
61 <user>root</user>
62 <password>onl</password>
63 <type>StratumOSSwitchDriver</type>
64 <connect_order>2</connect_order>
65 <COMPONENTS>
66 <prompt>#</prompt>
67 <shortName>spine1</shortName>
68 <onosConfigPath></onosConfigPath>
69 <onosConfigFile></onosConfigFile>
70 </COMPONENTS>
71 </Spine1>
72
73 <Spine2>
74 <host>10.128.13.215</host>
75 <user>root</user>
76 <password>onl</password>
77 <type>StratumOSSwitchDriver</type>
78 <connect_order>2</connect_order>
79 <COMPONENTS>
80 <prompt>#</prompt>
81 <shortName>spine2</shortName>
82 <onosConfigPath></onosConfigPath>
83 <onosConfigFile></onosConfigFile>
84 </COMPONENTS>
85 </Spine2>
86
87 <Host1>
88 <host>10.128.13.253</host>
89 <user>sdn</user>
90 <password>rocks</password>
91 <type>HostDriver</type>
92 <connect_order>6</connect_order>
93 <COMPONENTS>
94 <mac>3c:fd:fe:a8:ea:30</mac>
95 <inband>false</inband>
96 <ip>192.168.102.3</ip>
97 <shortName>h1</shortName>
98 <port1>0</port1>
99 <link1>Leaf1</link1>
100 <interfaceName>ens6f0</interfaceName>
101 <routes>
102 <route1>
103 <network>192.168.101.1</network>
104 <netmask>24</netmask>
105 <gw>192.168.103.1</gw>
106 <interface></interface>
107 </route1>
108 </routes>
109 </COMPONENTS>
110 </Host1>
111
112 <Host2>
113 <host>10.128.13.253</host>
114 <user>sdn</user>
115 <password>rocks</password>
116 <type>HostDriver</type>
117 <connect_order>7</connect_order>
118 <COMPONENTS>
119 <mac>3c:fd:fe:a8:ea:31</mac>
120 <inband>false</inband>
121 <ip>192.168.103.3</ip>
122 <shortName>h2</shortName>
123 <port1>0</port1>
124 <link1>Leaf1</link1>
125 <interfaceName>ens6f1</interfaceName>
126 <routes>
127 <route1>
128 <network>192.168.101.1</network>
129 <netmask>24</netmask>
130 <gw>192.168.103.1</gw>
131 <interface></interface>
132 </route1>
133 </routes>
134 </COMPONENTS>
135 </Host2>
136
137 <ng40vm>
138 <host>10.92.1.71</host>
139 <user>ng40</user>
140 <password>ng40</password>
141 <type>HostDriver</type>
142 <connect_order>8</connect_order>
143 <COMPONENTS>
Siddesh167bc882021-03-23 21:03:43 +0000144 <mac>52:54:00:71:b5:96</mac>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700145 <inband>false</inband>
Siddesh167bc882021-03-23 21:03:43 +0000146 <ip>192.168.102.101</ip>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700147 <shortName>ng40</shortName>
148 <port1></port1>
149 <link1></link1>
Siddesh167bc882021-03-23 21:03:43 +0000150 <interfaceName>ens9</interfaceName>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700151 <routes>
152 <route1>
153 <network>192.168.101.1</network>
154 <netmask>24</netmask>
155 <gw>192.168.103.1</gw>
Siddesh167bc882021-03-23 21:03:43 +0000156 <interface>ens9</interface>
Jon Hallbe3a2ac2021-03-15 12:28:06 -0700157 </route1>
158 </routes>
159 </COMPONENTS>
160 </ng40vm>
161
162 <NetworkBench>
163 <host>10.128.13.253</host>
164 <user>sdn</user>
165 <password>rocks</password>
166 <type>NetworkDriver</type>
167 <connect_order>10</connect_order>
168 <COMPONENTS>
169 </COMPONENTS>
170 </NetworkBench>
171
172 </COMPONENT>
173</TOPOLOGY>