mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
All CLI access is now through the raw SSH client. To enable passwordless access, the 'onos-user-key' tool should be used to add user keys. Added 'onos-user-password' tool in the similar vein and usage as the 'onos-user-key' tool. Change-Id: Ic5482fc8012369edc818691402ba45d13f130452
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
# LXC environment for distributed tutorial
|
|
|
|
export ONOS_NIC="10.0.3.*"
|
|
export OC1="10.0.3.101"
|
|
export OC2="10.0.3.102"
|
|
export OC3="10.0.3.103"
|
|
export OCN="10.0.3.1"
|
|
|
|
export ONOS_APPS=drivers,openflow,proxyarp
|