Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | |
| 3 | <COMPONENT> |
| 4 | |
| 5 | <ONOSbench> |
| 6 | <host>10.128.5.55</host> |
| 7 | <user>admin</user> |
| 8 | <password>onos_test</password> |
| 9 | <type>OnosDriver</type> |
| 10 | <connect_order>1</connect_order> |
| 11 | <COMPONENTS> </COMPONENTS> |
| 12 | </ONOSbench> |
| 13 | |
| 14 | <ONOS1cli> |
| 15 | <host>10.128.5.55</host> |
| 16 | <user>admin</user> |
| 17 | <password>onos_test</password> |
| 18 | <type>OnosCliDriver</type> |
| 19 | <connect_order>2</connect_order> |
| 20 | <COMPONENTS> </COMPONENTS> |
| 21 | </ONOS1cli> |
| 22 | |
| 23 | <ONOS2cli> |
| 24 | <host>10.128.5.55</host> |
| 25 | <user>admin</user> |
| 26 | <password>onos_test</password> |
| 27 | <type>OnosCliDriver</type> |
| 28 | <connect_order>3</connect_order> |
| 29 | <COMPONENTS> </COMPONENTS> |
| 30 | </ONOS2cli> |
| 31 | |
| 32 | <ONOS3cli> |
| 33 | <host>10.128.5.55</host> |
| 34 | <user>admin</user> |
| 35 | <password>onos_test</password> |
| 36 | <type>OnosCliDriver</type> |
| 37 | <connect_order>4</connect_order> |
| 38 | <COMPONENTS> </COMPONENTS> |
| 39 | </ONOS3cli> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 40 | |
Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 41 | <ONOS1> |
| 42 | <host>10.128.5.51</host> |
| 43 | <user>sdn</user> |
| 44 | <password>rocks</password> |
| 45 | <type>OnosDriver</type> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 46 | <connect_order>9</connect_order> |
Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 47 | <COMPONENTS> </COMPONENTS> |
| 48 | </ONOS1> |
| 49 | |
| 50 | <ONOS2> |
| 51 | <host>10.128.5.52</host> |
| 52 | <user>sdn</user> |
| 53 | <password>rocks</password> |
| 54 | <type>OnosDriver</type> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 55 | <connect_order>10</connect_order> |
Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 56 | <COMPONENTS> </COMPONENTS> |
| 57 | </ONOS2> |
| 58 | |
| 59 | <ONOS3> |
| 60 | <host>10.128.5.53</host> |
| 61 | <user>sdn</user> |
| 62 | <password>rocks</password> |
| 63 | <type>OnosDriver</type> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 64 | <connect_order>11</connect_order> |
Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 65 | <COMPONENTS> </COMPONENTS> |
| 66 | </ONOS3> |
| 67 | |
| 68 | <Mininet1> |
| 69 | <host>10.128.5.59</host> |
| 70 | <user>admin</user> |
| 71 | <password>onos_test</password> |
| 72 | <type>MininetCliDriver</type> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 73 | <connect_order>16</connect_order> |
Cameron Franke | 2ea90e5 | 2015-01-21 10:04:16 -0800 | [diff] [blame] | 74 | <COMPONENTS> |
| 75 | <arg1> --custom ~/mininet/custom/topo-2sw-2host.py </arg1> |
| 76 | <arg2> --arp --mac --topo mytopo</arg2> |
| 77 | <arg3> </arg3> |
| 78 | <controller> remote </controller> |
| 79 | </COMPONENTS> |
| 80 | </Mininet1> |
| 81 | |
| 82 | </COMPONENT> |
| 83 | |
| 84 | </TOPOLOGY> |
| 85 | |