File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 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
136136binary. The copy that gets included in the ONOS app will be the one that gets
137137deployed by ONOS to the device after the connection is initiated.
138138
139- ### 4. Restart ONOS and load updated pipeconf
139+ ### 4. Restart ONOS
140140
141141** Note:** ONOS should be already running, and in theory, there should be no need
142142to restart it. However, while ONOS supports reloading the pipeconf with a
@@ -158,7 +158,17 @@ executions, including ONOS.
158158Wait approx. 20 seconds for ONOS to completing booting, or check the ONOS log
159159(` make onos-log ` ) until no more messages are shown.
160160
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
162172
163173On a terminal window, type:
164174
You can’t perform that action at this time.
0 commit comments