Skip to content

Commit 6ea3d9d

Browse files
author
Steven Van Rossem
authored
Update README.md
1 parent f66e9e3 commit 6ea3d9d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

demo_SDK_IEEE_SDNNFV2017/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ This illustrates the SDK ability to:
105105
* Test different scaling strategies and monitor their effects
106106
The scripts needed for the SSM/FSM (for service or VNF configuration or scaling can be tested this way)
107107

108+
Some slides on the vCDN service are included in `documentation/`.
109+
Check the deployment movie [on youtube](https://youtu.be/GJSHDfOm99o)
110+
108111
The commands to be used for the vCDN service:
109112
```
110113
# deploy the test topology in the emulator (use a different terminal)
@@ -125,15 +128,15 @@ sudo son-monitor msd -f msd2.yml
125128
126129
# check the dashboard at: http://localhost:5001/dashboard/index.html
127130
128-
# add another vCache VNF (squid), closer to the vCDN-users2
131+
# add another vCache VNF (squid2), closer to the vCDN-users2
129132
source scale_out.sh
130133
131-
# check the dashboard if a second VNF (squid2) has been placed
132-
# check Grafana if traffic is routed to squid2
134+
# check on the dashboard (refresh browser) if a second VNF (squid2) has been placed
135+
# check in Grafana if traffic is routed to squid2
133136
134137
# scale back in
135138
source scale_in.sh
136139
137-
# check the dashboard if a second VNF (squid2) has been removed
138-
# check Grafana if traffic is routed back to squid1
140+
# check on the dashboard if a second VNF (squid2) has been removed
141+
# check in Grafana if traffic is routed back to squid1
139142
```

0 commit comments

Comments
 (0)