Use servicemanager for sme interactions from rApp Manager 52/12752/4
authoraravind.est <aravindhan.a@est.tech>
Wed, 17 Apr 2024 16:46:12 +0000 (17:46 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Fri, 19 Apr 2024 12:53:45 +0000 (12:53 +0000)
rApp Manager uses SME manager endpoint for SME interactions.

Issue-ID: NONRTRIC-981
Change-Id: I8a05980f7381a02d5dbd01fdb187f3719e1aaff7
Signed-off-by: aravind.est <aravindhan.a@est.tech>
nonrtric/helm/rappmanager/resources/config/application.yaml
smo-install/oran_oom/rappmanager/values.yaml

index 813325e..e61f10f 100644 (file)
@@ -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
index 95e38f8..dd7a2c7 100644 (file)
@@ -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