shahshreya | 4e13a06 | 2014-11-11 16:46:18 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>10.128.10.11</host> |
| 6 | <user>admin</user> |
| 7 | <password>onos_test</password> |
| 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> </COMPONENTS> |
| 11 | </ONOSbench> |
| 12 | |
| 13 | <ONOS1> |
| 14 | <host>10.128.10.11</host> |
| 15 | <user>sdn</user> |
| 16 | <password>sdn</password> |
| 17 | <type>OnosDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
| 20 | </ONOS1> |
| 21 | |
| 22 | <ONOS2> |
| 23 | <host>10.128.10.11</host> |
| 24 | <user>admin</user> |
| 25 | <password>onos_test</password> |
| 26 | <type>OnosCliDriver</type> |
| 27 | <connect_order>3</connect_order> |
| 28 | <COMPONENTS> </COMPONENTS> |
| 29 | </ONOS2> |
| 30 | |
shahshreya | e6c7cf4 | 2014-11-26 16:39:01 -0800 | [diff] [blame] | 31 | <ONOS3> |
| 32 | <host>10.128.10.11</host> |
| 33 | <user>admin</user> |
| 34 | <password>onos_test</password> |
| 35 | <type>OnosCliDriver</type> |
| 36 | <connect_order>4</connect_order> |
| 37 | <COMPONENTS> </COMPONENTS> |
| 38 | </ONOS3> |
| 39 | |
| 40 | |
shahshreya | 4e13a06 | 2014-11-11 16:46:18 -0800 | [diff] [blame] | 41 | <Mininet1> |
| 42 | <host>10.128.10.11</host> |
| 43 | <user>admin</user> |
| 44 | <password>onos_test</password> |
| 45 | <type>MininetCliDriver</type> |
shahshreya | e6c7cf4 | 2014-11-26 16:39:01 -0800 | [diff] [blame] | 46 | <connect_order>5</connect_order> |
shahshreya | 4e13a06 | 2014-11-11 16:46:18 -0800 | [diff] [blame] | 47 | <COMPONENTS> |
| 48 | #Specify the Option for mininet |
| 49 | <arg1> --custom ~/mininet/custom/topo-HA.py </arg1> |
| 50 | <arg2> --topo mytopo </arg2> |
| 51 | <arg3> --switch ovs,protocols=OpenFlow13 </arg3> |
| 52 | <controller> remote </controller> |
| 53 | </COMPONENTS> |
| 54 | </Mininet1> |
| 55 | |
| 56 | <Mininet2> |
| 57 | <host>10.128.10.11</host> |
| 58 | <user>admin</user> |
| 59 | <password>onos_test</password> |
| 60 | <type>RemoteMininetDriver</type> |
shahshreya | e6c7cf4 | 2014-11-26 16:39:01 -0800 | [diff] [blame] | 61 | <connect_order>6</connect_order> |
shahshreya | 4e13a06 | 2014-11-11 16:46:18 -0800 | [diff] [blame] | 62 | <COMPONENTS> |
| 63 | #Specify the Option for mininet |
| 64 | <arg1> --custom ~/mininet/custom/topo-HA.py </arg1> |
| 65 | <arg2> --topo mytopo </arg2> |
| 66 | <arg3> --switch ovs,protocols=OpenFlow13 </arg3> |
| 67 | <controller> remote </controller> |
| 68 | </COMPONENTS> |
| 69 | </Mininet2> |
shahshreya | e6c7cf4 | 2014-11-26 16:39:01 -0800 | [diff] [blame] | 70 | |
| 71 | <LincOE1> |
| 72 | <host>10.128.20.30</host> |
| 73 | <user>admin</user> |
| 74 | <password>onos_test</password> |
| 75 | <type>LincOEDriver</type> |
| 76 | <connect_order>7</connect_order> |
| 77 | <COMPONENTS> |
| 78 | <arg1> </arg1> |
| 79 | </COMPONENTS> |
| 80 | </LincOE1> |
| 81 | |
| 82 | <LincOE2> |
| 83 | <host>10.128.20.30</host> |
| 84 | <user>admin</user> |
| 85 | <password>onos_test</password> |
| 86 | <type>RemoteMininetDriver</type> |
| 87 | <connect_order>8</connect_order> |
| 88 | <COMPONENTS> |
| 89 | <arg1> sudo python /home/admin/optical.py </arg1> |
| 90 | <arg2> </arg2> |
| 91 | </COMPONENTS> |
| 92 | </LincOE2> |
| 93 | |
| 94 | <LincOE3> |
| 95 | <host>10.128.20.30</host> |
| 96 | <user>admin</user> |
| 97 | <password>onos_test</password> |
| 98 | <type>LincOEDriver</type> |
| 99 | <connect_order>9</connect_order> |
| 100 | </LincOE3> |
| 101 | |
shahshreya | 4e13a06 | 2014-11-11 16:46:18 -0800 | [diff] [blame] | 102 | </COMPONENT> |
| 103 | </TOPOLOGY> |