X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fvnfd%2Fubuntu_cirros_multidisk_vnf%2Fubuntu_cirros_multidisk_vnfd.yaml;fp=src%2Fvnfd%2Fubuntu_cirros_multidisk_vnf%2Fubuntu_cirros_multidisk_vnfd.yaml;h=0000000000000000000000000000000000000000;hb=d21e9d06f4b662d6a7166c4715875fb41cd561ff;hp=da037b1819ffd31eecaf771cca2b59b422bf8fea;hpb=98bac2f1daa9eadcc0a95e73df251483e7522d5d;p=osm%2Fdevops.git diff --git a/src/vnfd/ubuntu_cirros_multidisk_vnf/ubuntu_cirros_multidisk_vnfd.yaml b/src/vnfd/ubuntu_cirros_multidisk_vnf/ubuntu_cirros_multidisk_vnfd.yaml deleted file mode 100644 index da037b18..00000000 --- a/src/vnfd/ubuntu_cirros_multidisk_vnf/ubuntu_cirros_multidisk_vnfd.yaml +++ /dev/null @@ -1,53 +0,0 @@ -vnfd:vnfd-catalog: - vnfd: - - id: ubuntu_cirros_multidisk_vnfd - name: ubuntu_cirros_multidisk_vnfd - short-name: ubuntu_cirros_multidisk_vnfd - description: Generated by OSM pacakage generator - vendor: OSM - version: '1.0' - - # Management interface - mgmt-interface: - vdu-id: ubuntu_cirros_multidisk_vnfd-VM - - # Atleast one VDU need to be specified - vdu: - - id: ubuntu_cirros_multidisk_vnfd-VM - name: ubuntu_cirros_multidisk_vnfd-VM - description: ubuntu_cirros_multidisk_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 - - # 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 - vnfd-connection-point-ref: eth0 - # Specify the volume - # There can be multiple interfaces defined - volumes: - - name: vda - device-type: disk - image: UbuntuXenial - image-checksum: 4a293322f18827af81a9450e3792947c - size: 10 - - name: vdb - device-type: disk - image: cirros-0.3.4-x86_64-disk.img - image-checksum: ee1eca47dc88f4879d8a229cc70a07c6 - size: 8 - - connection-point: - - name: eth0 - type: VPORT