1 tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 2 3 description: Example VNFFG template for update 4 5 topology_template: 6 7 node_templates: 8 9 Forwarding_path1: 10 type: tosca.nodes.nfv.FP.Tacker 11 description: creates path (CP11->CP12->CP32) 12 properties: 13 id: 51 14 policy: 15 type: ACL 16 criteria: 17 - network_name: tenant2_net 18 source_port_range: 80-1024 19 ip_proto: 17 20 ip_dst_prefix: 192.168.1.3/24 21 path: 22 - forwarder: VNF1 23 capability: CP11 24 25 groups: 26 VNFFG1: 27 type: tosca.groups.nfv.VNFFG 28 description: HTTP to Corporate Net 29 properties: 30 vendor: tacker 31 version: 1.0 32 number_of_endpoints: 1 33 dependent_virtual_link: [VL1] 34 connection_point: [CP11] 35 constituent_vnfs: [VNF1] 36 members: [Forwarding_path1]