apmec/samples/tosca-templates/evaluation/sample2-tosca-nsd.yaml
2018-05-07 13:25:56 +02:00

24 lines
409 B
YAML

tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
description: Import VNDs(already on-boarded) without param
imports:
- vnfd1
- vnfd2
- vnfd3
- vnfd4
topology_template:
node_templates:
VNF1:
type: tosca.nodes.nfv.VNF1
VNF2:
type: tosca.nodes.nfv.VNF2
VNF3:
type: tosca.nodes.nfv.VNF3
VNF4:
type: tosca.nodes.nfv.VNF4