File tree 1 file changed +12
-2
lines changed 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ resource folder (`app/src/main/resources`) and will be included in the ONOS app
136
136
binary. The copy that gets included in the ONOS app will be the one that gets
137
137
deployed by ONOS to the device after the connection is initiated.
138
138
139
- ### 4. Restart ONOS and load updated pipeconf
139
+ ### 4. Restart ONOS
140
140
141
141
** Note:** ONOS should be already running, and in theory, there should be no need
142
142
to restart it. However, while ONOS supports reloading the pipeconf with a
@@ -158,7 +158,17 @@ executions, including ONOS.
158
158
Wait approx. 20 seconds for ONOS to completing booting, or check the ONOS log
159
159
(` make onos-log ` ) until no more messages are shown.
160
160
161
- ### 3. Push netcfg to ONOS to trigger device and link discovery
161
+ ### 5. Load updated app and register pipeconf
162
+
163
+ On a terminal window, type:
164
+
165
+ ```
166
+ $ make app-reload
167
+ ```
168
+
169
+ This command will upload to ONOS and activate the app binary previously built (located at app/target/ngsdn-tutorial-1.0-SNAPSHOT.oar).
170
+
171
+ ### 6. Push netcfg to ONOS to trigger device and link discovery
162
172
163
173
On a terminal window, type:
164
174
You can’t perform that action at this time.
0 commit comments