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 | |
parent | a55cbabaef4975d5007363e59d4560cb30a855e3 (diff) | |
parent | 716ad1f32fc10181d2826d1f345f5a8b81bd0106 (diff) |
Merge "Add ML based optimization to PCI opt"
Diffstat (limited to 'config')
-rw-r--r-- | config/common_config.yaml | 10 | ||||
-rwxr-xr-x | config/osdf_config.yaml | 8 |
2 files changed, 18 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 diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 4207b34..1800ce5 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -58,6 +58,14 @@ aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list controllerQueryUrl: /aai/v19/query?format=resource aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up +#DES api +desUrl: https://des.url:9000 +desApiPath: /datalake/v1/exposure/ +desHeaders: + Accept: application/json + Content-Type: application/json +desUsername: +desPassword: pciHMSUsername: test pciHMSPassword: passwd |