Due to a ransomware attack, the wiki was reverted to a July 2022 version. . We apologize for the lack of a more recent valid backup.
...
Add the following configurations to your ONOS network-cfg.json. If you don't have fabric controller and vRouter setups, you may want to read "SSH to VM/Access Internet from VM" part also before creating network-cfg.json file. One assumption here is that all compute nodes have the same configurations for OVSDB port, SSH port, and account for SSH.
| Config Name | Descriptions |
|---|---|
| gatewayMac | MAC address of virtual network gateway |
| ovsdbPort | Port number for OVSDB connection (OVSDB uses 6640 by default) |
| sshPort | Port number for SSH connection |
| sshUser | SSH user name |
| sshKeyFile | Private key file for SSH |
| nodes | list of compute node information |
| nodes: hostname | hostname of the compute node, should be unique throughout the service |
| nodes: managementIp | IP address for management, should be accessible from head node |
| nodes: dataPlaneIp | IP address of the physical interface, this IP will be used for VXLAN tunneling |
| nodes: dataPlaneIntf | Name of physical interface used for tunneling |
| nodes: bridgeId | Device ID of the integration bridge (br-int) |
...