Devops Cleanup
[osm/devops.git] / descriptor-packages / vnfd / ref11_vnf / src / ref11_vnfd.yaml
diff --git a/descriptor-packages/vnfd/ref11_vnf/src/ref11_vnfd.yaml b/descriptor-packages/vnfd/ref11_vnf/src/ref11_vnfd.yaml
deleted file mode 100644 (file)
index cd11155..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-vnfd-catalog:
-    vnfd:
-    -   connection-point:
-        -   name: mgmt0
-
-        -   name: west
-
-        description: A simple VNF descriptor w/ VM1 and VM2
-        id: Ref_Vnf_11
-        name: Ref_VNF_11
-        short-name: Ref_VNF_11
-        mgmt-interface:
-            cp: mgmt0
-        internal-vld:
-        -   description: Internal VL
-            id: VL12
-            name: VL12
-            short-name: VL12
-            type: ELAN
-            internal-connection-point:
-            -   id-ref: 'iface11'
-            -   id-ref: 'iface21'
-        vdu:
-        -   interface:
-            -   name: iface10
-                type: EXTERNAL
-                virtual-interface:
-                    type: PARAVIRT
-                external-connection-point-ref: mgmt0
-            -   name: iface11
-                type: INTERNAL
-                virtual-interface:
-                    type: PARAVIRT
-                internal-connection-point-ref: iface11
-            internal-connection-point:
-            -   name: iface11
-                id: iface11
-
-            id: Ref_VM1
-            image: ref_vm1.qcow2
-            name: Ref_VM1
-            vm-flavor:
-                memory-mb: '2048'
-                storage-gb: '8'
-                vcpu-count: '2'
-        -   interface:
-            -   name: iface22
-                type: EXTERNAL
-                virtual-interface:
-                    type: PARAVIRT
-                external-connection-point-ref: west
-            -   name: iface21
-                type: INTERNAL
-                virtual-interface:
-                    type: PARAVIRT
-                internal-connection-point-ref: iface21
-            internal-connection-point:
-            -   name: iface21
-                id: iface21
-
-            id: Ref_VM2
-            image: ref_vm2.qcow2
-            name: Ref_VM2
-            vm-flavor:
-                memory-mb: '4096'
-                storage-gb: '16'
-                vcpu-count: '2'
-        vendor: ETSI
-        version: '1.0'