From: aravind.est Date: Wed, 17 Apr 2024 16:46:12 +0000 (+0100) Subject: Use servicemanager for sme interactions from rApp Manager X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=c88d2fb7dadd06ea9745df238ecbc7bc7955d8e7 Use servicemanager for sme interactions from rApp Manager rApp Manager uses SME manager endpoint for SME interactions. Issue-ID: NONRTRIC-981 Change-Id: I8a05980f7381a02d5dbd01fdb187f3719e1aaff7 Signed-off-by: aravind.est --- diff --git a/nonrtric/helm/rappmanager/resources/config/application.yaml b/nonrtric/helm/rappmanager/resources/config/application.yaml index 813325eb..e61f10fe 100644 --- a/nonrtric/helm/rappmanager/resources/config/application.yaml +++ b/nonrtric/helm/rappmanager/resources/config/application.yaml @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -21,7 +21,7 @@ rappmanager: maxRetries: 10 retryInterval: 2 #seconds sme: - baseurl: http://capifcore:8090 + baseurl: http://servicemanager:8095 providerBasePath: /api-provider-management/v1/ invokerBasePath: /api-invoker-management/v1/ publishApiBasePath: /published-apis/v1/ @@ -30,6 +30,10 @@ rappmanager: dme: baseurl: http://informationservice:9082 + rapps: + env: + smeDiscoveryEndpoint: http://servicemanager:8095/service-apis/v1/allServiceAPIs + spring: jackson: default-property-inclusion: non_null diff --git a/smo-install/oran_oom/rappmanager/values.yaml b/smo-install/oran_oom/rappmanager/values.yaml index 95e38f8e..dd7a2c77 100644 --- a/smo-install/oran_oom/rappmanager/values.yaml +++ b/smo-install/oran_oom/rappmanager/values.yaml @@ -65,6 +65,10 @@ application: dme: baseurl: http://informationservice.nonrtric:9082 + rapps: + env: + smeDiscoveryEndpoint: http://capifcore.nonrtric:8090/service-apis/v1/allServiceAPIs + spring: jackson: default-property-inclusion: non_null