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 /test/config | |
parent | a55cbabaef4975d5007363e59d4560cb30a855e3 (diff) | |
parent | 716ad1f32fc10181d2826d1f345f5a8b81bd0106 (diff) |
Merge "Add ML based optimization to PCI opt"
Diffstat (limited to 'test/config')
-rw-r--r-- | test/config/common_config.yaml | 12 | ||||
-rwxr-xr-x | test/config/osdf_config.yaml | 9 |
2 files changed, 20 insertions, 1 deletions
diff --git a/test/config/common_config.yaml b/test/config/common_config.yaml index a3ef82e..560d707 100644 --- a/test/config/common_config.yaml +++ b/test/config/common_config.yaml @@ -61,4 +61,14 @@ policy_info: - get_param: subscriber_role default: # if no explicit service related information is needed policy_fetch: by_name - policy_scope: none
\ No newline at end of file + policy_scope: none + +PCI: + ML: + average_ho_threshold: 10000 + latest_ho_threshold: 500 + DES: + service_id: ho_metric + filter: + interval: 10 + ml_enabled: false diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index 2ed8b88..ef73d4c 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -70,3 +70,12 @@ osdfPCIOptPassword: PCI-OSDF-PASSWD aaiUrl: "https://aai.url:30233" aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/" + +#DES api +desUrl: https://des.url:9000 +desApiPath: /datalake/v1/exposure/ +desHeaders: + Accept: application/json + Content-Type: application/json +desUsername: +desPassword: |