X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=test%2FRO_tests%2Fsimple_linux%2Fvnfd_linux.yaml;h=a66612449511349d9b6703da27d19679e67199f2;hp=45c670fe3fc99bd5e8502431033a595f08f2f81d;hb=refs%2Fchanges%2F47%2F7847%2F1;hpb=1d55a23c9cd32f17bb7a6f21e5b6c2b476c5804f diff --git a/test/RO_tests/simple_linux/vnfd_linux.yaml b/test/RO_tests/simple_linux/vnfd_linux.yaml index 45c670fe..a6661244 100644 --- a/test/RO_tests/simple_linux/vnfd_linux.yaml +++ b/test/RO_tests/simple_linux/vnfd_linux.yaml @@ -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