--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: test-case2_HTTP Test topology_template: description: topology-template-test2 inputs: net_src_port_id: type: string node_templates: Forwarding_path1: type: tosca.nodes.nfv.FP.Tacker description: creates path properties: id: 1 policy: type: ACL criteria: - network_src_port_id: {get_input: net_src_port_id} - destination_port_range: 22-80 - ip_proto: 6 path: - forwarder: test-vnfd1 capability: CP1 groups: VNFFG1: type: tosca.groups.nfv.VNFFG description: creates chain properties: vendor: tacker version: 1.0 number_of_endpoints: 1 dependent_virtual_link: [VL1] connection_point: [CP1] constituent_vnfs: [test-vnfd1] members: [Forwarding_path1]