{ "vnf": { "tenant_id": "6673e4d4e13340acb0b847f9ecde613b", "vim_id": "f6bd6f24-7a0e-4111-8994-e108c5ee2ff2", "name": "OpenWRT", "description": "OpenWRT VNF", "attributes": { "config": { "vdus": { "vdu1": { "config": { "firewall": "package firewall\n" } } } }, "param_values": { "vdus": { "vdu1": { "param": { "vdu-name": "openwrt_vdu1" } } } } }, "placement_attr": { "region_name": "RegionOne" }, "vnfd_template": { "tosca_definitions_version": "tosca_simple_profile_for_nfv_1_0_0", "description": "Demo example", "metadata": { "template_name": "sample-tosca-vnfd"}, "topology_template": { "node_templates": { "VDU1": { "type": "tosca.nodes.nfv.VDU.Tacker", "capabilities": { "nfv_compute": { "properties": { "num_cpus": 1, "mem_size": "512 MB", "disk_size": "1 GB"}}}, "properties": {"image": "cirros-0.4.0-x86_64-disk"}}, "CP1": { "type": "tosca.nodes.nfv.CP.Tacker", "properties": { "order": 0, "management": true, "anti_spoofing_protection": false}, "requirements": [ {"virtualLink": { "node": "VL1"}}, {"virtualBinding": { "node": "VDU1"}}]}, "VL1": { "type": "tosca.nodes.nfv.VL", "properties": { "vendor": "Tacker", "network_name": "net_mgmt"}} } } } } }