31 lines
863 B
YAML
31 lines
863 B
YAML
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
description: Sample VNFFG template
|
|
topology_template:
|
|
description: Sample VNFFG template
|
|
node_templates:
|
|
Forwarding_path1:
|
|
type: tosca.nodes.nfv.FP.Tacker
|
|
description: creates path (CP12->CP22)
|
|
properties:
|
|
id: 51
|
|
policy:
|
|
type: ACL
|
|
criteria:
|
|
- network_src_port_id: c94b48d5-19b0-4dbc-8b48-eff4a53eb20a
|
|
ip_proto: 1
|
|
path:
|
|
- forwarder: VNFD1
|
|
capability: CP1
|
|
groups:
|
|
VNFFG1:
|
|
type: tosca.groups.nfv.VNFFG
|
|
description: HTTP to Corporate Net
|
|
properties:
|
|
vendor: tacker
|
|
version: 1.0
|
|
number_of_endpoints: 1
|
|
dependent_virtual_link: [VL1]
|
|
connection_point: [CP1]
|
|
constituent_vnfs: [VNFD1]
|
|
members: [Forwarding_path1]
|