sdc.git
2 years agoRemove false and useless intersphinx_mapping 76/128676/1 istanbul
Cédric Ollivier [Thu, 14 Apr 2022 13:22:51 +0000 (15:22 +0200)]
Remove false and useless intersphinx_mapping

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I573fadb7bf4f7816ee74985a9fdd8cb8da725437
(cherry picked from commit 26bd8cd419a96d0582c24d0e39f86c335fcd8735)

2 years agoAdd bounds to sphinx requirement 40/128640/1
Cédric Ollivier [Thu, 14 Apr 2022 09:24:25 +0000 (11:24 +0200)]
Add bounds to sphinx requirement

As ONAP was created before Oct 20 2020 in RTD, we
must set bounds to enforce a compatible Sphinx version
(see manual).

It also fixes all false concrete dependencies.

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie04403c3cdd407823c533aee85f566cf222dd8a5
(cherry picked from commit 94674dd1aa4772f2372569c71c1fe274319843c9)

2 years agoSet defaultbranch istanbul in .gitreview 39/128639/1
Cédric Ollivier [Thu, 14 Apr 2022 09:26:13 +0000 (11:26 +0200)]
Set defaultbranch istanbul in .gitreview

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I789e5c714030d83276acee0e4a8b0b38bf1d2116

2 years agoRelease 1.9.5 41/125741/2
MichaelMorris [Fri, 12 Nov 2021 11:12:32 +0000 (11:12 +0000)]
Release 1.9.5

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

2 years agoUpdate version and release notes for 1.9.5 22/125722/2 1.9.5
MichaelMorris [Thu, 11 Nov 2021 17:34:09 +0000 (17:34 +0000)]
Update version and release notes for 1.9.5

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

2 years agoFix stability test issue 84/125684/2
MichaelMorris [Thu, 11 Nov 2021 10:35:02 +0000 (10:35 +0000)]
Fix stability test issue

Failures in stability tests are observed on attempts to get distribution status from SDC backend. These errors are caused by timeouts when reading from the DB (5 sec) and also the reads exceeding the tombstone threshold (100,000).
The fix implemented in this change is two fold:
1. Stop writing null values in empty columns in DB writes (a tombstone is created for each null column value)
2. Change the query to the DB to remove the unnecessary filtering which greatly increases the time taken for the read.

Failures in stability tests are also observed due to failures in parsing YAML files from VSP. The files are parsed using snakeYAML. The class used is not thread safe however it is possible for it to be invoked in multiple threads. This is most likely the cause of the parsing failures
The fix implemented here includes changes to ensure an instance of the Yaml class is not used across multiple threads

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

2 years agoRelease 1.9.4 27/125027/1
MichaelMorris [Fri, 15 Oct 2021 14:26:23 +0000 (15:26 +0100)]
Release 1.9.4

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

2 years agoUpdated SDC version to 1.9.4-SNAPSHOT 87/124987/3 1.9.4
MichaelMorris [Thu, 14 Oct 2021 10:12:45 +0000 (11:12 +0100)]
Updated SDC version to 1.9.4-SNAPSHOT

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

2 years agoFix auth failure to dmaap after upgrade 19/124919/4
MichaelMorris [Wed, 13 Oct 2021 20:09:19 +0000 (21:09 +0100)]
Fix auth failure to dmaap after upgrade

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

2 years agoIgnoring test cases failing incorrectly 80/124980/1
MichaelMorris [Thu, 14 Oct 2021 11:15:06 +0000 (12:15 +0100)]
Ignoring test cases failing incorrectly

Four test cases are failing on Jenkins but the failures are not related to the code changes and are passing when exectued locally. This change is to ignore those test cases until they can be made more robust

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

2 years agoRevert "Fix critical cross site scripting" 53/124853/1
vasraz [Tue, 12 Oct 2021 14:18:52 +0000 (15:18 +0100)]
Revert "Fix critical cross site scripting"

This reverts commit 7c8f40bc6df4a5a4d5822e48ecbe5ebe6a0d251a.

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

2 years agoUpdate release notes for 1.9.3 04/124604/5
MichaelMorris [Thu, 30 Sep 2021 08:27:47 +0000 (09:27 +0100)]
Update release notes for 1.9.3

Including fixing mismatches in configuration causing doc build to fail

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

2 years agoRelease 1.9.3 13/124613/1
MichaelMorris [Thu, 30 Sep 2021 11:12:57 +0000 (12:12 +0100)]
Release 1.9.3

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

2 years agoUpdated SDC version to 1.9.3-SNAPSHOT 00/124600/3 1.9.3
MichaelMorris [Wed, 29 Sep 2021 16:47:36 +0000 (17:47 +0100)]
Updated SDC version to 1.9.3-SNAPSHOT

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

2 years agoFixing distribution to AAI/SO issue 82/124582/1
MichaelMorris [Wed, 29 Sep 2021 10:10:14 +0000 (11:10 +0100)]
Fixing distribution to AAI/SO issue

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3740
Change-Id: Ib39125eac6011c393f6ee643e3997e1bff6f43c3
(cherry picked from commit 5546fc839016788d97e04ed99cee54d6acbce472)

2 years agoFix certify VFC with Model 87/124387/2
aribeiro [Fri, 17 Sep 2021 17:07:50 +0000 (18:07 +0100)]
Fix certify VFC with Model

Issue-ID: SDC-3732
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Ic0dc8f86101ce303d01c51c7711c1cbad9308a3c

2 years agoUpdate Template.json 12/124412/1
JvD_Ericsson [Wed, 22 Sep 2021 09:19:08 +0000 (10:19 +0100)]
Update Template.json

Added Helm Validator to the environment file

Issue-ID: SDC-3733
Change-Id: I9ecab3b917e72884bb3fcd5faaaf507021e6222d
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
2 years agoError re-importing VSP 88/124288/4
KrupaNagabhushan [Thu, 2 Sep 2021 12:15:51 +0000 (13:15 +0100)]
Error re-importing VSP

Issue-ID: SDC-3728
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Signed-off-by: André Schmid <andre.schmid@est.tech>
Change-Id: I22d6186b8e6922511a7ede584d009cfae041fabd

2 years agoRelease 1.9.2 55/124355/1
MichaelMorris [Mon, 20 Sep 2021 10:54:24 +0000 (11:54 +0100)]
Release 1.9.2

Release for bug fixes on 1.9.1 for Istanbul release

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

2 years agoUpdated SDC version to 1.9.2-SNAPSHOT 50/124350/1 1.9.2
MichaelMorris [Mon, 20 Sep 2021 08:11:18 +0000 (09:11 +0100)]
Updated SDC version to 1.9.2-SNAPSHOT

Updated to release bug fixes on 1.9.1 for I release

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

2 years agoFix update VSP missing VSP version id 35/124335/2
andre.schmid [Fri, 17 Sep 2021 17:57:23 +0000 (18:57 +0100)]
Fix update VSP missing VSP version id

Fills the gaps of persisting and loading the VSP version id

Change-Id: I4d6c63bd2309777fdfb337cf98c1a0f9daaa434b
Issue-ID: SDC-3731
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix Update VSP when no version id is provided 33/124333/1
andre.schmid [Fri, 17 Sep 2021 14:48:43 +0000 (15:48 +0100)]
Fix Update VSP when no version id is provided

Issue-ID: SDC-3730
Change-Id: Ic5a5a6ecf3b6775e022be649145e44b0907cbecf
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoUpdate release notes for 1.9.1 42/124242/2
MichaelMorris [Wed, 15 Sep 2021 14:07:50 +0000 (15:07 +0100)]
Update release notes for 1.9.1

Update release notes for I release

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

2 years agoUpdate docs for multi model support 83/124183/3
MichaelMorris [Fri, 10 Sep 2021 19:23:19 +0000 (20:23 +0100)]
Update docs for multi model support

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

2 years agoDesign service for a specific model 27/124027/4
aribeiro [Tue, 7 Sep 2021 13:36:40 +0000 (14:36 +0100)]
Design service for a specific model

Integration test for designing a service with a specific model.

Issue-ID: SDC-3717
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: If3cbf9a621be4854e1e2f15d565eff15f40924f9

2 years agoIntegration test for importing VFC with model 63/124063/2
aribeiro [Fri, 10 Sep 2021 15:38:30 +0000 (16:38 +0100)]
Integration test for importing VFC with model

Issue-ID: SDC-3724
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: If978ab3630eaca9bb84e7f51fb24bf448f0e0587

2 years agoIncrease test coverage (TypesUploadServlet) 73/124073/2
vasraz [Fri, 27 Aug 2021 16:04:12 +0000 (17:04 +0100)]
Increase test coverage (TypesUploadServlet)

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

2 years agoAdd integration tests for the ETSI 2.5.1 Model 35/123935/6
andre.schmid [Tue, 7 Sep 2021 17:29:51 +0000 (18:29 +0100)]
Add integration tests for the ETSI 2.5.1 Model

Adds integration tests for the ETSI SOL001 2.5.1 Model, that Onboards
and Import a VSP created for the model, and check the resulting VF.

Change-Id: I02e6ae86a544d98298cc3e4b270a84fb794bd204
Issue-ID: SDC-3719
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoRelease 1.9.1 16/124216/1
MichaelMorris [Tue, 14 Sep 2021 20:54:59 +0000 (21:54 +0100)]
Release 1.9.1

Release for M4 for Istanbul

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

2 years agoUpdate SDC version to 1.9.1-SNAPSHOT 22/124122/1 1.9.1
MichaelMorris [Mon, 13 Sep 2021 21:08:04 +0000 (22:08 +0100)]
Update SDC version to 1.9.1-SNAPSHOT

Update version for M4 for I release

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

2 years agoETSI SOL001 v2.5.1 model types not deployed in upgrade 51/123751/13
davsad [Wed, 1 Sep 2021 06:57:45 +0000 (07:57 +0100)]
ETSI SOL001 v2.5.1  model types not deployed in upgrade

Issue-ID: SDC-3707

Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: If1bda517a9295ad380bf4e5e2fc35f15a1ff708e

2 years agoFail VF download of csar when VF has operation defined with workflow. 06/123606/5
davsad [Thu, 26 Aug 2021 09:52:12 +0000 (10:52 +0100)]
Fail VF download of csar when VF has operation defined with workflow.

Issue-ID: SDC-3689
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I207a95e86def05011feaa87847844e6b93b74c5e

2 years agoModel hierarchy not being considered while filtering 34/123934/2
davsad [Tue, 7 Sep 2021 14:50:44 +0000 (15:50 +0100)]
Model hierarchy not being considered while filtering

Issue-ID: SDC-3718

Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I4a984906aca180d470eb7bd71a09bfb0384cecb6

2 years agoFix intermittent upgrade failure 08/124008/2
MichaelMorris [Thu, 9 Sep 2021 15:23:24 +0000 (16:23 +0100)]
Fix intermittent upgrade failure

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

2 years agoTest for GroupBusinessLogic#getNextVfModuleNameCounter 67/123967/3
stasys10 [Thu, 2 Sep 2021 08:44:37 +0000 (09:44 +0100)]
Test for GroupBusinessLogic#getNextVfModuleNameCounter

Issue-ID: SDC-3702
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Change-Id: I72e9b838dc29edaf13385eaf3c9a6217c3e169bd

2 years agoFix create a service with SDC AID model 07/124007/2
andre.schmid [Thu, 9 Sep 2021 15:45:25 +0000 (16:45 +0100)]
Fix create a service with SDC AID model

Change-Id: Ia5f0fa1304f6eab609862dd76f9b9f3485f468d1
Issue-ID: SDC-3723
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix model init 75/123975/2
aribeiro [Thu, 9 Sep 2021 07:54:17 +0000 (08:54 +0100)]
Fix model init

When upgrading, the model type for "ETSI SOL001 v2.5.1" is being updated and
then the request for retrieving all model types with "NORMATIVE" type returns empty

Issue-ID: SDC-3720
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Ibc71bd05426532416eb2ac09f598e7456777403b

2 years ago[SDC-BE] Remove hardcoded MR apiKey 95/123895/4
MichaelMorris [Mon, 6 Sep 2021 13:28:23 +0000 (14:28 +0100)]
[SDC-BE] Remove hardcoded MR apiKey

Issue-ID: SDC-3714
Change-Id: Ie154a225bc1c47d6d3b504f915a697047e1b0440
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2 years agoFixing deployment failure 02/123902/2
MichaelMorris [Mon, 6 Sep 2021 19:36:02 +0000 (20:36 +0100)]
Fixing deployment failure

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

2 years agoFix data type cache issue for model extensions 71/123871/3
MichaelMorris [Thu, 2 Sep 2021 15:22:12 +0000 (16:22 +0100)]
Fix data type cache issue for model extensions

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

2 years agoNot possible to set max occurrences to zero 67/123867/2
MichaelMorris [Thu, 2 Sep 2021 11:19:07 +0000 (12:19 +0100)]
Not possible to set max occurrences to zero

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

2 years agoFix CSAR generation default imports file conflict 70/123770/3
andre.schmid [Wed, 1 Sep 2021 16:37:19 +0000 (17:37 +0100)]
Fix CSAR generation default imports file conflict

When generating a CSAR for a resource that is associated with a
derived model, the default imports for the derived and parent model
can conflict in path, therefore causing an issue during the CSAR
zip generation which can't stand two entries with the same path.

The fix adds a logic to rename a file when conflicting, by adding
the model id as the file prefix.

Change-Id: Ife7168f1c69f90be9c2cfd8ba75efad316c477f6
Issue-ID: SDC-3710
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoMove position of Model on create screen 52/123852/2
aribeiro [Thu, 2 Sep 2021 17:19:43 +0000 (18:19 +0100)]
Move position of Model on create screen

Issue-ID: SDC-3712
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I8e2ed84dbedef897588a621a4f627bc75f4a7281

2 years agoTest for ValidateGenerateVfModuleGroupNames 95/123795/2
stasys10 [Mon, 30 Aug 2021 14:02:53 +0000 (15:02 +0100)]
Test for ValidateGenerateVfModuleGroupNames

Issue-ID: SDC-3702
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Change-Id: Ib493ed976a7e92844c6822c2537a194bb48d2316

2 years agoFix mismatch in requirement name in sub mapping 91/123691/2
MichaelMorris [Mon, 30 Aug 2021 11:28:05 +0000 (12:28 +0100)]
Fix mismatch in requirement name in sub mapping

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

2 years agoUpdate unit test to JUnit5 57/123757/2
andre.schmid [Tue, 31 Aug 2021 17:22:53 +0000 (18:22 +0100)]
Update unit test to JUnit5

Updates org.openecomp.sdc.vendorsoftwareproduct.impl.
VendorSoftwareProductManagerImplTest to JUnit5.

Change-Id: I505f2f198dd776e2b3d10e741998014c1db0275f
Issue-ID: SDC-3709
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix setting vendor release for VSP with model 53/123753/2
andre.schmid [Tue, 31 Aug 2021 15:58:08 +0000 (16:58 +0100)]
Fix setting vendor release for VSP with model

When a model is selected, the vendor release should not be set based
on the compatible_specification_version of the manifest metadata.

Change-Id: I7a01941c47a8a7f1d3a7f69bfa0830db3d11fb0c
Issue-ID: SDC-3708
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix additional types import file generation 15/123715/1
andre.schmid [Tue, 31 Aug 2021 09:04:26 +0000 (10:04 +0100)]
Fix additional types import file generation

The additional_type_definitions.yaml is missing types entries and
header.
Also, the solution is not considering the types entries, i.e.
'data_types:', 'policy_types:', etc., when replacing types and
generating the new file, which renders the solution broken.
This change aims to fix the related problems.

Change-Id: I412683b49966c09dd067ecbf8a1d778155b23fa6
Issue-ID: SDC-3703
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoInclude custom data types from VSP in csar imports 62/123662/3
andre.schmid [Fri, 27 Aug 2021 14:07:43 +0000 (15:07 +0100)]
Include custom data types from VSP in csar imports

When a model with custom data types is created, the data types
are now being added as part of the default model imports files.
When a CSAR is generated from a Service Template that is
associated to a derived model, the default imports from the
parent model are also included in the package.

Change-Id: I027d25d7237989a40085edec7fdd399ac09c4db1
Issue-ID: SDC-3692
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoImprove invalid artifact label error message 60/123660/1
KrupaNagabhushan [Fri, 27 Aug 2021 15:15:30 +0000 (16:15 +0100)]
Improve invalid artifact label error message

Issue-ID: SDC-3691
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I72f0fbec5839ecb343a73a9ca537e2e0a6437363

2 years agoFix get capability type with uid 13/123613/2
MichaelMorris [Thu, 26 Aug 2021 06:54:48 +0000 (07:54 +0100)]
Fix get capability type with uid

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

2 years agoAdd a CSAR validator for model ETSI SOL001 2.5.1 59/123559/6
andre.schmid [Wed, 25 Aug 2021 17:28:10 +0000 (18:28 +0100)]
Add a CSAR validator for model ETSI SOL001 2.5.1

Change-Id: I8e67b46f95bb45e0dd91d29eef6be7a0a8d645be
Issue-ID: SDC-3686
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoSupport querying of model by type 25/123425/7
MichaelMorris [Fri, 20 Aug 2021 14:40:35 +0000 (15:40 +0100)]
Support querying of model by type

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

2 years agoAdd types to imports 12/123512/15
vasraz [Thu, 26 Aug 2021 11:17:08 +0000 (12:17 +0100)]
Add types to imports

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

2 years agoAdd ETSI SOL001 v2.5.1 model types to backend init 15/123515/12
davsad [Tue, 24 Aug 2021 11:06:51 +0000 (12:06 +0100)]
Add ETSI SOL001 v2.5.1 model types to backend init

Issue-ID: SDC-3685

Change-Id: I59e56cbe071c21467d0f683c7c977a8ceca6e221
Signed-off-by: davsad <david.sadlier@est.tech>
2 years agoRemove usage of outdated library JMockit (catalog-dao) 39/122739/12
vasraz [Wed, 25 Aug 2021 11:05:32 +0000 (12:05 +0100)]
Remove usage of outdated library JMockit (catalog-dao)

Move JanusGraph to correct folder

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

2 years agoValidate the Resource Model before importing VSP 03/123503/5
andre.schmid [Wed, 18 Aug 2021 13:34:33 +0000 (14:34 +0100)]
Validate the Resource Model before importing VSP

Validates the Resource Model selected during the Import VSP.
This model must be aligned with one of the models that the
imported VSP relates to.
Fix VSP package retrieval to get the exact version from the
VSP chosen during the Import VSP process.
Introduces a client in the Catalog to retrieve from the
Onboarding backend a VSP information using its Id and
version Id.

Change-Id: Ic8fb52b6daadc0e7203c81a9c15c3e46d5b9fffb
Issue-ID: SDC-3675
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoDynamically load CSAR validators for models 05/123505/4
andre.schmid [Mon, 23 Aug 2021 18:41:50 +0000 (19:41 +0100)]
Dynamically load CSAR validators for models

Change-Id: I88ece0936e8a2814ef13dfa23eecda56de3dc6fe
Issue-ID: SDC-3683
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix broken build 86/123586/1
vasraz [Thu, 26 Aug 2021 00:24:51 +0000 (01:24 +0100)]
Fix broken build

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

2 years agoDefine a CSAR validator API for models 04/123504/3
andre.schmid [Mon, 23 Aug 2021 10:59:28 +0000 (11:59 +0100)]
Define a CSAR validator API for models

Change-Id: Ibdbedcc7cfe3660221f35667902f2e4eadc19725
Issue-ID: SDC-3682
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoImport VSP with non-standard data types 68/123368/5
MichaelMorris [Mon, 16 Aug 2021 16:28:10 +0000 (17:28 +0100)]
Import VSP with non-standard data types

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

2 years agoFix service csar with model download failure 07/123507/3
MichaelMorris [Tue, 24 Aug 2021 11:58:48 +0000 (12:58 +0100)]
Fix service csar with model download failure

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

2 years agoUpdate backend-init to use new endpoints allowing specific model 98/123398/6
davsad [Thu, 12 Aug 2021 07:34:20 +0000 (08:34 +0100)]
Update backend-init to use new endpoints allowing specific model

Issue-ID: SDC-3676
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I5e77185dcaa0f3172958ac93198ae2df2f17366b

2 years agoFix artifact name invalid error message 90/123490/2
KrupaNagabhushan [Sun, 22 Aug 2021 01:04:29 +0000 (02:04 +0100)]
Fix artifact name invalid error message

Issue-ID: SDC-3680
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I859953a9a0d8065437589cd7592137b14b29c7e5

2 years agoFilter catalog in UI based on model 38/123438/2
davsad [Mon, 23 Aug 2021 04:54:13 +0000 (05:54 +0100)]
Filter catalog in UI based on model

Issue-ID: SDC-3679
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: Icd0eeb13dbfb1cc27745c7adf6a3212210e00a4a

2 years agoLoad model default imports during CSAR Generation 96/123396/7
KrupaNagabhushan [Thu, 19 Aug 2021 10:17:36 +0000 (11:17 +0100)]
Load model default imports during CSAR Generation

Issue-ID: SDC-3674
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I89dc555a2a90f1ac44b44655e36a75a79ac38bd0

2 years agoFix composition view palette filter 06/123406/2
stasys10 [Thu, 19 Aug 2021 16:10:31 +0000 (17:10 +0100)]
Fix composition view palette filter

Issue-ID: SDC-3677
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Change-Id: I9025ccdf1aa56fb7b6aee08d1028250c86af1f5a

2 years agoSelect a Model when Importing a VSP 88/123288/4
andre.schmid [Mon, 16 Aug 2021 16:08:17 +0000 (17:08 +0100)]
Select a Model when Importing a VSP

Change-Id: I7537af4c7279636de7e450ec398210ace376eade
Issue-ID: SDC-3670
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix the license issue - javax.jms: 1.1 55/123355/3
vasraz [Wed, 18 Aug 2021 15:16:14 +0000 (16:16 +0100)]
Fix the license issue - javax.jms: 1.1

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

2 years agoAlign all SDC dependencies versions 47/123347/2
vasraz [Wed, 18 Aug 2021 12:54:08 +0000 (13:54 +0100)]
Align all SDC dependencies versions

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

2 years agoFix license key group and entitlement pools required fields 85/123285/3
KrupaNagabhushan [Fri, 13 Aug 2021 11:53:23 +0000 (12:53 +0100)]
Fix license key group and entitlement pools required fields

Issue-ID: SDC-3664
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Ic426cc57861673002f03e2fe4fee81c25474c4e0

2 years agoRemove and ignore yarn.lock 53/123353/1
andre.schmid [Wed, 18 Aug 2021 13:37:18 +0000 (14:37 +0100)]
Remove and ignore yarn.lock

Removes and ignores from git a build generated file yarn.lock.

Change-Id: I263d951ad266d758d149b5057a90c94d56d89608
Issue-ID: SDC-3672
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoValidate model exists when associating types 38/123238/4
KrupaNagabhushan [Wed, 4 Aug 2021 07:50:25 +0000 (08:50 +0100)]
Validate model exists when associating types

Issue-ID: SDC-3665
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I44de1c5bbd8854d02ae512f65833507aa3cbed6d

2 years agoHandle VSP package upload for multi-model 53/123253/7
andre.schmid [Thu, 29 Jul 2021 09:14:19 +0000 (10:14 +0100)]
Handle VSP package upload for multi-model

Change-Id: Iceca3f160eaeb1a6431fc3c5bbab92847e95ae4d
Issue-ID: SDC-3667
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoFix broken build 92/123292/1
vasraz [Mon, 16 Aug 2021 12:45:06 +0000 (13:45 +0100)]
Fix broken build

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

2 years agoSupport models extending models 55/123255/3
MichaelMorris [Thu, 12 Aug 2021 08:14:21 +0000 (09:14 +0100)]
Support models extending models

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

2 years agoImplement simple onboarding cassandra upgrade 63/123263/4
andre.schmid [Thu, 12 Aug 2021 22:05:15 +0000 (23:05 +0100)]
Implement simple onboarding cassandra upgrade

Introduces a folder to hold cql scripts to upgrade the onboarding
cassandra. The files will be copied to the docker and executed in
alphabetical order.
The suggested pattern for the file names is YYYYMMDD-changeName.cql.

Change-Id: Ia32a63ec5ab4417cf0df8bb5536c7f041e2327c9
Issue-ID: SDC-3669
Signed-off-by: andre.schmid <andre.schmid@est.tech>
2 years agoFix Zip slip blocker issues 56/123256/3
aribeiro [Thu, 12 Aug 2021 09:46:14 +0000 (10:46 +0100)]
Fix Zip slip blocker issues

Issue-ID: SDC-3630
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Iaed91de8f039a6e120bfd5abc3ad3331f00ba367

2 years agoUpdate base types based on model 41/123241/3
MichaelMorris [Fri, 30 Jul 2021 12:06:11 +0000 (13:06 +0100)]
Update base types based on model

Also made some changes where model was not being considered

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

2 years agoFix license fields disabled 37/123237/3
sebdet [Wed, 11 Aug 2021 09:20:05 +0000 (11:20 +0200)]
Fix license fields disabled

The license fields are disabled in the VSP settings when the external license feature is disabled and when the user click on the general tab just after the ZIP validation to define the license fields.

Issue-ID: SDC-3663
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I73528bc44552ee0bc1f373cacf5318691ffc2712

2 years agoSpecify a model while creating a VSP 24/122924/7
andre.schmid [Thu, 22 Jul 2021 10:54:07 +0000 (11:54 +0100)]
Specify a model while creating a VSP

Change-Id: I6ed0a3c979e14c62ecd6488dfd70589df40636e9
Issue-ID: SDC-3656
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoFix local build of onboarding-fe 76/123176/3
andre.schmid [Fri, 6 Aug 2021 15:04:50 +0000 (16:04 +0100)]
Fix local build of onboarding-fe

dox-sequence-diagram-ui/package.json:
- upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not
compatible or recommended with the webpack version.

openecomp-ui/package.json:
- upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not
compatible or recommended with the webpack version.
- upgrades babel-core from 6.24.0 to 6.26.0.

Code and config fixes:
- fixes i18n openecomp-ui/src/nfvo-utils/i18n/i18n.js. The previous code
was calling an non-existent attribute of the intl-format-cache.
- fixes dox-sequence-diagram-ui path in openecomp-ui/webpack.config.js.
The previous path configuration was causing compilation problems in the
openecomp-ui (folder not found problem).

Updates README.md with used procedure to run onboarding-fe.

Change-Id: I28f7b78a1f30b5f904b3f7214f72e9741253622d
Issue-ID: SDC-3661
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoFix critical cross site scripting 16/123216/2
aribeiro [Mon, 9 Aug 2021 21:08:42 +0000 (22:08 +0100)]
Fix critical cross site scripting
xss (cross site scripting) issue identified in sonarcloud

Issue-ID: SDC-3607
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I729f14587154a02759ec62d5134cd115ac6eff38

2 years agoRetrieve data types based on component model 67/123167/2
aribeiro [Thu, 15 Jul 2021 08:18:37 +0000 (09:18 +0100)]
Retrieve data types based on component model

Issue-ID: SDC-3660
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I09c533eb39277532b29e581e4dd57e9df952e8e6

2 years agoConsider component model when retrieving interface types 20/122920/10
davsad [Sat, 24 Jul 2021 18:40:56 +0000 (19:40 +0100)]
Consider component model when retrieving interface types

Issue-ID: SDC-3414

Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: Ie16a2604cfdff042e32bfa4f9a3a509b5da22226

2 years agoFix Security Hotspot 86/122986/5
vasraz [Tue, 27 Jul 2021 10:19:48 +0000 (11:19 +0100)]
Fix Security Hotspot

Fix for https://sonarcloud.io/project/security_hotspots?id=onap_sdc&hotspots=AXrLK9lDm75TRpHZ3DAu

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

2 years agoImplement 'Signed Large CSAR' support 95/122795/10
vasraz [Thu, 29 Jul 2021 13:41:18 +0000 (14:41 +0100)]
Implement 'Signed Large CSAR' support

Change-Id: I33cc381b86c6a10e20d521c0d3dcc76c28344b8f
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3652
Issue-ID: SDC-3653
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoDisable locking during deployment 36/122736/6
davsad [Fri, 16 Jul 2021 08:44:22 +0000 (09:44 +0100)]
Disable locking during deployment

Issue-ID: SDC-3643
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: I1a04c253d70bf5aebf33bba7b2b9f83bd559ae64

2 years agoUpdate helm-validator version 1.2.0 -> 1.2.2 87/123087/2
Joanna Jeremicz [Wed, 4 Aug 2021 08:37:32 +0000 (10:37 +0200)]
Update helm-validator version 1.2.0 -> 1.2.2

Issue-ID: SDC-3647
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I2c0b5eeb8db993bddb66cb0bf66b0fe5910ba415

2 years agoImport VSP top. template handling non SDC model 50/122850/6
MichaelMorris [Fri, 16 Jul 2021 08:05:12 +0000 (09:05 +0100)]
Import VSP top. template handling non SDC model

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

2 years agoConsider component model when retrieving group and policy types 15/123015/2
KrupaNagabhushan [Mon, 26 Jul 2021 11:50:21 +0000 (12:50 +0100)]
Consider component model when retrieving group and policy types

Issue-ID: SDC-3659
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I6d58e51e70085adf114e6efd0c29b00b14358b39

2 years agoFix deleting screenshot of test suites 61/123061/4
Tomasz Wrobel [Tue, 3 Aug 2021 11:02:39 +0000 (13:02 +0200)]
Fix deleting screenshot of test suites

Issue-ID: SDC-3654
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I820d57f798d098d4b10ae3038e1739790d4e36b4

2 years agoFix init upgrade fail for polictyTypes 91/122991/1
KrupaNagabhushan [Fri, 30 Jul 2021 10:02:06 +0000 (11:02 +0100)]
Fix init upgrade fail for polictyTypes

Issue-ID: SDC-3658
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I13a0d97c543213bda289157f602b019c74811cbc

2 years agofix security vulnerability 67/122867/2
aribeiro [Fri, 23 Jul 2021 14:10:54 +0000 (15:10 +0100)]
fix security vulnerability

Issue-ID: SDC-3607
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I935898fcf1ae74dc8f162153ff2cf4744b8f2f99

2 years agoFix broken swagger 82/122782/4
vasraz [Fri, 11 Jun 2021 18:02:58 +0000 (19:02 +0100)]
Fix broken swagger

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

2 years agoUpgrade springframework to latest version (5.3.8) 92/122792/6
vasraz [Sat, 26 Jun 2021 13:23:12 +0000 (14:23 +0100)]
Upgrade springframework to latest version (5.3.8)

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

2 years agoConsider component model when retrieving capability types 96/122696/4
KrupaNagabhushan [Thu, 15 Jul 2021 14:29:02 +0000 (15:29 +0100)]
Consider component model when retrieving capability types

Issue-ID: SDC-3642
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Ie09b5f8d64b95fc2db14f19d3857a9935075b2fe

2 years agoFix helm-validator integration tests. 10/122810/4
Tomasz Wrobel [Thu, 22 Jul 2021 07:10:51 +0000 (09:10 +0200)]
Fix helm-validator integration tests.

- Skip helm-validator tests when helm validator is disabled,
- Align expected validation message.

Issue-ID: SDC-3646
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia6d415e44545748e23b6130de1ad1d6946730265

2 years agoRemove dependency vulnerability 53/122853/5
vasraz [Mon, 26 Jul 2021 14:01:06 +0000 (15:01 +0100)]
Remove dependency vulnerability

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

2 years agoFix intermittent 'Tooltip integration test failure' 34/122834/4
vasraz [Fri, 23 Jul 2021 11:30:04 +0000 (12:30 +0100)]
Fix intermittent 'Tooltip integration test failure'

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