Skip to content

Commit e46a663

Browse files
authored
Merge pull request #30 from Yi-Tseng/patch-1
Add missing step to exercise 4
2 parents 46d5024 + 7e15a06 commit e46a663

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

EXERCISE-4.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ resource folder (`app/src/main/resources`) and will be included in the ONOS app
136136
binary. The copy that gets included in the ONOS app will be the one that gets
137137
deployed 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
142142
to restart it. However, while ONOS supports reloading the pipeconf with a
@@ -158,7 +158,17 @@ executions, including ONOS.
158158
Wait 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

163173
On a terminal window, type:
164174

0 commit comments

Comments
 (0)