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=2d28a548766daa84999bc8a34c03edbb20c17803;hb=821f5e3f959da5e8ed8a8f3151c50fb766bc323d;hp=0000000000000000000000000000000000000000;hpb=2cea6a01a57a8f1ad71ba9cf838186d62987d30a;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 new file mode 100755 index 00000000..2d28a548 --- /dev/null +++ b/descriptor-packages/vnfd/cirros_noportsecurity_vnf/src/cirros_noportsecurity_vnfd.yaml @@ -0,0 +1,48 @@ +vnfd: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: + vdu-id: cirros_vnfd-VM + + # 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: 'CirrOS 0.3.4 64-bit' + #checksum: + + 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 + external-connection-point-ref: eth0 + + connection-point: + - name: eth0 + type: VPORT + port-security-enabled: "false"