Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
  2.  
  3. description: Sample VNFFG template
  4.  
  5. topology_template:
  6. description: Sample VNFFG template
  7.  
  8. node_templates:
  9.  
  10. Forwarding_path1:
  11. type: tosca.nodes.nfv.FP.Tacker
  12. description: creates path (CP12->CP22)
  13. properties:
  14. id: 51
  15. policy:
  16. type: ACL
  17. criteria:
  18. - network_src_port_id: 7f4eeb6b-0598-41a9-aef3-266ec609c636
  19. - ip_dst_prefix: 10.10.0.13/24
  20. path:
  21. - forwarder: VNFD1
  22. capability: CP12
  23. - forwarder: VNFD2
  24. capability: CP22
  25.  
  26. groups:
  27. VNFFG1:
  28. type: tosca.groups.nfv.VNFFG
  29. description: HTTP to Corporate Net
  30. properties:
  31. vendor: tacker
  32. version: 1.0
  33. number_of_endpoints: 2
  34. dependent_virtual_link: [VL12,VL22]
  35. connection_point: [CP12,CP22]
  36. constituent_vnfs: [VNFD1,VNFD2]
  37. members: [Forwarding_path1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement