| <TOPOLOGY> |
| <COMPONENT> |
| <ONOScell> |
| <host>localhost</host> # ONOS "bench" machine |
| <user>jenkins</user> |
| <password></password> |
| <type>OnosClusterDriver</type> |
| <connect_order>1</connect_order> |
| <home>~/onos</home> # defines where onos home is on the build machine. Defaults to "~/onos/" if empty. |
| <COMPONENTS> |
| <kubeConfig>~/.kube/ci1-sdfabric</kubeConfig> # If set, will attempt to use this file for setting up port-forwarding |
| <useDocker>True</useDocker> # Whether to use docker for ONOS nodes |
| <docker_prompt>\$</docker_prompt> |
| <cluster_name></cluster_name> # Used as a prefix for cluster components. Defaults to 'ONOS' |
| <diff_clihost>True</diff_clihost> # if it has different host other than localhost for CLI. True or empty. OC# will be used if True. |
| <karaf_username>karaf</karaf_username> |
| <karaf_password>karaf</karaf_password> |
| <karafPrompt_username>karaf</karafPrompt_username> |
| <karafPrompt_password>karaf</karafPrompt_password> |
| <web_user>karaf</web_user> |
| <web_pass>karaf</web_pass> |
| <rest_port></rest_port> |
| <prompt></prompt> # TODO: we technically need a few of these, one per component |
| <onos_home>~/onos/</onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty. |
| <nodes> 3 </nodes> # number of nodes in the cluster |
| </COMPONENTS> |
| </ONOScell> |
| |
| <Leaf1> |
| <host>10.70.10.94</host> |
| <user>root</user> |
| <password>onl</password> |
| <type>StratumOSSwitchDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> |
| <shortName>leaf1</shortName> |
| <port1>1</port1> |
| <link1>Host1</link1> |
| <onosConfigPath></onosConfigPath> |
| <onosConfigFile></onosConfigFile> |
| </COMPONENTS> |
| </Leaf1> |
| |
| <Leaf2> |
| <host>10.70.10.95</host> |
| <user>root</user> |
| <password>onl</password> |
| <type>StratumOSSwitchDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> |
| <shortName>leaf2</shortName> |
| <port1>2</port1> |
| <link1>Host2</link1> |
| <onosConfigPath></onosConfigPath> |
| <onosConfigFile></onosConfigFile> |
| </COMPONENTS> |
| </Leaf2> |
| |
| <Host1> |
| <host>10.70.10.105</host> |
| <user>sdfab</user> |
| <password></password> |
| <type>HostDriver</type> |
| <connect_order>6</connect_order> |
| <jump_host></jump_host> |
| <COMPONENTS> |
| <mac></mac> |
| <inband>false</inband> |
| <dhcp>False</dhcp> |
| <ip>10.32.11.1</ip> |
| <shortName>h1</shortName> |
| <port1></port1> |
| <link1></link1> |
| <ifaceName>bond0</ifaceName> |
| <scapy_path>/usr/bin/scapy</scapy_path> |
| <sudo_required>true</sudo_required> |
| </COMPONENTS> |
| </Host1> |
| |
| <Host2> |
| <host>10.70.10.106</host> |
| <user>sdfab</user> |
| <password></password> |
| <type>HostDriver</type> |
| <connect_order>7</connect_order> |
| <jump_host></jump_host> |
| <COMPONENTS> |
| <mac></mac> |
| <inband>false</inband> |
| <dhcp>False</dhcp> |
| <ip>10.32.11.2</ip> |
| <shortName>h2</shortName> |
| <port1></port1> |
| <link1></link1> |
| <ifaceName>bond0</ifaceName> |
| <scapy_path>/usr/bin/scapy</scapy_path> |
| <sudo_required>true</sudo_required> |
| </COMPONENTS> |
| </Host2> |
| |
| <Host3> |
| <host>10.70.10.107</host> |
| <user>sdfab</user> |
| <password></password> |
| <type>HostDriver</type> |
| <connect_order>8</connect_order> |
| <jump_host></jump_host> |
| <COMPONENTS> |
| <mac></mac> |
| <inband>false</inband> |
| <dhcp>False</dhcp> |
| <ip>10.32.11.193</ip> |
| <shortName>h3</shortName> |
| <port1></port1> |
| <link1></link1> |
| <ifaceName>ens17</ifaceName> |
| <scapy_path>/usr/bin/scapy</scapy_path> |
| <sudo_required>true</sudo_required> |
| </COMPONENTS> |
| </Host3> |
| |
| <NetworkBench> |
| <host>10.70.10.105</host> |
| <user>sdfab</user> |
| <password></password> |
| <type>NetworkDriver</type> |
| <connect_order>10</connect_order> |
| <COMPONENTS> |
| </COMPONENTS> |
| </NetworkBench> |
| |
| </COMPONENT> |
| </TOPOLOGY> |