6afa9f081b989b48590d81a2bcfdb2788372d82a
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
2
3 description: Template for deploying a single server with predefined properties.
4
5 metadata:
6   template_name: TOSCA NFV Sample Template
7
8 topology_template:
9   node_templates:
10     VNF1:
11       type: tosca.nodes.nfv.VNF
12       properties:
13         id: vnf1
14         vendor: acmetelco
15         version: 1.0
16
17     VDU1:
18       type: tosca.nodes.nfv.VDU
19
20     CP1:
21       type: tosca.nodes.nfv.CP
22       properties:
23         type: vPort
24       requirements:
25         - virtualLink: PrivateNetwork
26         - virtualBinding: VDU1
27
28     PrivateNetwork:
29       type: tosca.nodes.nfv.VL
30       properties:
31         vendor: ACME Networks