You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo_SDK_IEEE_SDNNFV2017/README.md
+44-3Lines changed: 44 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,51 @@ If the X11 settings are correct, a plot figure will show the ongoing profiling m
89
89
90
90
#### Demo VM example services
91
91
92
-
***ovs_and_ryu**: Openflow switch VNF (ovs) with a controller VNF (Ryu)
93
-
* vEPC: to illustrate the editor and validator tools, different versions of a vEPC service are demonstrated. The increased complexity of the service graphs shows the added value of a formal validation tool.
92
+
***ovs_and_ryu**: Openflow switch VNF (ovs) with a controller VNF (Ryu).
93
+
Check the deployment movie [on youtube](https://www.youtube.com/watch?v=J14mb79Fwmc&t=445s)
94
+
95
+
***vEPC**: to illustrate the editor and validator tools, different versions of a vEPC service are demonstrated. The increased complexity of the service graphs shows the added value of a formal validation tool.
94
96
***vepc**: The normal vEPC service, with MME, HSS, SGW, PGW and one VDU per VNF
95
97
***vepc_scaled**: The scaled version of the vEPC, where the VNF (MME, SGW, PGW) is scaled out with multiple VDUs (including a load-balancer and a datastore). The scaled VNFs are seen in the validator web gui, when opening VDU view.
96
98
***vepc_scaled_mgmt**: A management network is added to the previous vEPC service, to show the increased complexity and difficulty for graph validation.
97
99
***vepc_error**: An error is introduced in the previous vEPC version, the errors/warnings are listed in the validator web gui.
98
-
* vCDN: to be added
100
+
101
+
***vCDN**: This example service deploys a 3 pop topology. The vCDN service consists out of a webserver and multiple vCaches (squid VNFs). The emulated service can be manipulated to deploy vCache VNFs closer to the users if needed.
102
+
This illustrates the SDK ability to:
103
+
* Test different placement strategies
104
+
* Manipulate the chaining (SFC) of the deployed service
105
+
* Test different scaling strategies and monitor their effects
106
+
The scripts needed for the SSM/FSM (for service or VNF configuration or scaling can be tested this way)
107
+
108
+
The commands to be used for the vCDN service:
109
+
```
110
+
# deploy the test topology in the emulator (use a different terminal)
0 commit comments