Committed by
Gerrit Code Review
Added "drivers" to cells that defined ONOS_APPS.
Change-Id: I8e7cbea037ea09504662fb17ef328b547d21050a
Showing
10 changed files
with
10 additions
and
10 deletions
... | @@ -9,4 +9,4 @@ export OCT=10.254.1.200 | ... | @@ -9,4 +9,4 @@ export OCT=10.254.1.200 |
9 | # Use the 1G NICs for external access | 9 | # Use the 1G NICs for external access |
10 | export OC1=10.254.1.201 | 10 | export OC1=10.254.1.201 |
11 | 11 | ||
12 | -export ONOS_APPS=null,intentperf | 12 | +export ONOS_APPS="drivers,null,intentperf" | ... | ... |
... | @@ -15,4 +15,4 @@ export OC5=192.168.200.105 | ... | @@ -15,4 +15,4 @@ export OC5=192.168.200.105 |
15 | export OC6=192.168.200.106 | 15 | export OC6=192.168.200.106 |
16 | export OC7=192.168.200.107 | 16 | export OC7=192.168.200.107 |
17 | 17 | ||
18 | -export ONOS_APPS=null,intentperf | 18 | +export ONOS_APPS="drivers,null,intentperf" | ... | ... |
... | @@ -5,4 +5,4 @@ export OC1="10.128.4.65" | ... | @@ -5,4 +5,4 @@ export OC1="10.128.4.65" |
5 | export OC2="10.128.4.66" | 5 | export OC2="10.128.4.66" |
6 | export OC3="10.128.4.67" | 6 | export OC3="10.128.4.67" |
7 | 7 | ||
8 | -export ONOS_APPS="openflow,fwd,proxyarp,mobility,config,sdnip" | 8 | +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,config,sdnip" | ... | ... |
... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* | ... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* |
4 | export OC1="192.168.56.101" | 4 | export OC1="192.168.56.101" |
5 | export OCN="192.168.56.103" | 5 | export OCN="192.168.56.103" |
6 | 6 | ||
7 | -export ONOS_APPS="openflow,fwd,proxyarp,mobility" | 7 | +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" | ... | ... |
... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* | ... | @@ -4,4 +4,4 @@ export ONOS_NIC=192.168.56.* |
4 | export OC1="192.168.56.101" | 4 | export OC1="192.168.56.101" |
5 | export OCN="192.168.56.103" | 5 | export OCN="192.168.56.103" |
6 | 6 | ||
7 | -export ONOS_APPS="openflow,fwd,proxyarp,mobility,optical" | 7 | +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,optical" | ... | ... |
... | @@ -6,4 +6,4 @@ export OC2="192.168.56.102" | ... | @@ -6,4 +6,4 @@ export OC2="192.168.56.102" |
6 | export OC3="192.168.56.104" | 6 | export OC3="192.168.56.104" |
7 | export OCN="192.168.56.103" | 7 | export OCN="192.168.56.103" |
8 | 8 | ||
9 | -export ONOS_APPS="openflow,fwd,proxyarp,mobility" | 9 | +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" | ... | ... |
-
Please register or login to post a comment