X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fvnfd%2Fcirros_noportsecurity_vnf%2Fsrc%2Fcirros_noportsecurity_vnfd.yaml;fp=descriptor-packages%2Fvnfd%2Fcirros_noportsecurity_vnf%2Fsrc%2Fcirros_noportsecurity_vnfd.yaml;h=0000000000000000000000000000000000000000;hb=e5245336823411b71968e72c32b3bf33cc07638f;hp=2ee60f75f7a6bf3ef8eaba07539811bcea47c7cf;hpb=84fe31f632166d2fbf566968bd25aa9545e96fdc;p=osm%2Fdevops.git diff --git a/descriptor-packages/vnfd/cirros_noportsecurity_vnf/src/cirros_noportsecurity_vnfd.yaml b/descriptor-packages/vnfd/cirros_noportsecurity_vnf/src/cirros_noportsecurity_vnfd.yaml deleted file mode 100755 index 2ee60f75..00000000 --- a/descriptor-packages/vnfd/cirros_noportsecurity_vnf/src/cirros_noportsecurity_vnfd.yaml +++ /dev/null @@ -1,49 +0,0 @@ -vnfd-catalog: - vnfd: - - id: cirros_noportsecurity_vnfd - name: cirros_noportsecurity_vnf - short-name: cirros_noportsecurity_vnf - description: Simple VNF example with a cirros - vendor: OSM - version: '1.0' - - # Place the logo as png in icons directory and provide the name here - logo: cirros-64.png - - # Management interface - mgmt-interface: - cp: eth0 - - # Atleast one VDU need to be specified - vdu: - - id: cirros_vnfd-VM - name: cirros_vnfd-VM - description: cirros_vnfd-VM - count: 1 - - # Flavour of the VM to be instantiated for the VDU - # flavor below can fit into m1.micro - vm-flavor: - vcpu-count: 1 - memory-mb: 256 - storage-gb: 2 - - # Image/checksum or image including the full path - image: 'cirros034' - #checksum: - - interface: - # Specify the external interfaces - # There can be multiple interfaces defined - - name: eth0 - type: EXTERNAL - virtual-interface: - type: PARAVIRT - bandwidth: '0' - vpci: 0000:00:0a.0 - external-connection-point-ref: eth0 - - connection-point: - - name: eth0 - - port-security-enabled: "false"