Guest User

Openstack Tacker Cirros Demo

a guest
Jun 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
  2.  
  3. description: Cirros Demo
  4.  
  5. metadata:
  6. template_name: cirros-tosca-vnfd
  7.  
  8. topology_template:
  9. node_templates:
  10. VDU1:
  11. type: tosca.nodes.nfv.VDU.Tacker
  12. properties:
  13. image: cirros-0.3.4-x86_64-uec
  14. flavor: m1.tiny
  15. availability_zone: nova
  16. mgmt_driver: noop
  17.  
  18. CP1:
  19. type: tosca.nodes.nfv.CP.Tacker
  20. properties:
  21. management: true
  22. anti_spoofing_protection: false
  23. requirements:
  24. - virtualLink:
  25. node: VL1
  26. - virtualBinding:
  27. node: VDU1
  28.  
  29. VL1:
  30. type: tosca.nodes.nfv.VL
  31. properties:
  32. network_name: net_mgmt
  33. vendor: Tacker
Add Comment
Please, Sign In to add comment