sdc.git
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

2 years agoReduce usage of outdated library JMockit (catalog-be) 38/122738/2
vasraz [Sat, 26 Jun 2021 14:56:07 +0000 (15:56 +0100)]
Reduce usage of outdated library JMockit (catalog-be)

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

2 years agoFix upgrade for different vendor release 74/122774/3
andre.schmid [Wed, 14 Jul 2021 20:33:45 +0000 (21:33 +0100)]
Fix upgrade for different vendor release

Change-Id: Id5769b45c4b41fd40b7bac25407c046b8fe787e7
Issue-ID: SDC-3644
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoFix security vulnerabilities 44/122744/2
aribeiro [Mon, 12 Jul 2021 14:10:19 +0000 (15:10 +0100)]
Fix security vulnerabilities

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

2 years agoRemove commented code from PolicyBusinessLogic 73/122773/2
andre.schmid [Thu, 15 Jul 2021 12:19:04 +0000 (13:19 +0100)]
Remove commented code from PolicyBusinessLogic

Change-Id: I171a9b613625fd9d34fcfbd6aed8cd44f9fc1892
Issue-ID: SDC-3645
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoRemove dependency vulnerability 90/122790/3
vasraz [Tue, 20 Jul 2021 22:22:45 +0000 (23:22 +0100)]
Remove dependency vulnerability

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

2 years agoConsider component model when retrieving relationship types 76/122676/2
KrupaNagabhushan [Wed, 14 Jul 2021 13:21:47 +0000 (14:21 +0100)]
Consider component model when retrieving relationship types

Issue-ID: SDC-3640
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Change-Id: Ic06a9085b8aa2f44b8d33d7de12eadf691106131
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
2 years agoSupport for associating interface types to models 53/122653/4
davsad [Wed, 16 Jun 2021 09:36:24 +0000 (10:36 +0100)]
Support for associating interface types to models

Issue-ID: SDC-3639
Change-Id: I5eaa9ffbe3c88416bf17ff9a94e76faad79fe888
Signed-off-by: davsad <david.sadlier@est.tech>
2 years agoSupport for associating policy and group types to models 80/122680/2
KrupaNagabhushan [Fri, 25 Jun 2021 15:01:25 +0000 (16:01 +0100)]
Support for associating policy and group types to models

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

2 years agoSupport handling of 'Large CSARs' 43/122643/2
vasraz [Thu, 8 Jul 2021 17:54:19 +0000 (18:54 +0100)]
Support handling of 'Large CSARs'

If artifact storage is enabled, stores original onboarded package,
leaving a reference in the VSP, instead of the original onboarded
package itself. Strips files from configured folders in order to reduce
the package size and onboard it. To retrieve the package, one needs to
read the reference and go to the artifact storage to retrieve.
If disabled, it just goes through the current onboarding process.

Change-Id: I3dce0ab8422ea736c8a1ffaeb1136cf8b12a2af4
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Signed-off-by: André Schmid <andre.schmid@est.tech>
Issue-ID: SDC-3635

2 years agoDisplay model name 41/122641/3
aribeiro [Mon, 5 Jul 2021 08:49:28 +0000 (09:49 +0100)]
Display model name

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

2 years agoFix typo issue 56/122656/2
xuegao [Thu, 15 Jul 2021 06:56:52 +0000 (08:56 +0200)]
Fix typo issue

Use "license" instead of "licence" to be consistent with the variable used in features.properties.erb

Issue-ID: SDC-3618
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I11ae8aa6039778136913819d366f97cd9a209efb

2 years agoAllow only types from selected model in service creation 69/122369/4
aribeiro [Thu, 24 Jun 2021 10:19:45 +0000 (11:19 +0100)]
Allow only types from selected model in service creation

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

2 years agoSpecify model at service creation 19/122219/5
aribeiro [Wed, 16 Jun 2021 22:21:04 +0000 (23:21 +0100)]
Specify model at service creation

Allows a user to select a model when designing a service

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

2 years agoFix type issue 45/122645/2
xuegao [Thu, 15 Jul 2021 06:56:52 +0000 (08:56 +0200)]
Fix type issue

Use "license" instead of "licence" to be consistent with the variable used in features.properties.erb

Issue-ID: SDC-3618
Change-Id: I58948ee8bcc4c4d2ad2d0b544e829869c05ae527
Signed-off-by: xuegao <xue.gao@intl.att.com>
2 years agoExposing new parameters in chef config for SDC 16/122516/8
marine [Thu, 8 Jul 2021 09:57:27 +0000 (11:57 +0200)]
Exposing new parameters in chef config for SDC

Issue-ID: SDC-3633

Change-Id: Ib59ecbe151b3d7fb5b52241102f5c7dfc520003b
Signed-off-by: xuegao <xue.gao@intl.att.com>
2 years agoSupport for associating node types to models 03/122103/4
aribeiro [Tue, 18 May 2021 19:57:07 +0000 (20:57 +0100)]
Support for associating node types to models

Issue-ID: SDC-3597
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Change-Id: Icd0066240b78ba98d8f0efab66d11756f18cb251

2 years agoCreate REST endpoint to retrieve models 56/122156/2
andre.schmid [Mon, 21 Jun 2021 21:25:28 +0000 (22:25 +0100)]
Create REST endpoint to retrieve models

Change-Id: Ifca0095d84d5da4ab4b055942d893e9c6a259eb7
Issue-ID: SDC-3622
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoReduce usage of outdated library JMockit (catalog-dao) 73/122173/3
vasraz [Sat, 19 Jun 2021 12:53:06 +0000 (13:53 +0100)]
Reduce usage of outdated library JMockit (catalog-dao)

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

2 years agoUpdate NODE/NPM versions 51/121951/9
vasraz [Thu, 17 Jun 2021 19:12:04 +0000 (20:12 +0100)]
Update NODE/NPM versions

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

2 years agoRemove usage of outdated library JMockit (openecomp-be) 96/117996/3
vasraz [Thu, 24 Jun 2021 13:09:30 +0000 (14:09 +0100)]
Remove usage of outdated library JMockit (openecomp-be)

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

2 years agoRemove usage of outdated library JMockit (catalog-model) 74/122174/2
vasraz [Sat, 19 Jun 2021 10:07:12 +0000 (11:07 +0100)]
Remove usage of outdated library JMockit (catalog-model)

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

2 years agoRefactor Substitution filters structure 67/122067/2
KrupaNagabhushan [Wed, 9 Jun 2021 21:11:46 +0000 (22:11 +0100)]
Refactor Substitution filters structure

The refactor removes unnecessary component id from the substitution filters structure, as the substitution filters belongs to and only to the component.
This also avoid any copying issues during the new version creation, as there is not need to update the structure with a new component id.

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

2 years agoExternal license as "toggleable feature" 44/122044/8
marine [Fri, 18 Jun 2021 15:51:46 +0000 (17:51 +0200)]
External license as "toggleable feature"

Code modification in onboarding BE and onboarding UI so that the External License can be seen as a toggleable feature. By default this will set to true but could be disabled.

Issue-ID: SDC-3618
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I01690c4cb44d3df590987bb340e8fbb58fe960e0
Signed-off-by: marine <marine.de.dorlodot@intl.att.com>
2 years agoRemove the obsolete DmaapPublisher module 83/122083/1
andre.schmid [Mon, 21 Jun 2021 14:12:57 +0000 (15:12 +0100)]
Remove the obsolete DmaapPublisher module

The module is not part of the SDC repo build and not being used in the
project. It also does not build in its current state.

Change-Id: Ide1bcde26c2781cba9d0baa3a3da1b9c96ba5144
Issue-ID: SDC-3620
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoFix CRITICAL xxe (XML External Entity) issues 53/121953/2
vasraz [Wed, 16 Jun 2021 12:53:58 +0000 (13:53 +0100)]
Fix CRITICAL xxe (XML External Entity) issues

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

2 years agoIntegration Test - Add Input independent of properties 01/121901/2
KrupaNagabhushan [Wed, 12 May 2021 12:50:12 +0000 (13:50 +0100)]
Integration Test - Add Input independent of properties

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

2 years agoAdd test cases for Helm validation 40/121540/13
Piotr Marcinkiewicz [Wed, 26 May 2021 07:45:45 +0000 (09:45 +0200)]
Add test cases for Helm validation

Issue-ID: SDC-3185
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b

2 years agoInit ONAP model imports using the model API 92/121692/4
andre.schmid [Fri, 28 May 2021 18:10:30 +0000 (19:10 +0100)]
Init ONAP model imports using the model API

Creates a client for the model endpoint in the catalog init scripts.
Introduces the directory structure to provide the models along its
imports, separated by init/upgrade phase.
Each model structure will be zipped and uploaded to the endpoint,
based on the model directory name.

Change-Id: I0392c1e6d3a29b30567b11016041a8e9cccbc745
Issue-ID: SDC-3615
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoAdd models imports endpoint and persistence structure 87/121687/4
andre.schmid [Fri, 14 May 2021 19:38:45 +0000 (20:38 +0100)]
Add models imports endpoint and persistence structure

Create the structure to persist the model imports.
Changed create model API, allowing to create a model along its TOSCA
descriptor import structure.
Introduced an endpoint to update the imports of a model.

Change-Id: Ic775ef544051c29c721cacc20b37c2fb20338be9
Issue-ID: SDC-3614
Signed-off-by: André Schmid <andre.schmid@est.tech>
2 years agoSupport adding capability types to model 76/121676/2
MichaelMorris [Fri, 28 May 2021 11:29:13 +0000 (12:29 +0100)]
Support adding capability types to model

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

2 years agoDead resource files 02/121802/1
sebdet [Thu, 10 Jun 2021 16:26:19 +0000 (18:26 +0200)]
Dead resource files

Dead resource files cleanup

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

2 years agoAdd parameter for Zip Validation 06/121706/7
sebdet [Fri, 4 Jun 2021 15:56:49 +0000 (17:56 +0200)]
Add parameter for Zip Validation

Add a onboarding config parameter to enable or disable the Zip Validation

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

2 years agoCreate a common ConfigurationManager class 05/121705/13
sebdet [Fri, 4 Jun 2021 15:49:31 +0000 (17:49 +0200)]
Create a common ConfigurationManager class

Create a common ConfigurationManager class as some classes have the same logic

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

2 years agoDead Code removal 04/121704/4
sebdet [Fri, 4 Jun 2021 15:28:49 +0000 (17:28 +0200)]
Dead Code removal

Removal of dead code found during Config manager analysis

Issue-ID: SDC-3616
Change-Id: I50c15dfcba7518c32af953fe481ef013aa393ca5
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2 years agoSupport adding data types to model 74/121674/3
MichaelMorris [Tue, 25 May 2021 08:32:31 +0000 (09:32 +0100)]
Support adding data types to model

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

2 years agoSupport adding of relationship type to model 64/121664/3
MichaelMorris [Wed, 19 May 2021 16:23:13 +0000 (17:23 +0100)]
Support adding of relationship type to model

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

2 years agoIntegration Tests - Add inputs to a base service 98/121598/2
KrupaNagabhushan [Wed, 21 Apr 2021 15:18:12 +0000 (16:18 +0100)]
Integration Tests - Add inputs to a base service

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

2 years agoFix dependencies with Critical Violations 22/121622/2
vasraz [Mon, 31 May 2021 22:08:39 +0000 (23:08 +0100)]
Fix dependencies with Critical Violations

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

2 years agoImprove handling exception path for HelmValidator 63/121663/5
Piotr Marcinkiewicz [Wed, 2 Jun 2021 11:37:32 +0000 (13:37 +0200)]
Improve handling exception path for HelmValidator

- Change log level for exception in HelmValidatorHttpClient
- Correct exception message and logging in HelmValidator

Issue-ID: SDC-3185
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: If6391e9e95d420108e4dd4d9ecf5541df607329f

2 years agoAdd maven profiles and testsuite for helm validator 78/121478/6
Remigiusz Janeczek [Fri, 21 May 2021 12:50:40 +0000 (14:50 +0200)]
Add maven profiles and testsuite for helm validator

Issue-ID: SDC-3185
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ic6706c64b887fb589d3638fee5de51bf15f59e23

2 years agoUpdate node/npm 28/121428/22
vasraz [Wed, 19 May 2021 22:52:26 +0000 (23:52 +0100)]
Update node/npm

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

2 years agoAdd Support for creating model type 66/121466/3
aribeiro [Tue, 18 May 2021 15:31:28 +0000 (16:31 +0100)]
Add Support for creating model type

Add new vertex type called "model" was added to represent models
Add new edge type called MODEL_ELEMENT was added to connect a tosca type to a model
Add new edge type called MODEL was added to connect a resource/service to the model it is based on

Issue-ID: SDC-3596
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I310e14d0cf5a9ca0eb0bda592efe8a3baf73749c

2 years agoAdd IT Tests Adding Metadata to property input 75/121375/7
davsad [Wed, 28 Apr 2021 08:46:46 +0000 (09:46 +0100)]
Add IT Tests Adding Metadata to property input

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

2 years agoUpdate vulnerable package dependencies 34/121334/5
vasraz [Wed, 19 May 2021 17:22:12 +0000 (18:22 +0100)]
Update vulnerable package dependencies

org.apache.commons.lang -> org.apache.commons.lang3:3.10

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

2 years agoUpdate README.md 26/121526/2
xuegao [Tue, 25 May 2021 08:32:31 +0000 (10:32 +0200)]
Update README.md

Update the explanation to start onboard UI locally.

Issue-ID: SDC-3606
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I02a2f82d3a27da934a1722c96129890ac986d6ca

2 years ago[SDC] Fix sonar issues 22/121422/5
sliard [Wed, 19 May 2021 15:45:17 +0000 (17:45 +0200)]
[SDC] Fix sonar issues

Fix all blocker issues for catalog-be

Issue-ID: SDC-3598
Signed-off-by: sliard <samuel.liard@gmail.com>
Change-Id: I53907c1be4cac5dd94b6f20ab4e5848f6fcebed9

2 years agoAdd Documentation of SDC-Helm-Validator container 05/121405/7
Tomasz Wrobel [Tue, 18 May 2021 14:04:25 +0000 (16:04 +0200)]
Add Documentation of SDC-Helm-Validator container

Issue-ID: SDC-3185
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I85972698bb4e0b42694acf1d97980e45cda0d81d
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2 years agoRelease 1.9.0 96/121396/2
Piotr Marcinkiewicz [Tue, 18 May 2021 07:23:47 +0000 (09:23 +0200)]
Release 1.9.0

Issue-ID: SDC-3185
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I3845e941db81a2223a39f6f60f0fa1822d611874

2 years agoChange group/owner for HelmValidatorConfiguration 19/121419/2 1.9.0
Piotr Marcinkiewicz [Wed, 19 May 2021 13:07:43 +0000 (15:07 +0200)]
Change group/owner for HelmValidatorConfiguration

Issue-ID: SDC-3599
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I14243301f722409f5e1c136395f615f98a1ab417

3 years agoFix to avoid tool tip to be handed over 67/121367/2
aribeiro [Thu, 13 May 2021 10:29:50 +0000 (11:29 +0100)]
Fix to avoid tool tip to be handed over

When creating a relationship between nodes the qtip-content tip
should not be visible once the test step is finished

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

3 years agoUpdate Interface Operation UI test 77/121277/2
aribeiro [Mon, 10 May 2021 08:01:24 +0000 (09:01 +0100)]
Update Interface Operation UI test

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

3 years agoUpdate vulnerable package dependencies 33/121333/2
vasraz [Tue, 11 May 2021 11:44:06 +0000 (12:44 +0100)]
Update vulnerable package dependencies

handlebars -> 4.7.7

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

3 years agoUpdate vulnerable package dependencies 35/121335/2
vasraz [Wed, 12 May 2021 12:56:51 +0000 (13:56 +0100)]
Update vulnerable package dependencies

commons-io -> 2.7
org.freemarker -> 2.3.30

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

3 years agoImprove test coverage 36/121336/2
vasraz [Tue, 11 May 2021 17:05:30 +0000 (18:05 +0100)]
Improve test coverage

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

3 years agoSupport for selection of capabilities 36/121236/3
andre.schmid [Wed, 5 May 2021 14:31:04 +0000 (15:31 +0100)]
Support for selection of capabilities

Change-Id: Ib1a3e3e1a59fc84c62620932c408e231acf77024
Issue-ID: SDC-3580
Signed-off-by: André Schmid <andre.schmid@est.tech>
3 years agoIntegrate helm validator with SDC-BE 62/120762/26
Joanna Jeremicz [Wed, 21 Apr 2021 11:59:12 +0000 (13:59 +0200)]
Integrate helm validator with SDC-BE

- Read helm validator configuration
- Add call to helm validator during Helm validation
- Add JUnit tests
- Fix display message when CNF upload is unsuccessful
- Show warning messages from validation after CNF upload

Issue-ID: SDC-3185
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: If197d557e6ddef4a07bef986d7cf133aedcb2cc5
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
3 years agoUse integration-java11 Dockerfile 50/112950/25
sebdet [Mon, 21 Sep 2020 20:13:05 +0000 (22:13 +0200)]
Use integration-java11 Dockerfile

Use onap/integration-java11:7.1.0 as a source for the images requiring JDK 11 in SDC

Issue-ID: SDC-3298
Change-Id: Ifee3d2942dcb9c078f2ebb686bdabc0ecca857b3
Signed-off-by: xuegao <xue.gao@intl.att.com>
3 years agoUpdate PTL in INFO.yaml 54/121254/2
MichaelMorris [Tue, 11 May 2021 11:00:44 +0000 (12:00 +0100)]
Update PTL in INFO.yaml

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

3 years agoAdd relationship templete UI test 31/121231/2
aribeiro [Thu, 6 May 2021 15:38:06 +0000 (16:38 +0100)]
Add relationship templete UI test

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

3 years agoAdd integration test for adding directive node filters to a base service 45/121145/2
davsad [Thu, 29 Apr 2021 08:58:42 +0000 (09:58 +0100)]
Add integration test for adding directive node filters to a base service

Issue-ID: SDC-3575

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

3 years agoIncrease Import VFC UI test coverage 02/121102/2
vasraz [Wed, 5 May 2021 09:52:16 +0000 (10:52 +0100)]
Increase Import VFC UI test coverage

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

3 years agoMove Substitution Filter to base service flow 67/121067/1
aribeiro [Fri, 23 Apr 2021 14:50:31 +0000 (15:50 +0100)]
Move Substitution Filter to base service flow

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

3 years agoRefactor data types cache 06/120906/5
andre.schmid [Thu, 22 Apr 2021 11:33:04 +0000 (12:33 +0100)]
Refactor data types cache

Avoids potential issue of data type cache changes by external parties,
by returning copies from the cache instead of the original.
Refactors the code for more clarity.

Change-Id: Ibb518bf638f2f4ee1f5e3869baaace374efb632a
Issue-ID: SDC-3569
Signed-off-by: André Schmid <andre.schmid@est.tech>
3 years agoAdd Service Template instance attributes to TOSCA Export 83/120883/4
vasraz [Mon, 26 Apr 2021 16:08:41 +0000 (17:08 +0100)]
Add Service Template instance attributes to TOSCA Export

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

3 years agoEnrich 'Import VFC UI test' 11/120911/2
vasraz [Mon, 26 Apr 2021 13:52:08 +0000 (14:52 +0100)]
Enrich 'Import VFC UI test'

Import a node types which contains interface operations with an implementation and inputs

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

3 years agoAdd Property UI Flow 13/120913/2
aribeiro [Mon, 19 Apr 2021 17:38:18 +0000 (18:38 +0100)]
Add Property UI Flow

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

3 years agoUpdate release note 50/120650/2
ChrisC [Mon, 19 Apr 2021 15:27:54 +0000 (17:27 +0200)]
Update release note

Update Release note with latest bugfix build for H release

Issue-ID: SDC-3556
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Iced736be6b052190758814589c3c296bee95d981

3 years agoUpdate INFO.yaml 94/120694/2
ChrisC [Tue, 20 Apr 2021 11:56:48 +0000 (13:56 +0200)]
Update INFO.yaml

Add a new committer

Issue-ID: SDC-3544
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I4c7bd28299f289f76235cc20744e44df8dbebe1a

3 years agoImprove readability of IT Config 48/120848/2
vasraz [Tue, 20 Apr 2021 16:32:14 +0000 (17:32 +0100)]
Improve readability of IT Config

Replace with lombok (Getter/Setter)

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

3 years agoImplement 'Add Outputs UI TC' 41/120841/2
vasraz [Tue, 20 Apr 2021 15:40:31 +0000 (16:40 +0100)]
Implement 'Add Outputs UI TC'

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

3 years agoFix VSP update for checked-in resources 93/120693/1
andre.schmid [Thu, 15 Apr 2021 17:47:55 +0000 (18:47 +0100)]
Fix VSP update for checked-in resources

Checkout the VF (if checked-in) related to the VSP before loading the VF
workspace.

Change-Id: I9576fd5b429fdae2ac00de5bfbd38e183b93be59
Issue-ID: SDC-3560
Signed-off-by: André Schmid <andre.schmid@est.tech>
3 years agoFix VSP update backend process 98/120598/3
andre.schmid [Thu, 15 Apr 2021 10:15:31 +0000 (11:15 +0100)]
Fix VSP update backend process

Fix the VSP update procedure which was being rejected by a condition
that checks if a VFC being created has the same name, type and vendor
release. This was recently introduced to avoid duplicate VFC creation
during the initialization process.
This change adds a condition to confirm that no VSP CSAR is involved,
before trying to check for the name, type and vendor release.

Change-Id: Ie46195e810cd72f7412acc7cb01a764ef010f58d
Issue-ID: SDC-3561
Signed-off-by: André Schmid <andre.schmid@est.tech>