Andrew | 809df1c | 2014-06-27 14:28:53 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | |
| 3 | <COMPONENT> |
| 4 | |
| 5 | <ONOS> |
| 6 | <host>192.168.56.10</host> |
| 7 | <user>onos</user> |
| 8 | <password>onos</password> |
| 9 | <type>onossanityclidriver</type> |
| 10 | <connect_order>1</connect_order> |
| 11 | <COMPONENTS> |
| 12 | </COMPONENTS> |
| 13 | </ONOS> |
| 14 | |
| 15 | <Mininet> |
| 16 | <host>192.168.56.10</host> |
| 17 | <user>onos</user> |
| 18 | <password>onos</password> |
| 19 | <type>MininetCliDriver</type> |
| 20 | <connect_order>2</connect_order> |
| 21 | <COMPONENTS> |
| 22 | <arg1> --custom ~/mininet/custom/topo-onos1node.py </arg1> |
| 23 | <arg2> --topo mytopo --arp --mac</arg2> |
| 24 | <controller>remote</controller> |
| 25 | </COMPONENTS> |
| 26 | </Mininet> |
| 27 | |
| 28 | </COMPONENT> |
| 29 | </TOPOLOGY> |