Port issue fix in control panel 27/3727/2
authorLathish <lathishbabu.ganesan@est.tech>
Mon, 18 May 2020 13:04:33 +0000 (14:04 +0100)
committerLathish <lathishbabu.ganesan@est.tech>
Tue, 19 May 2020 08:03:08 +0000 (09:03 +0100)
Issue-ID: NONRTRIC-219
Change-Id: I14460ea84eea347c404cd0c3da724305c926d935
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/controlpanel/resources/application.properties
nonrtric/helm/policymanagementservice/resources/config/application_configuration.json

index 5a52499..4a7d3f0 100644 (file)
@@ -30,7 +30,7 @@ a1controller:
   a1controller:
     imagePullPolicy: IfNotPresent
     image:
-      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: nonrtric-a1-controller
       tag: 1.7.4
     replicaCount: 1
index 9c42bba..acf2092 100644 (file)
@@ -13,7 +13,8 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-server.port = 8080
+server.port = 8082
+server.http.port = 8080
 policycontroller.url.prefix = http://policymanagementservice:8081
 userfile = users.json
 portalapi.decryptor = org.oransc.portal.nonrtric.controlpanel.portalapi.PortalSdkDecryptorAes
index fcf0f3b..4c3e18a 100644 (file)
@@ -11,7 +11,7 @@
        "ric":[
           {
              "name":"ric1",
-             "baseUrl":"http://a1-sim-osc-0.a1-sim:8085/",
+             "baseUrl":"http://a1-sim-osc-0.a1-sim:8085",
              "controller": "controller1",
              "managedElementIds":[
                 "kista_1",
@@ -20,7 +20,7 @@
           },
           {
             "name":"ric2",
-            "baseUrl":"http://a1-sim-osc-1.a1-sim:8085/",
+            "baseUrl":"http://a1-sim-osc-1.a1-sim:8085",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
@@ -29,7 +29,7 @@
          },
           {
             "name":"ric3",
-            "baseUrl":"http://a1-sim-std-0.a1-sim:8085/",
+            "baseUrl":"http://a1-sim-std-0.a1-sim:8085",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",