Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vnfd:vnfd-catalog:
- vnfd:
- - id: memory-monitor_vnfd
- name: memory-monitor_vnfd
- short-name: memory-monitor_vnfd
- description: Generated by OSM package generator
- vendor: OSM
- version: '1.0'
- # Place the logo as png in icons directory and provide the name here
- # logo: <update, optional>
- # Management interface
- mgmt-interface:
- cp: vnf-cp0
- # Atleast one VDU need to be specified
- vdu:
- # Additional VDUs can be created by copying the
- # VDU descriptor below
- - id: memory-monitor_vnfd-VM
- name: memory-monitor_vnfd-VM
- description: memory-monitor_vnfd-VM
- count: 1
- # Flavour of the VM to be instantiated for the VDU
- vm-flavor:
- vcpu-count: 1
- memory-mb: 1024
- storage-gb: 10
- # Image including the full path
- image: 'ubuntu18-server'
- cloud-init-file: 'memory-user-data.yaml'
- interface:
- # Specify the external interfaces
- # There can be multiple interfaces defined
- - name: eth0
- type: EXTERNAL
- virtual-interface:
- type: PARAVIRT
- external-connection-point-ref: vnf-cp0
- monitoring-param:
- - id: "metric_vdu1_memory"
- nfvi-metric: "average_memory_utilization"
- monitoring-param:
- - id: "metric_vim_vnf1_memory"
- name: "metric_vim_vnf1_memory"
- aggregation-type: AVERAGE
- vdu-monitoring-param:
- vdu-ref: "memory-monitor_vnfd-VM"
- vdu-monitoring-param-ref: "metric_vdu1_memory"
- connection-point:
- - name: vnf-cp0
Advertisement
Add Comment
Please, Sign In to add comment