Fix spacing issues in YAML files in tosca/
[demo.git] / tosca / pNF / Definitions / pnf_main_descriptor.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2
3 description: service template of an Acme PNF
4
5 imports:
6   - etsi_nfv_sol001_pnfd_2_5_1_types.yaml
7
8 topology_template:
9   node_templates:
10     myPnf:
11       type: tosca.nodes.nfv.PNF
12       properties:
13         descriptor_id: b1bb0ce7-ebca-4fa7-95ed-4840d70a2233
14         function_description: Acme PNF
15         provider: Acme
16         version: 1.0
17         descriptor_invariant_id: 1111-2222-ccaa-bbdd
18         name: Acme PNF
19
20     pnfExtCp_1:
21       type: tosca.nodes.nfv.PnfExtCp
22       properties:
23         trunk_mode: false
24         layer_protocols: [ ipv4 ]
25         role: leaf
26         description: External connection point to access Acme myPnf
27       requirements:
28         - dependency: myPnf