X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fvnfd%2Fubuntu_xenial_vnf%2Fubuntu_xenial_vnfd.yaml;fp=src%2Fvnfd%2Fubuntu_xenial_vnf%2Fubuntu_xenial_vnfd.yaml;h=0000000000000000000000000000000000000000;hb=d21e9d06f4b662d6a7166c4715875fb41cd561ff;hp=ee6a3ac7742d26b41cd4b55020cd1888ded60209;hpb=98bac2f1daa9eadcc0a95e73df251483e7522d5d;p=osm%2Fdevops.git diff --git a/src/vnfd/ubuntu_xenial_vnf/ubuntu_xenial_vnfd.yaml b/src/vnfd/ubuntu_xenial_vnf/ubuntu_xenial_vnfd.yaml deleted file mode 100644 index ee6a3ac7..00000000 --- a/src/vnfd/ubuntu_xenial_vnf/ubuntu_xenial_vnfd.yaml +++ /dev/null @@ -1,48 +0,0 @@ -vnfd:vnfd-catalog: - vnfd: - - id: ubuntu_xenial_vnfd - name: ubuntu_xenial_vnf - short-name: ubuntu_xenial_vnf - description: Generated by OSM pacakage generator - vendor: OSM - version: '1.0' - - # Place the logo as png in icons directory and provide the name here - logo: ubuntu-logo14.png - - # Management interface - mgmt-interface: - vdu-id: ubuntu_xenial_vnfd-VM - - # Atleast one VDU need to be specified - vdu: - - id: ubuntu_xenial_vnfd-VM - name: ubuntu_xenial_vnfd-VM - description: ubuntu_xenial_vnfd-VM - count: 1 - - # Flavour of the VM to be instantiated for the VDU - vm-flavor: - vcpu-count: 2 - memory-mb: 4096 - storage-gb: 10 - - # Image including the full path - image: '/mnt/powervault/virtualization/vnfs/demos/ubuntu/ubuntu-16.04.img' - - # User-data injection - cloud-init-file: cloud_init.cfg - - external-interface: - # Specify the external interfaces - # There can be multiple interfaces defined - - name: eth0 - virtual-interface: - type: OM-MGMT - bandwidth: '0' - vpci: 0000:00:0a.0 - vnfd-connection-point-ref: eth0 - - connection-point: - - name: eth0 - type: VPORT