From 12e1c82eb9fff306715db216727d5c8ecd27905f Mon Sep 17 00:00:00 2001 From: gpapathan87 Date: Tue, 24 Feb 2026 10:27:49 +0200 Subject: [PATCH 01/15] add networkadapter env variables in srm --- oop-platform-chart/values.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 5eb028f..577e262 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,8 +48,8 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/srm/srm - tag: 1.0.1 + repository: etsi.labs.org:5050/oop/code/service-resource-manager #ghcr.io/sunriseopenoperatorplatform/srm/srm + tag: 1.0.0 pullPolicy: Always service: name: srm @@ -75,6 +75,10 @@ srm: edgeCloudAdapterName: kubernetes adapterBaseUrl: "kubernetes.default.svc.cluster.local" platformProvider: "Local" + networkAdapterName: #"oai", "open5gs" + networkAdapterBaseUrl: #"http://" + scsAId: #"scs-test" ,"scs" + artifactManager: enabled: true @@ -124,8 +128,8 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/oeg/oeg - tag: 1.0.1 + repository: etsi.labs.org:5050/oop/code/open-exposure-gateway #ghcr.io/sunriseopenoperatorplatform/oeg/oeg + tag: 1.0.0 pullPolicy: Always service: name: oeg -- GitLab From a56eb32b9b8d3bd207fcb0ecc0028381029c4efe Mon Sep 17 00:00:00 2001 From: gpapathan87 Date: Tue, 24 Feb 2026 10:54:41 +0200 Subject: [PATCH 02/15] code update based on comments --- oop-platform-chart/values.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 577e262..ec2cf69 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,7 +48,7 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/service-resource-manager #ghcr.io/sunriseopenoperatorplatform/srm/srm + repository: etsi.labs.org:5050/oop/code/service-resource-manager tag: 1.0.0 pullPolicy: Always service: @@ -75,9 +75,10 @@ srm: edgeCloudAdapterName: kubernetes adapterBaseUrl: "kubernetes.default.svc.cluster.local" platformProvider: "Local" - networkAdapterName: #"oai", "open5gs" - networkAdapterBaseUrl: #"http://" - scsAId: #"scs-test" ,"scs" + # Valid values: "oai", "open5gs" + networkAdapterName: "oai" + networkAdapterBaseUrl: #"http://" + scsAId: "scs" artifactManager: @@ -128,7 +129,7 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/open-exposure-gateway #ghcr.io/sunriseopenoperatorplatform/oeg/oeg + repository: etsi.labs.org:5050/oop/code/open-exposure-gateway tag: 1.0.0 pullPolicy: Always service: -- GitLab From a21b0fcca7cb9b2b29a1a5a61083d58a342435c2 Mon Sep 17 00:00:00 2001 From: George Papathanail Date: Wed, 25 Feb 2026 06:46:14 +0000 Subject: [PATCH 03/15] Edit values.yaml --- oop-platform-chart/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index ec2cf69..6156c05 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,7 +48,7 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/service-resource-manager + repository: labs.etsi.org:5050/oop/code/service-resource-manager tag: 1.0.0 pullPolicy: Always service: @@ -78,6 +78,7 @@ srm: # Valid values: "oai", "open5gs" networkAdapterName: "oai" networkAdapterBaseUrl: #"http://" + networkAdapterBaseUrl: http://10.0.4.1:8080 scsAId: "scs" @@ -129,7 +130,7 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/open-exposure-gateway + repository: labs.etsi.org:5050/oop/code/open-exposure-gateway tag: 1.0.0 pullPolicy: Always service: -- GitLab From f75add08715bac77d60e28b9af1fd1bafdaff6a7 Mon Sep 17 00:00:00 2001 From: George Papathanail Date: Wed, 25 Feb 2026 06:47:00 +0000 Subject: [PATCH 04/15] Edit values.yaml --- oop-platform-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 6156c05..04eb80a 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -77,7 +77,7 @@ srm: platformProvider: "Local" # Valid values: "oai", "open5gs" networkAdapterName: "oai" - networkAdapterBaseUrl: #"http://" + #networkAdapterBaseUrl: #"http://" networkAdapterBaseUrl: http://10.0.4.1:8080 scsAId: "scs" -- GitLab From e46af7977b50b37ec2149f177818051de1d2e1df Mon Sep 17 00:00:00 2001 From: papathanail Date: Wed, 25 Feb 2026 14:21:37 +0200 Subject: [PATCH 05/15] fix networkAdapterBaseUrl --- .idea/.gitignore | 5 ++ .idea/helm.iml | 8 ++ .idea/inspectionProfiles/Project_Default.xml | 79 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/misc.xml | 7 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ oop-platform-chart/values.yaml | 2 +- 8 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/helm.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/helm.iml b/.idea/helm.iml new file mode 100644 index 0000000..8388dbc --- /dev/null +++ b/.idea/helm.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..bc36c0e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,79 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..812ab5a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a5fed1f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 04eb80a..11f99c6 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -78,7 +78,7 @@ srm: # Valid values: "oai", "open5gs" networkAdapterName: "oai" #networkAdapterBaseUrl: #"http://" - networkAdapterBaseUrl: http://10.0.4.1:8080 + networkAdapterBaseUrl: "" scsAId: "scs" -- GitLab From a95681b3f2106f02070c28ab4cb318f64538d606 Mon Sep 17 00:00:00 2001 From: gpapathan87 Date: Tue, 24 Feb 2026 10:27:49 +0200 Subject: [PATCH 06/15] add networkadapter env variables in srm --- oop-platform-chart/values.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index b0444e4..abdb4b9 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,8 +48,8 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/srm/srm - tag: 1.0.1 + repository: etsi.labs.org:5050/oop/code/service-resource-manager #ghcr.io/sunriseopenoperatorplatform/srm/srm + tag: 1.0.0 pullPolicy: Always service: name: srm @@ -75,6 +75,10 @@ srm: edgeCloudAdapterName: kubernetes adapterBaseUrl: "kubernetes.default.svc.cluster.local" platformProvider: "Local" + networkAdapterName: #"oai", "open5gs" + networkAdapterBaseUrl: #"http://" + scsAId: #"scs-test" ,"scs" + artifactManager: enabled: true @@ -124,8 +128,8 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/oeg/oeg - tag: 1.0.1 + repository: etsi.labs.org:5050/oop/code/open-exposure-gateway #ghcr.io/sunriseopenoperatorplatform/oeg/oeg + tag: 1.0.0 pullPolicy: Always service: name: oeg -- GitLab From 64b05788f3f791adeb9523c1cfd13c03e4d924cb Mon Sep 17 00:00:00 2001 From: gpapathan87 Date: Tue, 24 Feb 2026 10:54:41 +0200 Subject: [PATCH 07/15] code update based on comments --- oop-platform-chart/values.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index abdb4b9..4c91e39 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,7 +48,7 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/service-resource-manager #ghcr.io/sunriseopenoperatorplatform/srm/srm + repository: etsi.labs.org:5050/oop/code/service-resource-manager tag: 1.0.0 pullPolicy: Always service: @@ -75,9 +75,10 @@ srm: edgeCloudAdapterName: kubernetes adapterBaseUrl: "kubernetes.default.svc.cluster.local" platformProvider: "Local" - networkAdapterName: #"oai", "open5gs" - networkAdapterBaseUrl: #"http://" - scsAId: #"scs-test" ,"scs" + # Valid values: "oai", "open5gs" + networkAdapterName: "oai" + networkAdapterBaseUrl: #"http://" + scsAId: "scs" artifactManager: @@ -128,7 +129,7 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/open-exposure-gateway #ghcr.io/sunriseopenoperatorplatform/oeg/oeg + repository: etsi.labs.org:5050/oop/code/open-exposure-gateway tag: 1.0.0 pullPolicy: Always service: -- GitLab From 3acc093144ce77bec3f46356d53b0cc9cdb7efc4 Mon Sep 17 00:00:00 2001 From: George Papathanail Date: Wed, 25 Feb 2026 06:46:14 +0000 Subject: [PATCH 08/15] Edit values.yaml --- oop-platform-chart/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 4c91e39..11bae58 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -48,7 +48,7 @@ srm: name: srmcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/service-resource-manager + repository: labs.etsi.org:5050/oop/code/service-resource-manager tag: 1.0.0 pullPolicy: Always service: @@ -78,6 +78,7 @@ srm: # Valid values: "oai", "open5gs" networkAdapterName: "oai" networkAdapterBaseUrl: #"http://" + networkAdapterBaseUrl: http://10.0.4.1:8080 scsAId: "scs" @@ -129,7 +130,7 @@ oeg: name: oegcontroller replicaCount: 1 image: - repository: etsi.labs.org:5050/oop/code/open-exposure-gateway + repository: labs.etsi.org:5050/oop/code/open-exposure-gateway tag: 1.0.0 pullPolicy: Always service: -- GitLab From cdc6fcf2a1d55ccf222579f34cba8e04fb13718c Mon Sep 17 00:00:00 2001 From: George Papathanail Date: Wed, 25 Feb 2026 06:47:00 +0000 Subject: [PATCH 09/15] Edit values.yaml --- oop-platform-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 11bae58..ac81798 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -77,7 +77,7 @@ srm: platformProvider: "Local" # Valid values: "oai", "open5gs" networkAdapterName: "oai" - networkAdapterBaseUrl: #"http://" + #networkAdapterBaseUrl: #"http://" networkAdapterBaseUrl: http://10.0.4.1:8080 scsAId: "scs" -- GitLab From 39d756c3f2af95cdea517e2cf5ba9ae23ba712ff Mon Sep 17 00:00:00 2001 From: papathanail Date: Wed, 25 Feb 2026 14:21:37 +0200 Subject: [PATCH 10/15] fix networkAdapterBaseUrl --- .idea/.gitignore | 5 ++ .idea/helm.iml | 8 ++ .idea/inspectionProfiles/Project_Default.xml | 79 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/misc.xml | 7 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ oop-platform-chart/values.yaml | 2 +- 8 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/helm.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/helm.iml b/.idea/helm.iml new file mode 100644 index 0000000..8388dbc --- /dev/null +++ b/.idea/helm.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..bc36c0e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,79 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..812ab5a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a5fed1f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index ac81798..f6ecb69 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -78,7 +78,7 @@ srm: # Valid values: "oai", "open5gs" networkAdapterName: "oai" #networkAdapterBaseUrl: #"http://" - networkAdapterBaseUrl: http://10.0.4.1:8080 + networkAdapterBaseUrl: "" scsAId: "scs" -- GitLab From 172c740004083eff3b7d86279d5c25d7b5e277dc Mon Sep 17 00:00:00 2001 From: dgogos Date: Thu, 26 Feb 2026 12:43:56 +0200 Subject: [PATCH 11/15] fix: remove .idea folder --- .idea/.gitignore | 5 -- .idea/helm.iml | 8 -- .idea/inspectionProfiles/Project_Default.xml | 79 ------------------- .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/misc.xml | 7 -- .idea/modules.xml | 8 -- .idea/vcs.xml | 6 -- oop-platform-chart/values.yaml | 2 +- 8 files changed, 1 insertion(+), 120 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/helm.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/helm.iml b/.idea/helm.iml deleted file mode 100644 index 8388dbc..0000000 --- a/.idea/helm.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index bc36c0e..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 812ab5a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a5fed1f..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index f6ecb69..4d130a4 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -77,7 +77,7 @@ srm: platformProvider: "Local" # Valid values: "oai", "open5gs" networkAdapterName: "oai" - #networkAdapterBaseUrl: #"http://" + # Example value: "http://" networkAdapterBaseUrl: "" scsAId: "scs" -- GitLab From 5eff8e536175ae0e2edce4dfa206096e2c554ea3 Mon Sep 17 00:00:00 2001 From: dgogos Date: Thu, 26 Feb 2026 13:03:21 +0200 Subject: [PATCH 12/15] fix: add missing availZoneNotifLink in oeg --- environments/kind/cluster.yaml | 2 ++ oop-platform-chart/charts/oeg/README.md | 1 + .../charts/oeg/templates/oegcontroller-deployment.yaml | 2 ++ oop-platform-chart/charts/oeg/values.yaml | 5 +++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/environments/kind/cluster.yaml b/environments/kind/cluster.yaml index abbcdb5..decf741 100644 --- a/environments/kind/cluster.yaml +++ b/environments/kind/cluster.yaml @@ -34,3 +34,5 @@ nodes: containerPath: /mnt/data/mongodb_oeg - hostPath: /tmp/kind-oop/mongodb_fm containerPath: /mnt/data/mongodb_fm + - hostPath: /usr/local/share/ca-certificates/IntracomTelecomCAG2.crt + containerPath: /usr/local/share/ca-certificates/IntracomTelecomCAG2.crt diff --git a/oop-platform-chart/charts/oeg/README.md b/oop-platform-chart/charts/oeg/README.md index 48371ad..5bf6404 100644 --- a/oop-platform-chart/charts/oeg/README.md +++ b/oop-platform-chart/charts/oeg/README.md @@ -88,6 +88,7 @@ The following environment variables can be configured for the OEG Controller: - `FEDERATION_MANAGER_HOST`: Federation manager service URL - `PARTNER_API_ROOT`: Partner API root URL - `TOKEN_ENDPOINT`: OAuth token endpoint URL +- `AVAIL_ZONE_NOTIF_LINK`: Available zones URL for status updates ## Storage Configuration diff --git a/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml b/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml index a10e6ef..f1a04ff 100644 --- a/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml +++ b/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml @@ -48,6 +48,8 @@ spec: value: {{ .Values.oegcontroller.env.partnerApiRoot | quote }} - name: TOKEN_ENDPOINT value: {{ .Values.oegcontroller.env.tokenEndpoint | quote }} + - name: AVAIL_ZONE_NOTIF_LINK + value: { { default "" .Values.oegcontroller.env.availZoneNotifLink | quote } } {{- with .Values.oegcontroller.resources }} resources: {{- toYaml . | nindent 12 }} diff --git a/oop-platform-chart/charts/oeg/values.yaml b/oop-platform-chart/charts/oeg/values.yaml index 2b46b96..01c90a8 100644 --- a/oop-platform-chart/charts/oeg/values.yaml +++ b/oop-platform-chart/charts/oeg/values.yaml @@ -65,9 +65,10 @@ oegcontroller: env: mongoUri: "mongodb://oegmongo:27017" srmHost: "http://srm:8080/srm/1.0.0" - federationManagerHost: "http://federation-manager.federation-manager.svc.cluster.local:8989/operatorplatform/federation/v1" + federationManagerHost: "http://federation-manager.oop.svc.cluster.local:8989/operatorplatform/federation/v1" partnerApiRoot: "http://10.8.0.1:31002" - tokenEndpoint: "http://federation-manager.federation-manager.svc.cluster.local:8080/realms/federation/protocol/openid-connect/token" + tokenEndpoint: "http://federation-manager.oop.svc.cluster.local:8080/realms/federation/protocol/openid-connect/token" + availZoneNotifLink: "" # Ingress configuration ingress: -- GitLab From 134cd20aa04efcc05cfe668383279f7a34cf2d85 Mon Sep 17 00:00:00 2001 From: dgogos Date: Thu, 26 Feb 2026 13:04:46 +0200 Subject: [PATCH 13/15] fix: fix quotes in oeg deploy --- .../charts/oeg/templates/oegcontroller-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml b/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml index f1a04ff..8278041 100644 --- a/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml +++ b/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml @@ -49,7 +49,7 @@ spec: - name: TOKEN_ENDPOINT value: {{ .Values.oegcontroller.env.tokenEndpoint | quote }} - name: AVAIL_ZONE_NOTIF_LINK - value: { { default "" .Values.oegcontroller.env.availZoneNotifLink | quote } } + value: {{ default "" .Values.oegcontroller.env.availZoneNotifLink | quote }} {{- with .Values.oegcontroller.resources }} resources: {{- toYaml . | nindent 12 }} -- GitLab From 046b9b20913cbc90a0bbc3d0bd181e2035667034 Mon Sep 17 00:00:00 2001 From: dgogos Date: Thu, 26 Feb 2026 13:16:49 +0200 Subject: [PATCH 14/15] fix: correct images in helm chart for srm and oeg --- environments/kind/cluster.yaml | 4 +--- oop-platform-chart/charts/oeg/Chart.yaml | 5 +---- oop-platform-chart/charts/oeg/values.yaml | 4 ++-- oop-platform-chart/charts/srm/Chart.yaml | 3 +-- oop-platform-chart/charts/srm/values.yaml | 4 ++-- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/environments/kind/cluster.yaml b/environments/kind/cluster.yaml index decf741..7677709 100644 --- a/environments/kind/cluster.yaml +++ b/environments/kind/cluster.yaml @@ -33,6 +33,4 @@ nodes: - hostPath: /tmp/kind-oop/mongodb_oeg containerPath: /mnt/data/mongodb_oeg - hostPath: /tmp/kind-oop/mongodb_fm - containerPath: /mnt/data/mongodb_fm - - hostPath: /usr/local/share/ca-certificates/IntracomTelecomCAG2.crt - containerPath: /usr/local/share/ca-certificates/IntracomTelecomCAG2.crt + containerPath: /mnt/data/mongodb_fm \ No newline at end of file diff --git a/oop-platform-chart/charts/oeg/Chart.yaml b/oop-platform-chart/charts/oeg/Chart.yaml index 01473be..679667c 100644 --- a/oop-platform-chart/charts/oeg/Chart.yaml +++ b/oop-platform-chart/charts/oeg/Chart.yaml @@ -9,7 +9,4 @@ keywords: - mongodb - controller maintainers: - - name: DevOps Team -home: https://github.com/sunriseopenoperatorplatform/oeg -sources: - - https://github.com/sunriseopenoperatorplatform/oeg + - name: DevOps Team \ No newline at end of file diff --git a/oop-platform-chart/charts/oeg/values.yaml b/oop-platform-chart/charts/oeg/values.yaml index 01c90a8..50051aa 100644 --- a/oop-platform-chart/charts/oeg/values.yaml +++ b/oop-platform-chart/charts/oeg/values.yaml @@ -43,8 +43,8 @@ oegcontroller: replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/oeg/oeg - tag: 1.0.1 + repository: labs.etsi.org:5050/oop/code/open-exposure-gateway + tag: 1.0.0 pullPolicy: Always service: diff --git a/oop-platform-chart/charts/srm/Chart.yaml b/oop-platform-chart/charts/srm/Chart.yaml index b4cf4d2..c94cd4c 100644 --- a/oop-platform-chart/charts/srm/Chart.yaml +++ b/oop-platform-chart/charts/srm/Chart.yaml @@ -9,5 +9,4 @@ keywords: - mongodb - sunrise maintainers: - - name: DevOps Team -home: https://github.com/sunriseopenoperatorplatform/srm + - name: DevOps Team \ No newline at end of file diff --git a/oop-platform-chart/charts/srm/values.yaml b/oop-platform-chart/charts/srm/values.yaml index 1d7fccb..906b82c 100644 --- a/oop-platform-chart/charts/srm/values.yaml +++ b/oop-platform-chart/charts/srm/values.yaml @@ -42,8 +42,8 @@ srmcontroller: replicaCount: 1 image: - repository: ghcr.io/sunriseopenoperatorplatform/srm/srm - tag: 1.0.1 + repository: labs.etsi.org:5050/oop/code/service-resource-manager + tag: 1.0.0 pullPolicy: Always service: -- GitLab From 6e0ce0c47f9cad26288c81928e05593ac3b04cf3 Mon Sep 17 00:00:00 2001 From: dimi Date: Thu, 26 Feb 2026 13:47:13 +0000 Subject: [PATCH 15/15] fix: correct scsAsId param for srm --- oop-platform-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oop-platform-chart/values.yaml b/oop-platform-chart/values.yaml index 4d130a4..b8b508c 100644 --- a/oop-platform-chart/values.yaml +++ b/oop-platform-chart/values.yaml @@ -79,7 +79,7 @@ srm: networkAdapterName: "oai" # Example value: "http://" networkAdapterBaseUrl: "" - scsAId: "scs" + scsAsId: "scs" artifactManager: -- GitLab