X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2FRO_tests%2Fsimple_linux%2Fvnfd_linux.yaml;h=a66612449511349d9b6703da27d19679e67199f2;hb=1fa49b16e92ff2e4f512ccc466fdc3dff31559e4;hp=47c849848b0855710ba72b875397e180366515bb;hpb=eebea06b843c02dc2c456263bbc62c0d796c26ee;p=osm%2FRO.git diff --git a/test/RO_tests/simple_linux/vnfd_linux.yaml b/test/RO_tests/simple_linux/vnfd_linux.yaml index 47c84984..a6661244 100644 --- a/test/RO_tests/simple_linux/vnfd_linux.yaml +++ b/test/RO_tests/simple_linux/vnfd_linux.yaml @@ -1,5 +1,5 @@ ## -# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. # This file is part of openmano # All Rights Reserved. # @@ -19,24 +19,28 @@ # contact with: nfvlabs@tid.es ## --- -vnf: - name: linux - description: Single-VM VNF with a traditional cloud VM based on generic Linux OS - external-connections: - - name: eth0 - type: bridge - VNFC: linux-VM - local_iface_name: eth0 - description: General purpose interface - VNFC: - - name: linux-VM - description: Generic Linux Virtual Machine - #Copy the image to a compute path and edit this path - image name: image_name.qcow2 - vcpus: 1 # Only for traditional cloud VMs. Number of virtual CPUs (oversubscription is allowed). - ram: 1024 # Only for traditional cloud VMs. Memory in MBytes (not from hugepages, oversubscription is allowed) - disk: 10 - bridge-ifaces: - - name: eth0 - vpci: "0000:00:11.0" - numas: [] +vnfd-catalog: + vnfd: + - id: linux + name: linux + description: Single-VM VNF with a traditional cloud VM based on generic Linux OS + connection-point: + - name: eth0 + type: VPORT + vdu: + - id: linux-VM + name: linux-VM + description: Generic Linux Virtual Machine + #Copy the image to a compute path and edit this path + image: image_name.qcow2 + vm-flavor: + memory-mb: '1024' + storage-gb: '10' + vcpu-count: '1' + interface: + - name: eth0 + type: EXTERNAL + virtual-interface: + type: VIRTIO + vpci: "0000:00:11.0" + external-connection-point-ref: eth0