From: saul.gill Date: Tue, 3 Feb 2026 09:30:00 +0000 (+0000) Subject: Temp fix for securityMethods in rApps X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F15478%2F1;p=nonrtric%2Fplt%2Frappmanager.git Temp fix for securityMethods in rApps Issue-ID: NONRTRIC-1098 Change-Id: I87e3babd975934dc2b7d44195c4851c3796b0b19 Signed-off-by: saul.gill --- diff --git a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz index 1f80139..847b2fd 100644 Binary files a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz and b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz differ diff --git a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-1.json index 7287685..86ac84b 100644 --- a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-1.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "energysaving.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-2.json b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-2.json index 19b1a25..e84d9cf 100644 --- a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-2.json +++ b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-2.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "energysaving.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-kserve-predictor.json b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-kserve-predictor.json index 84d8dbf..9c84824 100644 --- a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-kserve-predictor.json +++ b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Files/Sme/serviceapis/api-set-kserve-predictor.json @@ -28,7 +28,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "es-aiml-model-predictor.kserve-test.svc.cluster.local", - "port": 80 + "port": 80, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json index cdcf111..bee0486 100755 --- a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-2.json b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-2.json index 34b00d3..419c7f2 100755 --- a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-2.json +++ b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-2.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "sklearn-iris-predictor-default.kserve-test.svc.cluster.local", - "port": 80 + "port": 80, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json index dab491f..f1ceec5 100644 --- a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json +++ b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-1.json index 862d65d..0eb8acc 100644 --- a/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-1.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-2.json b/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-2.json index 0f69bc9..1a652bf 100644 --- a/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-2.json +++ b/sample-rapp-generator/rapp-hello-world/Files/Sme/serviceapis/api-set-2.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-kserve/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-kserve/Files/Sme/serviceapis/api-set-1.json index aa685a6..d853b31 100644 --- a/sample-rapp-generator/rapp-kserve/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-kserve/Files/Sme/serviceapis/api-set-1.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "sklearn-iris-predictor-default.kserve-test.svc.cluster.local", - "port": 80 + "port": 80, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Files/Sme/serviceapis/api-set-1.json index ce7807b..931f891 100644 --- a/sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Files/Sme/serviceapis/api-set-1.json @@ -27,7 +27,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "ran-nssmf-simulator-rapp.smo.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-slice-prb-prediction/README.md b/sample-rapp-generator/rapp-slice-prb-prediction/README.md index f707251..af7017e 100644 --- a/sample-rapp-generator/rapp-slice-prb-prediction/README.md +++ b/sample-rapp-generator/rapp-slice-prb-prediction/README.md @@ -382,7 +382,7 @@ The SME returns a nested JSON structure containing: - `aefProfiles`: Application Exposure Function profiles - `versions`: API version information - `resources`: Available resources within each version -- `interfaceDescriptions`: Network endpoint details (IP, port) +- `interfaceDescriptions`: Network endpoint details (IP, port securityMethods) ## RAN NSSMF Client (`src/ran_nssmf_client.py`) diff --git a/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-1.json index 4f37013..d8a37f2 100644 --- a/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-1.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "slice-prb-prediction-rapp.smo.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] } diff --git a/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-2.json b/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-2.json index bea05ee..325e1dc 100644 --- a/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-2.json +++ b/sample-rapp-generator/rapp-slice-prb-prediction/slice-prb-prediction-rapp/Files/Sme/serviceapis/api-set-2.json @@ -24,7 +24,8 @@ "interfaceDescriptions": [ { "ipv4Addr": "slice-prb-prediction-rapp.smo.svc.cluster.local", - "port": 8080 + "port": 8080, + "securityMethods": null } ] }