SanabriaRusso

Untitled

Sep 3rd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. vnfd:vnfd-catalog:
  2. vnfd:
  3. - id: memory-monitor_vnfd
  4. name: memory-monitor_vnfd
  5. short-name: memory-monitor_vnfd
  6. description: Generated by OSM package generator
  7. vendor: OSM
  8. version: '1.0'
  9.  
  10. # Place the logo as png in icons directory and provide the name here
  11. # logo: <update, optional>
  12.  
  13. # Management interface
  14. mgmt-interface:
  15. cp: vnf-cp0
  16.  
  17. # Atleast one VDU need to be specified
  18. vdu:
  19. # Additional VDUs can be created by copying the
  20. # VDU descriptor below
  21. - id: memory-monitor_vnfd-VM
  22. name: memory-monitor_vnfd-VM
  23. description: memory-monitor_vnfd-VM
  24. count: 1
  25.  
  26. # Flavour of the VM to be instantiated for the VDU
  27. vm-flavor:
  28. vcpu-count: 1
  29. memory-mb: 1024
  30. storage-gb: 10
  31.  
  32. # Image including the full path
  33. image: 'ubuntu18-server'
  34. cloud-init-file: 'memory-user-data.yaml'
  35.  
  36. interface:
  37. # Specify the external interfaces
  38. # There can be multiple interfaces defined
  39. - name: eth0
  40. type: EXTERNAL
  41. virtual-interface:
  42. type: PARAVIRT
  43. external-connection-point-ref: vnf-cp0
  44.  
  45. monitoring-param:
  46. - id: "metric_vdu1_memory"
  47. nfvi-metric: "average_memory_utilization"
  48.  
  49. monitoring-param:
  50. - id: "metric_vim_vnf1_memory"
  51. name: "metric_vim_vnf1_memory"
  52. aggregation-type: AVERAGE
  53. vdu-monitoring-param:
  54. vdu-ref: "memory-monitor_vnfd-VM"
  55. vdu-monitoring-param-ref: "metric_vdu1_memory"
  56. connection-point:
  57. - name: vnf-cp0
Advertisement
Add Comment
Please, Sign In to add comment