File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ This illustrates the SDK ability to:
105105 * Test different scaling strategies and monitor their effects
106106The 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+
108111The 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
129132source 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
135138source 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```
You can’t perform that action at this time.
0 commit comments