SMO-Install: A1 PMS config correction and simulator URL update in charts 51/9151/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 23 Sep 2022 11:47:56 +0000 (12:47 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Fri, 30 Sep 2022 11:52:34 +0000 (11:52 +0000)
Issue-ID: NONRTRIC-802
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I05b8456da9c02e184292ef2e24861bd0e45f54b0

smo-install/oran_oom/policymanagementservice/resources/config/application.yaml
smo-install/oran_oom/policymanagementservice/resources/data/application_configuration.json

index 0294e37..ffb6f8c 100644 (file)
@@ -65,8 +65,12 @@ app:
     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
     http.proxy-host:
     http.proxy-port: 0
+    http.proxy-type: HTTP
   # path where the service can store data
   vardata-directory: /var/policy-management-service
   # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing,
   # no schema validation will be executed.
   config-file-schema-path: /application_configuration_schema.json
+  # A file containing an authorization token, which shall be inserted in each HTTP header (authorization).
+  # If the file name is empty, no authorization token is sent.
+  auth-token-file:
index 8c446fa..56e96aa 100644 (file)
@@ -11,7 +11,7 @@
       "ric": [
         {
              "name":"ric1",
-             "baseUrl":"https://a1-sim-osc-0.a1-sim:8185",
+             "baseUrl":"https://a1-sim-osc-0:8185",
              "controller": "controller1",
              "managedElementIds":[
                 "kista_1",
@@ -20,7 +20,7 @@
           },
           {
             "name":"ric2",
-            "baseUrl":"https://a1-sim-osc-1.a1-sim:8185",
+            "baseUrl":"https://a1-sim-osc-1:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
@@ -29,7 +29,7 @@
           },
           {
             "name":"ric3",
-            "baseUrl":"https://a1-sim-std-0.a1-sim:8185",
+            "baseUrl":"https://a1-sim-std-0:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
@@ -38,7 +38,7 @@
           },
           {
             "name":"ric4",
-            "baseUrl":"https://a1-sim-std-1.a1-sim:8185",
+            "baseUrl":"https://a1-sim-std-1:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
@@ -47,7 +47,7 @@
           },
           {
             "name":"ric5",
-            "baseUrl":"https://a1-sim-std2-0.a1-sim:8185",
+            "baseUrl":"https://a1-sim-std2-0:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
@@ -56,7 +56,7 @@
           },
           {
             "name":"ric6",
-            "baseUrl":"https://a1-sim-std2-1.a1-sim:8185",
+            "baseUrl":"https://a1-sim-std2-1:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",