Skip to content

Commit 156bc04

Browse files
author
Steven Van Rossem
committed
update vcdn vnfds
1 parent 3d760d7 commit 156bc04

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo_SDK_IEEE_SDNNFV2017/workspaces/sonatademo/demo/projects/vcdn/sources/vnf/squid-vnf/squid-vnf-vnfd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: "Squid Proxy Server"
1414
## The virtual deployment unit.
1515
##
1616
virtual_deployment_units:
17-
- id: "1"
17+
- id: "cache1"
1818
vm_image: "squid-vnf"
1919
vm_image_format: "docker"
2020
resource_requirements:
@@ -27,10 +27,10 @@ virtual_deployment_units:
2727
size: 1
2828
size_unit: "GB"
2929
connection_points:
30-
- id: "vdu01:cp01"
30+
- id: "port0"
3131
interface: "ipv4"
3232
type: "internal"
33-
- id: "vdu01:cp02"
33+
- id: "port1"
3434
interface: "ipv4"
3535
type: "internal"
3636
##
@@ -41,12 +41,12 @@ virtual_links:
4141
- id: "port0"
4242
connectivity_type: "E-LAN"
4343
connection_points_reference:
44-
- "vdu01:cp01"
44+
- "cache1:port0"
4545
- "port0"
4646
- id: "port1"
4747
connectivity_type: "E-LAN"
4848
connection_points_reference:
49-
- "vdu01:cp02"
49+
- "cache1:port1"
5050
- "port1"
5151

5252
##

demo_SDK_IEEE_SDNNFV2017/workspaces/sonatademo/demo/projects/vcdn/sources/vnf/webserver/webserver-vnfd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: "Dummy webserver to test a vCDN"
1414
## The virtual deployment unit.
1515
##
1616
virtual_deployment_units:
17-
- id: "webserver"
17+
- id: "webserver1"
1818
vm_image: "webserver"
1919
vm_image_format: "docker"
2020
resource_requirements:
@@ -39,7 +39,7 @@ virtual_links:
3939
- id: "port0"
4040
connectivity_type: "E-LAN"
4141
connection_points_reference:
42-
- "webserver:cp01"
42+
- "webserver1:cp01"
4343
- "port0"
4444

4545

0 commit comments

Comments
 (0)