sdc.git
4 hours agoAdd playwright test 50/143550/4
Fiete Ostkamp [Mon, 9 Mar 2026 11:23:16 +0000 (12:23 +0100)]
Add playwright test

- add everything that is required to run playwright
  against the same stack that is used in the
  pipeline for the existing ui tests
- make some instable ui tests more reliable

Issue-ID: SDC-4800
Change-Id: I938ada1aa98aa961e60e24f6128d7164023a1c9f
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
30 hours ago[SDC]: Added new categories for models 49/143549/2
dhanush.p [Mon, 9 Mar 2026 09:51:27 +0000 (10:51 +0100)]
[SDC]: Added new categories for models

Issue-ID: SDC-4799
Change-Id: I6e0cfc36697d7456c856abcd6c3d8c288bfe3c09
Signed-off-by: dhanush.p <dhanush.p@t-systems.com>
6 days agoDocs: Add sphinxcontrib-mermaid for diagram migration 80/143480/2
Matthew Watkins [Wed, 4 Mar 2026 17:00:19 +0000 (17:00 +0000)]
Docs: Add sphinxcontrib-mermaid for diagram migration

Add sphinxcontrib-mermaid alongside existing blockdiag/seqdiag
extensions to prepare for migrating live diagrams from blockdiag
to Mermaid syntax.

The blockdiag/seqdiag extensions are abandoned and incompatible
with modern Python. The live diagram content in this repository
will be migrated to Mermaid syntax in a follow-up change, after
which blockdiag/seqdiag can be removed.

Issue-ID: CIMAN-33
Change-Id: Ibc24e29d11d611c1e29a3e783c483a2667edf42a
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
9 days ago[SDC] : Align SDC Model UUID with GitLab Commit SHA 01/143401/2
varun.deoghare [Fri, 27 Feb 2026 10:25:17 +0000 (11:25 +0100)]
[SDC] : Align SDC Model UUID with GitLab Commit SHA

- Support custom UUID during checkout/lifecycle operations
- Support custom UUID while creating artifacts to Resources

Issue-ID: SDC-4794

Change-Id: I12765a2a4ce423d2a3d1d1ef6c9a338b52cb5973
Signed-off-by: varun.deoghare <varun.deoghare@t-systems.com>
9 days agoBump snapshot version to 1.16.0-SNAPSHOT 17/143417/1
Fiete Ostkamp [Mon, 2 Mar 2026 09:31:16 +0000 (10:31 +0100)]
Bump snapshot version to 1.16.0-SNAPSHOT

Issue-ID: SDC-4796
Change-Id: I15f80ac0097a05bb2492f345f2a3bbcb59e3207c
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks ago1.15.0 release 88/143388/1
Fiete Ostkamp [Wed, 25 Feb 2026 11:38:56 +0000 (12:38 +0100)]
1.15.0 release

-  SDC schema init improvements
-  Add opentelemetry based tracing
-  Disable UEB health check when kafka is used
-  Allow not setting catalog facade config
-  Get rid of Chef in sdc-simulator
-  Update docker plugin version
-  Add dependabot config
-  Add Github2Gerrit CI workflow
-  Update SDC datatypes for sST, mcc and mnc as per latest 3GPP standard

Issue-ID: SDC-4792
Change-Id: Iaa01db9e169fb3c6f8a1f8eff10d90417e31a727
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoBump snapshot version to 1.15.0-SNAPSHOT 81/143381/1
Fiete Ostkamp [Tue, 24 Feb 2026 14:55:21 +0000 (15:55 +0100)]
Bump snapshot version to 1.15.0-SNAPSHOT

- bump snapshot version
- add release notes

Issue-ID: SDC-4792
Change-Id: I6272901a925151093efa1532eb478ddb8b7eab21
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoSDC schema init improvements 63/143363/4
Fiete Ostkamp [Mon, 23 Feb 2026 10:27:10 +0000 (11:27 +0100)]
SDC schema init improvements

- reset retry attempts for each normative element group instead of
  globally increasing counter when importing them
- do not fail silently when schema import fails

Issue-ID: SDC-4788
Change-Id: I1382189e8653fd36db83f7cd98171210e31f0167
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoFix AnnotationParser warnings in sdc-be pod log 73/143373/1
Fiete Ostkamp [Tue, 24 Feb 2026 07:15:50 +0000 (08:15 +0100)]
Fix AnnotationParser warnings in sdc-be pod log

- remove aspectjrt dependency since it is redundant
- this gets rid of 2300 log lines in the sdc-be pod that
  contain shared resource warnings

Issue-ID: SDC-4791
Change-Id: I493e892badee724f0675e38304a8fb9cbed4932d
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoAllow not setting catalog facade config 71/143371/2
Fiete Ostkamp [Mon, 23 Feb 2026 20:17:25 +0000 (21:17 +0100)]
Allow not setting catalog facade config

Issue-ID: SDC-4764
Change-Id: Ibc55a3f86aab527fcb024b99547038b1fc79d35f
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoDisable UEB health check when kafka is used 50/143350/4
Fiete Ostkamp [Sun, 22 Feb 2026 19:39:15 +0000 (20:39 +0100)]
Disable UEB health check when kafka is used

- only schedule the UEB health check when kafka is not active

Issue-ID: SDC-4764
Change-Id: I48f2b49c1d28dc2e2b8411cc20263457c1c3435c
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoGet rid of Chef in sdc-simulator (also shortens pipeline duration by ~1> 59/143359/3
Fiete Ostkamp [Mon, 23 Feb 2026 09:20:33 +0000 (10:20 +0100)]
Get rid of Chef in sdc-simulator (also shortens pipeline duration by ~1>

- remove Chef workbook that was used in sdc-simulator
- replace with shell scripts and envsubst
- use eclipse-temurin base image and remove obsolete
  packages from the image
- this should speed up the pipeline duration by at least 10
  minutes (since that is how long it took to build these
  ruby gems)

Issue-ID: SDC-4787
Change-Id: I8f514030c208ea07304fba2c742e6e7d4c26d185
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoRemove trailing spaces in dataTypes.yml 47/143347/2
Fiete Ostkamp [Sun, 22 Feb 2026 12:46:21 +0000 (13:46 +0100)]
Remove trailing spaces in dataTypes.yml

Issue-ID: SDC-4786
Change-Id: Ia2b2fc0f68a7162bd71246a43355b99371ae36df
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
2 weeks agoUpdate docker plugin version 52/143352/1
Fiete Ostkamp [Sun, 22 Feb 2026 21:35:51 +0000 (22:35 +0100)]
Update docker plugin version

Issue-ID: SDC-4786
Change-Id: I5aa42261574b2fde1c1a1529e5d436b09968ae1d
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
3 weeks agoAdd opentelemetry based tracing 21/143321/8
Fiete Ostkamp [Tue, 17 Feb 2026 08:17:39 +0000 (09:17 +0100)]
Add opentelemetry based tracing

- add tracing to sdc-be, -fe and -onboarding-be
- this uses the java agent approach which works
  without code changes
- fix broken rtd build
- try to make docker build of sdc-onboard-cassandra-init more reliable

Issue-ID: SDC-4783
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Change-Id: I191408d162f199cb1a90f1ca6d6822a9da322d0a

6 weeks agoChore: Remove broken sphinxcontrib-swaggerdoc module 48/143048/1
Matthew Watkins [Tue, 27 Jan 2026 15:26:05 +0000 (15:26 +0000)]
Chore: Remove broken sphinxcontrib-swaggerdoc module

This Python module is no longer maintained and will not allow us to
update to more modern Python versions in the docs jobs.

Issue-ID: CIMAN-33
Change-Id: I53d109d3a0b2c28e97b4c36909db1a5c12a24c02
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
7 weeks ago[SDC]: Update in SDC datatypes for sST, mcc and mnc as per latest 3GPP standard. 94/142894/2
dhanush.p [Fri, 9 Jan 2026 11:43:55 +0000 (12:43 +0100)]
[SDC]: Update in SDC datatypes for sST, mcc and mnc as per latest 3GPP standard.

Issue-ID: SDC-4781
Change-Id: I36d470b60480bcf3bac664d338ed7458e21fb4de
Signed-off-by: dhanush.p <dhanush.p@t-systems.com>
7 weeks ago[SDC]: Fix for build failure in sdc-simulator 31/142931/1
ankita.singhal [Thu, 15 Jan 2026 08:31:43 +0000 (09:31 +0100)]
[SDC]: Fix for build failure in sdc-simulator

- Chef install fails because ffi-yajl version is incompatible with Ruby 2.7

Issue-ID: SDC-4782
Change-Id: Ic24d043d7a9bd63256cab66e591b1f96aba18dce
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
4 months agoChore: Add dependabot config 71/141771/3
Kevin Sandi [Wed, 13 Aug 2025 03:55:16 +0000 (21:55 -0600)]
Chore: Add dependabot config

Issue-ID: CIMAN-33
Change-Id: I6e724e18f3c1e7cd0f038b7d2d77632ee2dc9648
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
5 months agoCI: Add Github2Gerrit workflow 89/142089/1
Kevin Sandi [Fri, 19 Sep 2025 19:56:26 +0000 (13:56 -0600)]
CI: Add Github2Gerrit workflow

Issue-ID: CIMAN-33
Change-Id: I65ed018169766943be4d4c95e9eba93bc0fcca85
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
5 months ago[SDC]: Publish Release 1.14.5 26/142026/3
ankita.singhal [Thu, 11 Sep 2025 06:26:01 +0000 (08:26 +0200)]
[SDC]: Publish Release 1.14.5

- DeleteKafkaNotification changes
- Chef packages Removal

Issue-ID: SDC-4773
Change-Id: I4dab697408bc9168529bc069be579840d36b4e34
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
5 months agoRemove chef package from sdc-onboard-db-init image 21/142021/1 1.14.5
Fiete Ostkamp [Wed, 10 Sep 2025 08:28:13 +0000 (10:28 +0200)]
Remove chef package from sdc-onboard-db-init image

- chef is not used anymore
- cuts image size in half (671MB -> 365MB)
- reduces build time of image from 14 minutes (!!!) to 10 seconds

Issue-ID: SDC-4772
Change-Id: I31cb146d1a17c3684930e0a42af9727cfe68f125
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
5 months ago[SDC]: Bump snapshot version to 1.14.5-SNAPSHOT 19/142019/1
ankita.singhal [Wed, 10 Sep 2025 05:57:41 +0000 (07:57 +0200)]
[SDC]: Bump snapshot version to 1.14.5-SNAPSHOT

- Updated code for Delete Kafka Notifications

Issue-ID: SDC-4771
Change-Id: Ibb2d68be94a30e17b52cf8df71eedda904ddd6fa
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months agoPublish kafka notification for delete service 45/141945/6
aakansha.maltare [Tue, 26 Aug 2025 12:19:35 +0000 (14:19 +0200)]
Publish kafka notification for delete service

Issue-ID: SDC-4767
Change-Id: I8f8e694d3aeb683da5f0c91171a5de5de2e220c6
Signed-off-by: aakansha.maltare <aakansha.maltare@t-systems.com>
6 months ago[SDC]: Publish release 1.14.4 16/142016/2
ankita.singhal [Tue, 9 Sep 2025 09:24:18 +0000 (11:24 +0200)]
[SDC]: Publish release 1.14.4

- Updated datatypes for sd and 3gpp maxNumberOfUes
- Permission issues for sdc-fe init container

Issue-ID: SDC-4770
Change-Id: Ibdfeab6431253a558ebcc7fb5e8e796981d3f2db
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months ago[SDC]: Bump snapshot version to 1.14.4-SNAPSHOT 11/142011/2 1.14.4
ankita.singhal [Tue, 9 Sep 2025 05:28:19 +0000 (07:28 +0200)]
[SDC]: Bump snapshot version to 1.14.4-SNAPSHOT

- Permissions Issue Fix for SDC-Fe init containers.
- Datatype changes for sdc and 3gpp maxNumberOfues

Issue-ID: SDC-4769
Change-Id: I53206ef71e67f7c29ed0fea6497d12afdb9ee877
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months ago[SDC] 1.14.3 Release 92/141992/3
ankita.singhal [Fri, 5 Sep 2025 06:18:45 +0000 (08:18 +0200)]
[SDC] 1.14.3 Release

- Updated dataTypes sd and maxNumberOfUEs

Issue-ID: SDC-4768
Change-Id: Ic9d0c0db617ed5a4d5a689049bcacda804296393
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months agoPermissions Issue Fix in sdc-fe init-container 05/141805/3
ankita.singhal [Wed, 13 Aug 2025 11:49:59 +0000 (13:49 +0200)]
Permissions Issue Fix in sdc-fe init-container

- Updated sdc-backedn-init dockerFile for chmod permissions
- Updated sdc-backedn-init dockerFile for install all python packages in scripts

Issue-ID: SDC-4758
Change-Id: Ie3881b6ba4a7c1925ca4ee7d55f9779f294df22e
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months agoBump snapshot version to 1.14.3-SNAPSHOT 36/141936/2 1.14.3
ankita.singhal [Mon, 25 Aug 2025 07:57:07 +0000 (09:57 +0200)]
Bump snapshot version to 1.14.3-SNAPSHOT

- Updated dataTypes sd and maxNumberOfUEs

Issue-ID: SDC-4765
Change-Id: I8a954ee3c26f74be576e2f3821e31906d2bb1303
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months ago[SDC]: Update datatypes for sd and maxNumberofUEs as per 3gpp 92/141892/2
ankita.singhal [Fri, 22 Aug 2025 11:50:43 +0000 (13:50 +0200)]
[SDC]: Update datatypes for sd and maxNumberofUEs as per 3gpp

Issue-ID: SDC-4765
Change-Id: I3097ba3ff7c4ca0c6b4e3f531292fdbd6f5c6a5c
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
6 months ago1.14.2 release 78/141878/1
Fiete Ostkamp [Wed, 20 Aug 2025 06:58:15 +0000 (08:58 +0200)]
1.14.2 release

- reduce sdc-cassandra-init image size (2.4GB -> 1.9GB)
- do not log cassandra healthcheck on info level
- change log level for non-zero exit status' of scripts from debug to error

- not in the release (only in this CR): change encoding of properties.mock.ts to UTF-8
  to attempt to fix broken sonarqube scan

Issue-ID: SDC-4759
Change-Id: Ia313e5a70784c3673bdbea11e27728bfb6d1136a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
6 months agoBump snapshot version to 1.14.2-SNAPSHOT 06/141806/2 1.14.2
Fiete Ostkamp [Wed, 13 Aug 2025 13:07:46 +0000 (15:07 +0200)]
Bump snapshot version to 1.14.2-SNAPSHOT

- Updated version in importconformance.sh

Issue-ID: SDC-4729
Change-Id: If71a2272832ccd75d6afcff31406ba1344cc6e0e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
7 months agoFix gerrit pipeline build issues 65/141565/3
ankita.singhal [Tue, 22 Jul 2025 07:44:50 +0000 (09:44 +0200)]
Fix gerrit pipeline build issues

- Update nodeVersion and yarnVersion
- Update sdc-onboard-db-init-docker DockerFile to install multi_json:1.15.0 compatible with Chef 13.8.5
- Update sdc-simulator DockerFile to install multi_json:1.15.0
- Update angular/cli version to 1.0.6

Issue-ID: SDC-4756
Change-Id: Iff26122661a77e05d79131514d87e3697d989f64
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
11 months agoReduce sdc-cassandra-init (sdc-cs) image size 64/140464/1
Fiete Ostkamp [Thu, 13 Mar 2025 08:09:42 +0000 (09:09 +0100)]
Reduce sdc-cassandra-init (sdc-cs) image size

- reduce sdc-cassandra-init image size (2.4GB -> 1.9GB)

Issue-ID: SDC-4723
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I2f74e64785f6f6f0d7a927dc55f6468dff688241

12 months agoAdjust log levels for failures 09/140409/2
Fiete Ostkamp [Mon, 10 Mar 2025 13:05:56 +0000 (14:05 +0100)]
Adjust log levels for failures

- do not log cassandra healthcheck on info level
- change log level for non-zero exit status' of scripts from debug to error

Issue-ID: SDC-4722
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I6d011515bf569e90a15132395254d815566e113c

12 months agoRelease version 1.14.1 71/140271/2
Lodha [Wed, 26 Feb 2025 05:59:19 +0000 (11:29 +0530)]
Release version 1.14.1

- release contains Janusgraph version update from 0.3.3 to 0.5.0

Issue-ID: SDC-4717
Change-Id: I32fe7e44c5e74a1ebad2eeb0f31b1fbc3ce9104f
Signed-off-by: Jinendra Lodha <jinendra.lodha@accenture.com>
12 months agoImprove sdc README's 65/140365/2
Fiete Ostkamp [Tue, 4 Mar 2025 10:41:01 +0000 (11:41 +0100)]
Improve sdc README's

- the main goal is to show the mapping between the maven modules
  and the deployed service names in Kubernetes
- the names are wildly different and this is confusing for anyone
  new who is working on the SDC
- also improve some formatting

Issue-ID: SDC-4719
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I1f2a2b9250185fa44df1ec60b69e34bda7e3dc3b

12 months agoRelease version 1.14.1 69/140269/1
Lodha [Tue, 25 Feb 2025 09:56:20 +0000 (15:26 +0530)]
Release version 1.14.1

- release contains Janusgraph version update from 0.3.3 to 0.5.0

Issue-ID: SDC-4717
Change-Id: I111a6376e323c764f943e3a2389309376c704f64
Signed-off-by: Jinendra Lodha <jinendra.lodha@accenture.com>
12 months agoSDC component upliftment of janusgraph version 64/140264/2 1.14.1
Khantwal [Fri, 21 Feb 2025 06:24:19 +0000 (11:54 +0530)]
SDC component upliftment of janusgraph version

- Janusgraph version update from 0.3.3 to 0.5.0

Issue-ID: SDC-4717
Change-Id: Ib7f7c7f0113a854e119ff7bd32ce5ec34da1692f
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
12 months agoRelease version 1.14.0 94/140194/2
Khantwal [Tue, 11 Feb 2025 05:17:32 +0000 (10:47 +0530)]
Release version 1.14.0

- release contains chef removal changes for asdctool, sdc-os-chef, catalog-fe and integration tests modules

Issue-ID: SDC-4713
Change-Id: I5911e7d7c3940c1a2160c844db0d94b65754b4f6
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
13 months agoUpdate version to 1.14.0-SNAPSHOT 50/140050/2
Lodha [Fri, 7 Feb 2025 10:49:05 +0000 (16:19 +0530)]
Update version to 1.14.0-SNAPSHOT

- Bump version to 1.14.0-SNAPSHOT

Issue-ID: SDC-4713
Change-Id: Icdcfe3c441961a63f3f99bb4f44b594094a086a4
Signed-off-by: Jinendra Lodha <jinendra.lodha@accenture.com>
13 months agoRemove chef for integration-tests 47/140047/5 1.14.0
Khantwal [Wed, 5 Feb 2025 11:19:11 +0000 (16:49 +0530)]
Remove chef for integration-tests

- Remove chef from integration-tests-init and handle executions through shell scripts

Issue-ID: SDC-4713
Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
13 months agoChef removal changes for asdc_tool 42/140042/1
Lodha [Thu, 30 Jan 2025 13:58:37 +0000 (19:28 +0530)]
Chef removal changes for asdc_tool

- Removal of Chef recipes in the module.
- Introduction of shell scripts in the module to replace some recipes.
- Generation of module configuration using Charts.

Issue-ID: SDC-4699
Change-Id: I3bb3b275f01cb35fb25ada0df3f9c65b86bac106
Signed-off-by: Jinendra.Lodha <jinendra.lodha@accenture.com>
13 months agoChef removal changes from catalog-fe 38/140038/3
Khantwal [Wed, 29 Jan 2025 06:13:27 +0000 (11:43 +0530)]
Chef removal changes from catalog-fe

- Removed chef from catalog-fe module with kubernetes resources.

Issue-ID: SDC-4699
Change-Id: If599ea2136bb8dd98a816a9961f25ef0a4c39e25
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
13 months agoRemove chef for sdc_os_chef 36/140036/1
Lodha [Tue, 28 Jan 2025 12:06:17 +0000 (17:36 +0530)]
Remove chef for sdc_os_chef

- Remove chef from sdc-os-chef config and handle executions
  through kubernetes resources.

Issue-ID: SDC-4699
Change-Id: I6815d156c24343af9e2617b9569d50b6f7e69763
Signed-off-by: jinendra.lodha <jinendra.lodha@accenture.com>
13 months agoRelease version 1.13.9 89/139989/2
rohit.raj@t-systems.com [Fri, 24 Jan 2025 07:42:18 +0000 (08:42 +0100)]
Release version 1.13.9

- release contains chef removal changes for openecomp-be as well as catalog-be module.

Issue-ID: SDC-4698
Change-Id: Icab224e11ca9953f9f3297981fca55ba3131add1
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
13 months agoUpdate version to 1.13.9-SNAPSHOT 82/139982/1
rohit.raj@t-systems.com [Thu, 23 Jan 2025 11:18:39 +0000 (12:18 +0100)]
Update version to 1.13.9-SNAPSHOT

- Bump version to 1.13.9-SNAPSHOT

Issue-ID: SDC-4698
Change-Id: I36349146a51ba708d863b4354e14fb9f4713b77f
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
13 months agoChef removal changes for openecomp-be 77/139977/1 1.13.9
rohit.raj@t-systems.com [Wed, 22 Jan 2025 19:40:10 +0000 (20:40 +0100)]
Chef removal changes for openecomp-be

- Removal of Chef recipes in the module.
- Introduction of shell scripts in the module to replace some recipes.
- Generation of module configuration using Charts.
- Introduction of config files in integration tests to simulate files generated by Charts in the module.

Issue-ID: SDC-4698
Change-Id: I9bb68309d49899247a9cebe4142a568f5ee597f2
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
13 months agoChef removal for catalog-be module. 26/139926/7
bhoopender.singh@t-systems.com [Sun, 19 Jan 2025 20:56:17 +0000 (21:56 +0100)]
Chef removal for catalog-be module.

- Removal of Chef recipes in the module.
- Introduction of shell scripts in the module to replace some recipes.
- Generation of module configuration using Charts.
- Introduction of config files in integration tests to simulate files generated by Charts in the module.

Issue-ID: SDC-4697
Change-Id: Ib7e1e3432437d1857403dfb5d16dd95187934129
Signed-off-by: bhoopender.singh@t-systems.com <bhoopender.singh@t-systems.com>
13 months agoRelease version 1.13.8 43/139843/1
rohit.raj@t-systems.com [Fri, 10 Jan 2025 06:01:27 +0000 (07:01 +0100)]
Release version 1.13.8

- release contains slice datatypes and categories.

Issue-ID: SDC-4696
Change-Id: I915c7ed53a7eae45f81d575a10549a04ef56c055
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
14 months agoDefine schema attribute in catalog-fe angular-cli.json to have IDE autocompletion... 57/139857/2
Fiete Ostkamp [Tue, 7 Jan 2025 10:10:32 +0000 (11:10 +0100)]
Define schema attribute in catalog-fe angular-cli.json to have IDE autocompletion for the file

- adjust angular-cli.json
- pin cypress version in package.json
- format README

Issue-ID: SDC-4709
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ifb1289fb5b1b18d05d7549918b79be155063a5b0

14 months agoUpdate Version to 1.13.8-SNAPSHOT 32/139832/2
rohit.raj@t-systems.com [Fri, 3 Jan 2025 14:00:24 +0000 (15:00 +0100)]
Update Version to 1.13.8-SNAPSHOT

-bump version to 1.13.8-SNAPSHOT

Issue-ID: SDC-4696
Change-Id: If5703b67c2627f34ec83ff297c14ba366db49149
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
14 months agoAdded slice DataTypes and Category. 61/139661/3 1.13.8
rohit.raj@t-systems.com [Fri, 6 Dec 2024 06:39:00 +0000 (07:39 +0100)]
Added slice DataTypes and Category.

- Added the slice Data types and Category which will now gets loaded at time of SDC startup.

Issue-ID: SDC-4696
Change-Id: Id118c6755dff649401719d4ff570722317faafb6
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
14 months agoFix ruby dependency issues for SDC components 94/139594/7
Khantwal [Wed, 27 Nov 2024 11:46:07 +0000 (17:16 +0530)]
Fix ruby dependency issues for SDC components

- downgraded chef to 13.8.5
- updated rspec-its to 1.3.0
- updated hitimes to 1.3.1

Issue-ID: SDC-4701
Change-Id: I55c788dab14a712181ea24b8fd8ad048762fdb1d
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
16 months agocatalog-be docker build is failing due to ruby dependency conflict 64/139264/12
benzelleroehr [Thu, 24 Oct 2024 11:01:57 +0000 (13:01 +0200)]
catalog-be docker build is failing due to ruby dependency conflict

- update chef to 14.15.6
- update berkshelf to 7.0.10
- update dependencies for chef and berkshelf
- pin cheerio to version 1.0.0-rc.12

Issue-ID: SDC-4691
Change-Id: I414688b9a3555fc8986b30c54faa5dea492ac7a8
Signed-off-by: benzelleroehr <ben.zelleroehr@telekom.de>
22 months agoRelease version 1.13.7 86/137686/1
Fiete Ostkamp [Fri, 12 Apr 2024 07:11:54 +0000 (09:11 +0200)]
Release version 1.13.7

- release contains two fixes for model distribution related bugs

Issue-ID: SDC-4686
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I1bcaae6e4e4c42c7790a9c4cd1aaa477191fdf5a

22 months agoFix: Listing archived catalog resources fails randomly 71/137671/4 1.13.7
Fiete Ostkamp [Thu, 11 Apr 2024 09:59:10 +0000 (11:59 +0200)]
Fix: Listing archived catalog resources fails randomly

- filter out vertices that do not have Metadata property when checking if component exists in catalog
- log filtered vertex with as much information as possible

Issue-ID: SDC-4685
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Id7a88729c72ac5d3504ca6e3f3097d65475b932b

23 months agoListing distributions (/services/{distributionId}/distribution/) fails with ClassCast... 55/137655/10
Fiete Ostkamp [Tue, 9 Apr 2024 07:39:16 +0000 (09:39 +0200)]
Listing distributions (/services/{distributionId}/distribution/) fails with ClassCastException

- attempt to format AuditEvent timestamp when it's of long type
- do not update gem package in docker builds since newer versions are incompatible with ruby 2.7.6

Issue-ID: SDC-4682
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I6ff3ac6bfa3ce7985c69df3eb79f9711b753800f

23 months agoSDC pipeline fails during docker build 56/137656/2
Fiete Ostkamp [Tue, 9 Apr 2024 08:02:53 +0000 (10:02 +0200)]
SDC pipeline fails during docker build

- update the integration-java11 base image from 10.0.0 to 12.0.0
- bump version to 1.13.7-SNAPSHOT
- update tox.ini file since GHA would fail otherwise

Issue-ID: SDC-4683
Change-Id: I9b069bcedc851260cdd590c5da94727402d217d2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2 years agoadd python compatibility module 18/137318/1
thmsdt [Tue, 20 Feb 2024 13:23:09 +0000 (14:23 +0100)]
add python compatibility module

Issue-ID: DOC-823

Change-Id: I6e973bd735bb40035ece73557b113c4ff588ed7a
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2 years agoRelease SDC 1.13.6 42/136342/2
MichaelMorris [Fri, 27 Oct 2023 19:30:47 +0000 (20:30 +0100)]
Release SDC 1.13.6

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4673
Change-Id: I5b2a6af7164a3361528ad8d518418f57e07bee89

2 years agoUpdate version to 1.13.6-SNAPSHOT 41/136341/4 1.13.6
MichaelMorris [Fri, 27 Oct 2023 17:18:46 +0000 (18:18 +0100)]
Update version to 1.13.6-SNAPSHOT

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4673
Change-Id: I577449e409c4eb30a396b8b98491e20d2664c7de

2 years agoFix exception in healthcheck with http 39/136339/2
MichaelMorris [Fri, 27 Oct 2023 15:40:40 +0000 (16:40 +0100)]
Fix exception in healthcheck with http

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4674
Change-Id: I49e053c17018eb1bd824b4eb120c27b99266e521

2 years agoUpdate release notes 40/136340/3
MichaelMorris [Fri, 27 Oct 2023 11:28:00 +0000 (12:28 +0100)]
Update release notes

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4673
Change-Id: I6d6e2a39d5ece8c3a877354c63697050b5429cd6

2 years agoTLS sdc-be-init: truststore & keystore handling 33/136333/2
MichaelMorris [Mon, 18 Sep 2023 08:18:44 +0000 (09:18 +0100)]
TLS sdc-be-init: truststore & keystore handling

Issue-ID: SDC-4671
Change-Id: Iaa6e4810cb06cc44a393ca4fda561b24ec208711
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2 years agoImplement truststore & keystore handling for cassandra 36/136036/5
vasraz [Tue, 26 Sep 2023 13:22:31 +0000 (14:22 +0100)]
Implement truststore & keystore handling for cassandra

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ib8f21142f7f760f5a8787971dbd0bb7e023e22d1
Issue-ID: SDC-4637

2 years agoFix 'JUEL expression syntax prevents download'-bug 22/136122/12
vasraz [Mon, 9 Oct 2023 13:16:08 +0000 (14:16 +0100)]
Fix 'JUEL expression syntax prevents download'-bug

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ie1543a5c1af0b2902bb7fd1ea7acdee0ef518136
Issue-ID: SDC-4650

2 years agoservice role and service function metadata not imported 13/136313/3
franciscovila [Wed, 25 Oct 2023 09:49:12 +0000 (10:49 +0100)]
service role and service function metadata not imported

Issue-ID: SDC-4667
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I5aa1c1b2bb5cce292cf7ddd4541394177f6af465

2 years agowatch tls files 61/136061/2
MichaelMorris [Wed, 27 Sep 2023 08:10:10 +0000 (09:10 +0100)]
watch tls files

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4639
Change-Id: Ic9cff09c633770df5171867ca69ed318c2a75f59

2 years agoTLS support in sdc-fe 83/136083/2
MichaelMorris [Tue, 3 Oct 2023 08:58:40 +0000 (09:58 +0100)]
TLS support in sdc-fe

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4642
Change-Id: I960c0a114889c7b5c1c7924cefff93168132e2b6

2 years agosdc-BE TLS support 59/136059/2
MichaelMorris [Tue, 19 Sep 2023 08:48:04 +0000 (09:48 +0100)]
sdc-BE TLS support

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4639
Change-Id: Id97c5331b52650f5da25caff4e9ad0166f39202a

2 years agoImprove test coverage 21/136321/3
JvD_Ericsson [Thu, 19 Oct 2023 08:18:55 +0000 (09:18 +0100)]
Improve test coverage

- Added some tests to
  - ToscaExportHandlerTest.java
  - ToscaExportHandlerTest.java
- Removed unused code

Issue-ID: SDC-4654
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Iee23e3a148005e960eb9c986b7b0605e4f7c8337

2 years agoFix adding null schema to non list properties 19/136319/2
MichaelMorris [Wed, 25 Oct 2023 14:49:29 +0000 (15:49 +0100)]
Fix adding null schema to non list properties

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4668
Change-Id: I815ff21b8394b858627f7798d7fdcd5326b6eb6b

2 years agoMilestone updates 07/136307/2
JvD_Ericsson [Mon, 23 Oct 2023 15:50:37 +0000 (16:50 +0100)]
Milestone updates

Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I43c91fbeb476acea8a8c05c249dcfb01618ddb7b
Issue-ID: SDC-4666

2 years agoservice role metadata cleared after service creation 06/136306/3
franciscovila [Mon, 23 Oct 2023 12:26:50 +0000 (13:26 +0100)]
service role metadata cleared after service creation

Issue-ID: SDC-4665
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I4e2fc183e28827aa967bb9c62f2701bfe5ab6e36

2 years agoUnable to import service template with interface 91/136291/2
JvD_Ericsson [Thu, 19 Oct 2023 14:48:27 +0000 (15:48 +0100)]
Unable to import service template with interface

Issue-ID: SDC-4661
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic7146428502a3f3eb976f6d347a5611b301776ed

2 years agoFix error merging node types 05/136305/3
MichaelMorris [Mon, 23 Oct 2023 09:47:21 +0000 (10:47 +0100)]
Fix error merging node types

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4664
Change-Id: I90dae030e099b2d2936120342335534a031e98a7

2 years agoBackout "Remove generation of csar.meta" 03/136303/2
MichaelMorris [Fri, 20 Oct 2023 20:03:39 +0000 (21:03 +0100)]
Backout "Remove generation of csar.meta"

This commit reverts 8a9eed8e6e97068a47aa14016cc0601f89eb0939

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4640
Change-Id: Ie50cecd009e9c74af1b55c7dcb899db6621279b3

2 years agoFix null values in model node type values 02/136302/3
MichaelMorris [Fri, 20 Oct 2023 18:34:42 +0000 (19:34 +0100)]
Fix null values in model node type values

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4663
Change-Id: I707d4532be97f093110cdc29d8807014259d8145

2 years agoCertifying mechanism changing structure of csar 93/136293/6
franciscovila [Fri, 20 Oct 2023 16:26:29 +0000 (17:26 +0100)]
Certifying mechanism changing structure of csar

Issue-ID: SDC-4662
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I238fe7fd60c8813f67818606f5a69fc961820e88

2 years agosdc-be certificate handling 60/136060/2
MichaelMorris [Wed, 20 Sep 2023 08:23:28 +0000 (09:23 +0100)]
sdc-be certificate handling

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4639
Change-Id: I257bd74e7a969b8c7d686952dd46425e969ddb24

2 years agoUpdate be-common and tosca-parser 93/136193/1
JvD_Ericsson [Fri, 13 Oct 2023 12:45:57 +0000 (13:45 +0100)]
Update be-common and tosca-parser

Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ia9d8c1826cfb85cfb3ddf37c00bb9fa33dc2913a
Issue-ID: SDC-4653

2 years agoIncrease unit test coverage for backend 43/136143/3
franciscovila [Thu, 12 Oct 2023 10:09:43 +0000 (11:09 +0100)]
Increase unit test coverage for backend

Provided some Junit test coverage for backed

Issue-ID: SDC-4654
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I91b3f4326256312ab998d32fce9eb13b3e39b8d1

2 years agoNo properties found when trying to add a node filter to a VF 74/135874/5
JvD_Ericsson [Tue, 4 Jul 2023 13:45:53 +0000 (14:45 +0100)]
No properties found when trying to add a node filter to a VF

Issue-ID: SDC-4607
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I5df11e156f4bc20ff1d4f19b7af8dfe798631077

2 years agoFix - Declare Output button disabled after saving a default value 23/136123/2
JvD_Ericsson [Mon, 9 Oct 2023 10:40:45 +0000 (11:40 +0100)]
Fix - Declare Output button disabled after saving a default value

Issue-ID: SDC-4649
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ie58fcafb4d9fbeaea155947dc88b677dc37fcd87

2 years agoFix mvn build issue 27/136127/1
MichaelMorris [Mon, 9 Oct 2023 21:30:01 +0000 (22:30 +0100)]
Fix mvn build issue

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4652
Change-Id: I643ebc10e5f8da8fb7d63c77b5c0e4bc44af0a6f

2 years agoRelease 1.13.5 25/136125/1
MichaelMorris [Mon, 9 Oct 2023 18:30:21 +0000 (19:30 +0100)]
Release 1.13.5

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4631
Change-Id: I903054ff2367b5bf75b8b9314fd0e40d20b9d9bb

2 years agoFix mvn build issue 24/136124/4 1.13.5
MichaelMorris [Mon, 9 Oct 2023 15:43:51 +0000 (16:43 +0100)]
Fix mvn build issue

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4652
Change-Id: I7db0d838ca8a025157761c9b3fb5bc22a2dfc943

2 years agoUpdate release notes 21/136121/2
MichaelMorris [Mon, 9 Oct 2023 08:25:23 +0000 (09:25 +0100)]
Update release notes

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4631
Change-Id: Id7ee6f500124d3f3b47c848d3e2d3bdae0894216

2 years agoImport service with milestones 13/136113/5
MichaelMorris [Sun, 8 Oct 2023 11:41:06 +0000 (12:41 +0100)]
Import service with milestones

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4647
Change-Id: I23ceb41a90a887774396d5caf8fb6eac8aa318a6

2 years agoFix error updating milestone 14/136114/3
MichaelMorris [Sun, 8 Oct 2023 14:09:11 +0000 (15:09 +0100)]
Fix error updating milestone

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4648
Change-Id: Iff21ecf1e0b999301baf6b7a2c26218fee8856da

2 years agoAllow multiple entry for map/list when tosca function is selected 27/136027/4
imamSidero [Tue, 26 Sep 2023 09:21:23 +0000 (10:21 +0100)]
Allow multiple entry for map/list when tosca function is selected

Provided the capability to add multi entry for map/list values in property assignment page

Issue-ID: SDC-4635
Signed-off-by: Imam hussain <imam.hussain@est.tech>
Change-Id: I14b55d4fbf806206561dda77c3ffe035f349a65e

2 years agoMilestone import support 08/136108/4
JvD_Ericsson [Fri, 6 Oct 2023 08:12:37 +0000 (09:12 +0100)]
Milestone import support

Issue-ID: SDC-4646
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I90da530a84c757a07c3ef903201f89869d223b8c

2 years agoFail to import service with node filter using 'in_range' 79/135979/4
franciscovila [Tue, 19 Sep 2023 07:58:36 +0000 (08:58 +0100)]
Fail to import service with node filter using 'in_range'

Issue-ID: SDC-4628
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: Ibf6edbdfbb51c32256a707acd17a0def217e1bb9

2 years agoFix 'Missing Substitution Map Node after update Service'-bug 05/136105/7
vasraz [Wed, 4 Oct 2023 22:04:52 +0000 (23:04 +0100)]
Fix 'Missing Substitution Map Node after update Service'-bug

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I91b66a9b5c0688a51c4d100fc6a9bfccb48a1180
Issue-ID: SDC-4645

2 years agoIssues found when trying to create activities in interface operations 99/136099/1
franciscovila [Wed, 4 Oct 2023 10:34:24 +0000 (11:34 +0100)]
Issues found when trying to create activities in interface operations

Issue-ID: SDC-4644
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: Ib615973bf83b15525b8841c1560eaac9ba81ea46

2 years agoFix 'missing properties after service import'-bug 84/136084/5
vasraz [Tue, 3 Oct 2023 13:55:02 +0000 (14:55 +0100)]
Fix 'missing properties after service import'-bug

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id8fa4c7d57e023a7e676a455bf5fae65cc6b9cf1
Issue-ID: SDC-4643

2 years agoAllow import of handcrafted templates with specific substitution filter format 73/136073/2
vasraz [Mon, 2 Oct 2023 11:28:06 +0000 (12:28 +0100)]
Allow import of handcrafted templates with specific substitution filter format

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I363e36c349aac35653de92a43cc14c9a68327c65
Issue-ID: SDC-4641

2 years agoRemove generation of csar.meta 68/136068/1
vasraz [Fri, 29 Sep 2023 13:38:36 +0000 (14:38 +0100)]
Remove generation of csar.meta

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I7788d76741b36e9269aad9e99308d8e8af2602d2
Issue-ID: SDC-4640

2 years agoHide or disable milestone filters 35/136035/2
franciscovila [Tue, 26 Sep 2023 13:17:41 +0000 (14:17 +0100)]
Hide or disable milestone filters

Issue-ID: SDC-4636
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: If15b0a4af261905cb3ff198a29c437057cd58e3a