Fix: Made ping pong example working with upcoming R5. 99/6999/1
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 29 Nov 2018 14:35:07 +0000 (15:35 +0100)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 29 Nov 2018 14:35:07 +0000 (15:35 +0100)
Change-Id: I415dd3c6ac8163d4ba2a3a3fe85600acc06430b7
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
examples/vnfs/ping.tar.gz
examples/vnfs/ping_vnf/ping_vnfd.yaml
examples/vnfs/pong.tar.gz
examples/vnfs/pong_vnf/pong_vnfd.yaml

index d8a023c..5008542 100644 (file)
Binary files a/examples/vnfs/ping.tar.gz and b/examples/vnfs/ping.tar.gz differ
index e114f3e..817f1cd 100644 (file)
@@ -34,8 +34,8 @@ vnfd-catalog:
         connection-point:
             -   name: ping/cp0
                 type: VPORT
-            -   name: ping/cp1
-                type: VPORT
+            #-   name: ping/cp1
+            #    type: VPORT
         # Management interface
         mgmt-interface:
             cp: ping/cp0
@@ -65,12 +65,12 @@ vnfd-catalog:
                 virtual-interface:
                     type: VIRTIO
                 external-connection-point-ref: ping/cp0
-            -   name: ping1
-                position: 1
-                type: EXTERNAL
-                virtual-interface:
-                    type: VIRTIO
-                external-connection-point-ref: ping/cp1
+            #-   name: ping1
+            #    position: 1
+            #    type: EXTERNAL
+            #    virtual-interface:
+            #        type: VIRTIO
+            #    external-connection-point-ref: ping/cp1
 
         
 
index 087c64d..4a086b0 100644 (file)
Binary files a/examples/vnfs/pong.tar.gz and b/examples/vnfs/pong.tar.gz differ
index 3e80700..dbfd9e2 100644 (file)
@@ -25,7 +25,7 @@ vnfd-catalog:
     -   id: pong
         name: pong
         short-name: pong
-        description: Empty Container VNF
+        description: "Empty example container VNF"
         vendor: "Paderborn University"
         version: '1.1'
 
@@ -34,8 +34,8 @@ vnfd-catalog:
         connection-point:
             -   name: pong/cp0
                 type: VPORT
-            -   name: pong/cp1
-                type: VPORT
+            #-   name: pong/cp1
+            #    type: VPORT
         # Management interface
         mgmt-interface:
             cp: pong/cp0
@@ -65,12 +65,12 @@ vnfd-catalog:
                 virtual-interface:
                     type: VIRTIO
                 external-connection-point-ref: pong/cp0
-            -   name: pong1
-                position: 1
-                type: EXTERNAL
-                virtual-interface:
-                    type: VIRTIO
-                external-connection-point-ref: pong/cp1
+            #-   name: pong1
+            #    position: 1
+            #    type: EXTERNAL
+            #    virtual-interface:
+            #        type: VIRTIO
+            #    external-connection-point-ref: pong/cp1