Commit 60f489d9 authored by lavado's avatar lavado
Browse files

Merge branch 'patch-1' into 'master'

Magma AGW VNF auto-scaling policy on high CPU usage

See merge request !14
parents da9f40bb 2a649d5b
......@@ -219,4 +219,23 @@ vnfd:vnfd-catalog:
aggregation-type: AVERAGE
vdu-monitoring-param:
vdu-ref: magma-agw-vdu
vdu-monitoring-param-ref: agw_packets_sent
vdu-monitoring-param-ref: agw_packets_sent
scaling-group-descriptor:
- max-instance-count: 1
min-instance-count: 0
name: vdu_autoscale
scaling-policy:
- cooldown-time: 120
name: cpu_util_above_threshold
scaling-criteria:
- name: cpu_util_above_threshold
scale-in-relational-operation: LT
scale-in-threshold: 10
scale-out-relational-operation: GT
scale-out-threshold: 60
vnf-monitoring-param-ref: agw_cpu_util
scaling-type: automatic
threshold-time: 10
vdu:
- count: 1
vdu-id-ref: magma-agw-vdu
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment