diff options
author | Vikas Varma <vikas.varma@att.com> | 2020-09-18 19:33:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-18 19:33:06 +0000 |
commit | f9b3575cae2b521ba8c6b6b30b15c89bd8a1cb48 (patch) | |
tree | 96ad4aebcb7cb459dac02c43de37e9a15509991c /config/common_config.yaml | |
parent | a55cbabaef4975d5007363e59d4560cb30a855e3 (diff) | |
parent | 716ad1f32fc10181d2826d1f345f5a8b81bd0106 (diff) |
Merge "Add ML based optimization to PCI opt"
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 0f2dc96..f010e44 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -104,3 +104,13 @@ policy_info: default: # if no explicit service related information is needed policy_fetch: by_name policy_scope: none + +PCI: + ML: + average_ho_threshold: 10000 + latest_ho_threshold: 500 + DES: + service_id: ho_metric + filter: + interval: 10 + ml_enabled: false
\ No newline at end of file |