From b84859870e279594f03797bb74b3bbc828bab0f2 Mon Sep 17 00:00:00 2001 From: palsus Date: Tue, 9 Mar 2021 13:33:17 +0100 Subject: [PATCH] 'max-scale-level' changed from 10 to 4. 'scale-out-threshold' changed from 80 to 60. --- .../wiki_webserver_autoscale_vnfd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki_webserver_autoscale_vnfd/wiki_webserver_autoscale_vnfd.yaml b/wiki_webserver_autoscale_vnfd/wiki_webserver_autoscale_vnfd.yaml index bcd0b037..3154afe8 100644 --- a/wiki_webserver_autoscale_vnfd/wiki_webserver_autoscale_vnfd.yaml +++ b/wiki_webserver_autoscale_vnfd/wiki_webserver_autoscale_vnfd.yaml @@ -17,7 +17,7 @@ vnfd: - id: apache_vdu number-of-instances: 1 id: apache_vdu_autoscale - max-scale-level: 10 + max-scale-level: 4 name: apache_vdu_autoscale scaling-policy: - cooldown-time: 180 @@ -27,7 +27,7 @@ vnfd: scale-in-relational-operation: LT scale-in-threshold: 20 scale-out-relational-operation: GT - scale-out-threshold: 80 + scale-out-threshold: 60 vnf-monitoring-param-ref: apache_vnf_cpu_util scaling-type: automatic threshold-time: 10 -- GitLab