Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | <ONOScell> |
| 4 | <host>localhost</host> # ONOS "bench" machine |
Siddesh | d984084 | 2021-08-06 19:26:05 +0000 | [diff] [blame] | 5 | <user>sid</user> |
| 6 | <password>sid</password> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 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> |
Siddesh | d984084 | 2021-08-06 19:26:05 +0000 | [diff] [blame] | 18 | <node_username>sid</node_username> |
| 19 | <node_password>sid</node_password> |
Siddesh | a19e3c8 | 2021-06-09 22:45:27 +0000 | [diff] [blame] | 20 | <karafPrompt_username>karaf</karafPrompt_username> |
| 21 | <karafPrompt_password>karaf</karafPrompt_password> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 22 | <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. |
Siddesh | 606bd87 | 2021-06-29 23:42:36 +0000 | [diff] [blame] | 27 | <nodes> 3 </nodes> # number of nodes in the cluster |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 28 | </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> |
Jon Hall | 8a99e8d | 2021-09-01 11:18:12 -0700 | [diff] [blame] | 104 | <ifaceName>ens6f0</ifaceName> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 105 | <routes> |
| 106 | <route1> |
Siddesh | d984084 | 2021-08-06 19:26:05 +0000 | [diff] [blame] | 107 | <network>192.168.103.1</network> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 108 | <netmask>24</netmask> |
Siddesh | d984084 | 2021-08-06 19:26:05 +0000 | [diff] [blame] | 109 | <gw>192.168.102.1</gw> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 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> |
Jon Hall | 8a99e8d | 2021-09-01 11:18:12 -0700 | [diff] [blame] | 129 | <ifaceName>ens6f1</ifaceName> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 130 | <routes> |
| 131 | <route1> |
Siddesh | d984084 | 2021-08-06 19:26:05 +0000 | [diff] [blame] | 132 | <network>192.168.102.1</network> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 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> |
Siddesh | 167bc88 | 2021-03-23 21:03:43 +0000 | [diff] [blame] | 148 | <mac>52:54:00:71:b5:96</mac> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 149 | <inband>false</inband> |
Siddesh | 167bc88 | 2021-03-23 21:03:43 +0000 | [diff] [blame] | 150 | <ip>192.168.102.101</ip> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 151 | <shortName>ng40</shortName> |
| 152 | <port1></port1> |
| 153 | <link1></link1> |
Jon Hall | 8a99e8d | 2021-09-01 11:18:12 -0700 | [diff] [blame] | 154 | <ifaceName>ens9</ifaceName> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 155 | <routes> |
| 156 | <route1> |
| 157 | <network>192.168.101.1</network> |
| 158 | <netmask>24</netmask> |
| 159 | <gw>192.168.103.1</gw> |
Siddesh | 167bc88 | 2021-03-23 21:03:43 +0000 | [diff] [blame] | 160 | <interface>ens9</interface> |
Jon Hall | be3a2ac | 2021-03-15 12:28:06 -0700 | [diff] [blame] | 161 | </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> |