26255ddd84d6cdfd33daeb3e9493bd5615b0c365
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_1
2
3 description: service template of a PNF
4
5 topology_template:
6   node_templates:
7     pnf_mainPart:
8       type: tosca.nodes.nfv.PNF
9       properties:
10         descriptor_id: b1bb0ce7-ebca-4fa7-95ed-4840d70a2233
11         function_description: an example PNF
12         provider: Mycompany
13         version: 1.0
14         descriptor_invariant_id: 1111-2222-ccaa-bbdd
15         name: ExamplePnf
16       requirements:
17         - virtual_link:
18             capability: tosca.capabilities.nfv.VirtualLinkable
19             node: pnfExtCp_1
20     pnfExtCp_1:
21       type: tosca.nodes.nfv.PnfExtCp
22       properties:
23         trunk_mode: false
24         layer_protocols: [ ipv4, ipv6, otherProtocol ]
25         role: leaf
26         description: External connection point to access this pnf
27     pnfExtCp_2:
28       type: tosca.nodes.nfv.PnfExtCp
29       properties:
30         trunk_mode: false
31         layer_protocols: [ ipv4, ipv6, otherProtocol ]
32         role: leaf
33         description: External connection point to access this pnf