From f09a0a7c6289654983cf4a27be9e0e1a15653b1b Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 23 Sep 2022 12:47:56 +0100 Subject: [PATCH] SMO-Install: A1 PMS config correction and simulator URL update in charts Issue-ID: NONRTRIC-802 Signed-off-by: aravind.est Change-Id: I05b8456da9c02e184292ef2e24861bd0e45f54b0 --- .../resources/config/application.yaml | 4 ++++ .../resources/data/application_configuration.json | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/smo-install/oran_oom/policymanagementservice/resources/config/application.yaml b/smo-install/oran_oom/policymanagementservice/resources/config/application.yaml index 0294e378..ffb6f8ca 100644 --- a/smo-install/oran_oom/policymanagementservice/resources/config/application.yaml +++ b/smo-install/oran_oom/policymanagementservice/resources/config/application.yaml @@ -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: diff --git a/smo-install/oran_oom/policymanagementservice/resources/data/application_configuration.json b/smo-install/oran_oom/policymanagementservice/resources/data/application_configuration.json index 8c446fab..56e96aab 100644 --- a/smo-install/oran_oom/policymanagementservice/resources/data/application_configuration.json +++ b/smo-install/oran_oom/policymanagementservice/resources/data/application_configuration.json @@ -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", -- 2.16.6