sdc.git
3 years agoFix sdc-modal-type-error component. 92/116792/1
Maciej Malewski [Wed, 13 Jan 2021 13:47:38 +0000 (14:47 +0100)]
Fix sdc-modal-type-error component.

For many pm_dictionary validation errors, component was not fully visible. It has been fixed, by edit css styles.

Issue-ID: SDC-3390
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Change-Id: I388655ece619f6b327a2138b31ea4a1cd9bfa8ef

3 years agoImprove test coverage 65/116665/5
Julien Bertozzi [Thu, 7 Jan 2021 11:19:52 +0000 (12:19 +0100)]
Improve test coverage

Issue-ID: SDC-3428
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I48b6991fbbea31279246d92692760fc6375c7eb5
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
3 years agoSupport for category specific metadata 25/116625/7
MichaelMorris [Tue, 15 Dec 2020 16:12:59 +0000 (16:12 +0000)]
Support for category specific metadata

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

3 years agoRemove NSD subst. mappings prop. and attr. 29/116729/2
andre.schmid [Tue, 15 Dec 2020 13:47:47 +0000 (13:47 +0000)]
Remove NSD subst. mappings prop. and attr.

Remove from the NSD generation the substitution_mappings properties and
attribute generation. It is not part of the Network Service Descriptor
SOL001 specification.

Change-Id: Ieab0a5d571d5b7afe999d74a103a563a2abc72ed
Issue-ID: SDC-3434
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoFix Inputs Value field to allow null value 01/116601/2
KrupaNagabhushan [Fri, 4 Dec 2020 12:54:44 +0000 (12:54 +0000)]
Fix Inputs Value field to allow null value

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

3 years agoFix NPE 96/116696/7
Jan Malkiewicz [Fri, 8 Jan 2021 13:28:15 +0000 (14:28 +0100)]
Fix NPE

Fix NPE during the onboarding of a helm package.
NPE was thrown in HeatTreeManager.handleOrphans():
 *  tree.getHeat()::contains

Issue-ID: SDC-3185
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I9e0461cfe18705b6fb53ae318e473bd4e2651305

3 years agoUpdate ETSI NFV Network Service category 87/116487/2
andre.schmid [Thu, 10 Dec 2020 18:00:32 +0000 (18:00 +0000)]
Update ETSI NFV Network Service category

Change-Id: Idbc88a7a047e539d1826997e8d98af23c3ee9bbd
Issue-ID: SDC-3416
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoAdd PM_Dictionary artifact type for VNF/CNF packages 64/116564/1
Adam Wudzinski [Mon, 4 Jan 2021 14:48:17 +0000 (15:48 +0100)]
Add PM_Dictionary artifact type for VNF/CNF packages

Issue-ID: SDC-3390
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: I4726a786c1fd466b71c4fd1f55cec6ab0598bab3

3 years agoIntegration tests for validating PM_Dictionary. 26/116426/7
Maciej Malewski [Thu, 10 Dec 2020 13:38:00 +0000 (14:38 +0100)]
Integration tests for validating PM_Dictionary.

Checking compliance content of the PM_Dictionary file against it's schema.

Issue-ID: SDC-3390
Change-Id: I8e20f977c7d6838005bc84fc6c7c8ab197152a53
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
3 years agoRelease SDC 1.8.0 29/116029/3
Joanna Jeremicz [Wed, 2 Dec 2020 15:13:27 +0000 (16:13 +0100)]
Release SDC 1.8.0

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

3 years agoAdd metadata to topology inputs 74/116174/2 1.8.0
MichaelMorris [Fri, 27 Nov 2020 17:26:46 +0000 (17:26 +0000)]
Add metadata to topology inputs

Change-Id: If57e16003532d59552fa0b5cacc69a792e5b877a
Issue-ID: SDC-3399
Signed-off-by: MichaelMorris <michael.morris@est.tech>
3 years agoSet directives and node_filters in any node type 90/116290/2
aribeiro [Wed, 28 Oct 2020 14:55:59 +0000 (14:55 +0000)]
Set directives and node_filters in any node type

Allows to set directives and node_filters in any node type.

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

3 years agoAdd artifact status notification message 41/116341/4
Michal Banka [Thu, 10 Dec 2020 14:05:24 +0000 (15:05 +0100)]
Add artifact status notification message

- Added column Message in consumer's artifacts view with shorten errorReason
- Added full errorReason to artifacts's statuses view

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: SDC-3401
Change-Id: I6d29ad67838010fc2896bb97fa72af07e912ebb2

3 years agoRemove tosca.entity.Root from interface definition 65/116165/2
MichaelMorris [Mon, 7 Dec 2020 11:15:51 +0000 (11:15 +0000)]
Remove tosca.entity.Root from interface definition

No definition of type tosca.entity.Root is present meaning the derived from reference in tosca.interfaces.Root to tosca.entity.Root cannot be resolved. I cannot find any definition of tosca.entity.Root in the tosca spec so I am proposing to remove the "derived from" from this interface definition. This is consistent with tosca.nodes.root which does not contain the derived from even though in the tosca spec it is derived from tosca.entity.Root

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

3 years agoAllow substitution_filter for a VF 40/114640/3
KrupaNagabhushan [Wed, 28 Oct 2020 19:14:54 +0000 (19:14 +0000)]
Allow substitution_filter for a VF

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

3 years agoFixing issue with nested services 79/115179/3
KrupaNagabhushan [Thu, 12 Nov 2020 16:17:46 +0000 (16:17 +0000)]
Fixing issue with nested services

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

3 years agoSupport interface input during import VFC 85/114685/3
andre.schmid [Wed, 14 Oct 2020 19:56:11 +0000 (20:56 +0100)]
Support interface input during import VFC

Change-Id: I097ce258a7dadbedf1aff6ce53dd1286da074552
Issue-ID: SDC-3372
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoFix operation with external artifact creation 22/116122/2
andre.schmid [Thu, 3 Dec 2020 15:45:04 +0000 (15:45 +0000)]
Fix operation with external artifact creation

Change-Id: I728534bbc0e1c29800ae57300aa3c6a4710ac887
Issue-ID: SDC-3396
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years ago[SDC] Validate PMDictionary content in Deployment artifacts tab 39/116039/5
Adam Wudzinski [Wed, 2 Dec 2020 17:07:22 +0000 (18:07 +0100)]
[SDC] Validate PMDictionary content in Deployment artifacts tab

Validate PMDictionary file content when adding or updating PMDictionary in Deployment artifacts tab. Fix dependencies conflict.

Issue-ID: SDC-3390
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: I6f6bb196ef061419a309a8ded5fdbe116982a037

3 years agoFix Req & capabilities tab for component instance 81/115181/3
KrupaNagabhushan [Thu, 12 Nov 2020 15:58:00 +0000 (15:58 +0000)]
Fix Req & capabilities tab for component instance

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

3 years agoValidate PMDictionary contents 86/115486/9
Maciej Malewski [Fri, 20 Nov 2020 13:33:04 +0000 (14:33 +0100)]
Validate PMDictionary contents

Validate contents against schema for .csar packs compliant with NFV-SOL 004.

Issue-ID: SDC-3390
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Change-Id: Ib768821ad8215105ca4a33953fa9974a63ed76f7

3 years ago[SDC] PM_Dictionary file validation for ZIP onboarding 84/115484/10
Adam Wudzinski [Fri, 27 Nov 2020 11:50:27 +0000 (12:50 +0100)]
[SDC] PM_Dictionary file validation for ZIP onboarding

Use PM_Dictionary validator from VNF-SDK to validate PM_Dictionary files when onboarding ZIP package

Issue-ID: SDC-3390
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: I03fd622393d675977527b9845b6cf8b87b2ec0a3

3 years agoUpdate .gitignore 58/115558/1
vasraz [Mon, 30 Nov 2020 17:55:36 +0000 (17:55 +0000)]
Update .gitignore

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

3 years agoTrim inputs in Property assignment 84/115384/4
Joanna Jeremicz [Wed, 25 Nov 2020 13:03:01 +0000 (14:03 +0100)]
Trim inputs in Property assignment

Remove white spaces around input value
Add unit test

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

3 years agoFix doc issues 91/114991/7
ChrisC [Tue, 17 Nov 2020 10:35:34 +0000 (11:35 +0100)]
Fix doc issues

Update links

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

3 years agoFix import VFC with attributes 54/114954/3
aribeiro [Tue, 17 Nov 2020 10:52:41 +0000 (10:52 +0000)]
Fix import VFC with attributes

Fix import VFC with default attribute value
Fix Update, create and delete attribute action
Make attribute definition tosca compliant

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

3 years agoWhen submitting the service CSAR file import, duplicate key null appears in the log 79/114979/2
zhaoxiangjun666 [Tue, 17 Nov 2020 03:11:32 +0000 (11:11 +0800)]
When submitting the service CSAR file import, duplicate key null appears in the log

Issue-ID: SDC-3382
Change-Id: I7679cd7677f9e9bb6e7c8efd8f081fba4972d1bd
Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com>
3 years agoFix doc issues 26/114926/2
ChrisC [Mon, 16 Nov 2020 14:01:03 +0000 (15:01 +0100)]
Fix doc issues

Update with Guilin content

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

3 years agoFix node filter capability filters 59/114259/4
aribeiro [Mon, 5 Oct 2020 09:45:11 +0000 (10:45 +0100)]
Fix node filter capability filters

Issue-ID: SDC-3335
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I6ffc1e0fb079ac0e33262f16a62deefda97f7616
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
3 years agoFix deployment artifact not shown 80/114880/2
sebdet [Fri, 13 Nov 2020 15:18:15 +0000 (16:18 +0100)]
Fix deployment artifact not shown

Fix deployment artifact not shown when clicking on the composed resource defined in a service.

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

3 years agoUpdate Documentation 78/114878/2
ChrisC [Fri, 13 Nov 2020 14:04:38 +0000 (15:04 +0100)]
Update Documentation

Update local SDC doc with Guilin Content

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

3 years agoAdd type field 64/114764/5
xuegao [Tue, 10 Nov 2020 14:05:47 +0000 (15:05 +0100)]
Add type field

Add type field for AttributeDataDefinition so that the type column is not empty in Catalog Attribute UI.

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

3 years agoUpgrade the zusammen lib 63/114663/3
sebdet [Fri, 6 Nov 2020 14:47:58 +0000 (15:47 +0100)]
Upgrade the zusammen lib

Upgrade zusammen lib as an attempt to fix concurrency issue in onboarding be

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

3 years agoFix import service csar label sticking out 74/114674/1
Satoshi Fujii [Sat, 7 Nov 2020 10:11:20 +0000 (19:11 +0900)]
Fix import service csar label sticking out

Changed the button label to be shorter

Issue-ID: SDC-3371
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: Icd5ceec9418f51bd21713701d25ac4a76d5a17ca

3 years agoModify the get service Abstract status interface and add the tonode judgment 20/114620/2
sebdet [Thu, 5 Nov 2020 11:02:07 +0000 (12:02 +0100)]
Modify the get service Abstract status interface and add the tonode judgment

Fix code

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

3 years agoAdd substitution_mapping attributes mapping 19/114219/4
vasraz [Tue, 20 Oct 2020 17:16:28 +0000 (18:16 +0100)]
Add substitution_mapping attributes mapping

Add support of mapping the outputs to attributes in substitution_mapping

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

3 years agoUpdate release-notes.rst 52/114452/3
ChrisC [Fri, 30 Oct 2020 17:07:02 +0000 (18:07 +0100)]
Update release-notes.rst

Update with Guilin content

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

3 years agoModify the get service Abstract status interface and add the tonode judgment 25/114425/2
zhaoxiangjun666 [Fri, 30 Oct 2020 01:20:53 +0000 (09:20 +0800)]
Modify the get service Abstract status interface and add the tonode judgment

Issue-ID: SDC-3346
Change-Id: Ib61d54394d6c4f0d20c39824e9265fc4bff995c1
Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com>
3 years agoFix create list input api call failure 77/114577/2
Satoshi Fujii [Wed, 4 Nov 2020 07:14:41 +0000 (07:14 +0000)]
Fix create list input api call failure

Changed to use proper resource type in url on create list input
api call to avoid component type mismatch error.

Issue-ID: SDC-3336
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: I31f4c6641df9fc067797c4a88d43789df0cf367e

3 years agoUpdate master to Honolulu 48/114448/2
ChrisC [Fri, 30 Oct 2020 15:44:46 +0000 (16:44 +0100)]
Update master to Honolulu

Update pom to 1.8 so that staging images are created for H release

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

3 years agoAdd pagination in Generic Artifact Browser 78/114578/1
Pawel [Wed, 4 Nov 2020 07:24:02 +0000 (08:24 +0100)]
Add pagination in Generic Artifact Browser

Fix header(sticky) in Generic Artifact Browser
Add loader in Generic Artifact Browser

Issue-ID: SDC-3362
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I14b0c41ecbd76af522bff0d7b66dd868afe0dfaa

3 years agoRemove the Log4j 1.2.15 77/113677/10
sebdet [Thu, 8 Oct 2020 11:28:36 +0000 (13:28 +0200)]
Remove the Log4j 1.2.15

Remove the log4j 1.2.15 brought by Sigar library + update ESAPI to support slf4J instead of log4j

Issue-ID: SDC-3310
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I63cee67d113f51dbe82a64c69629c62b47918103
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years ago[DOC] Fix for SDC git repo path not found issue 64/114264/2
ramagp [Tue, 27 Oct 2020 10:48:23 +0000 (10:48 +0000)]
[DOC] Fix for SDC git repo path not found issue

Change-Id: I5e8c3bd530772ae9c0ec4153ec2999dea91dd432
Issue-ID: SDC-3278
Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
3 years agoUpdate INFO.yaml 57/114257/4
ChrisC [Tue, 27 Oct 2020 08:57:02 +0000 (09:57 +0100)]
Update INFO.yaml

Add new committers

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

3 years agoOfficially Release 1.7.2 45/114245/2
sebdet [Mon, 26 Oct 2020 14:59:18 +0000 (15:59 +0100)]
Officially Release 1.7.2

Release the SDC docker images 1.7.2

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

3 years agoFix broken local build 37/114237/1 1.7.2
vasraz [Mon, 26 Oct 2020 12:53:23 +0000 (12:53 +0000)]
Fix broken local build

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

3 years agosoftware version fix 96/114196/2
tragait [Fri, 23 Oct 2020 08:59:50 +0000 (09:59 +0100)]
software version fix

Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I468e1f5fc301e6b2966a514d12f04f769e1ab4b1
Signed-off-by: tragait <rahul.tyagi@est.tech>
Issue-ID: SDC-3228

3 years agoTo solve the problem that the CSAR file cannot be imported when it is imported on... 28/114228/2
zhaoxiangjun666 [Mon, 26 Oct 2020 01:52:18 +0000 (09:52 +0800)]
To solve the problem that the CSAR file cannot be imported when it is imported on the page, a 500 error is reported

Issue-ID: SDC-3332
Change-Id: Ic62a7a3d5681c1a7d18feddd9be8f216a32cd31f
Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com>
3 years agoFix workflow issue 04/114204/2
xuegao [Fri, 23 Oct 2020 12:24:09 +0000 (14:24 +0200)]
Fix workflow issue

Fix the workflow issue where workflow is not packed into csar, if added after a checkout.

Issue-ID: SDC-3311
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: I673a8127087fb31eddd8badae8f3bd400ef8cb3e

3 years agoFix substitution_mapping property mapping 02/114002/2
andre.schmid [Tue, 29 Sep 2020 10:37:47 +0000 (11:37 +0100)]
Fix substitution_mapping property mapping

Currently the properties in substitution_mapping are being generated
as property definition, copying the inputs. They should be property
mappings referring inputs.

Change-Id: I0b3b056adeab79915db1b42218364c22f07a079f
Issue-ID: SDC-3307
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoFix for substitution filter properties 28/114128/2
KrupaNagabhushan [Thu, 17 Sep 2020 14:11:30 +0000 (15:11 +0100)]
Fix for substitution filter properties

Issue-ID: SDC-3325
Change-Id: If26bf895a0a2f914fb9c2b36e53466df9b7999fe
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
3 years agoRemove sdc-tosca-parser dependency 71/113971/4
vasraz [Mon, 19 Oct 2020 15:33:00 +0000 (16:33 +0100)]
Remove sdc-tosca-parser dependency

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

3 years agoIncrease timeout for Selenium tests 25/114025/3
sebdet [Tue, 20 Oct 2020 09:02:53 +0000 (11:02 +0200)]
Increase timeout for Selenium tests

Increase 2 timeouts that seems to give issue on the LF infra.

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

3 years agoUpgrade to 1.7.2 23/114023/1
sebdet [Tue, 20 Oct 2020 08:42:51 +0000 (10:42 +0200)]
Upgrade to 1.7.2

Prepare for release 1.7.2

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

3 years agoRead files from resources to create HELM VFM 24/113924/4
MD IRSHAD SHEIKH [Thu, 15 Oct 2020 15:45:36 +0000 (21:15 +0530)]
Read files from resources to create HELM VFM

Issue-ID: SDC-3316
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: Ieb3a4aa46c657ffaa328aef00394a13361bdbe5a

3 years agoAdd test code for Test Topology Auto Design- Service Import 41/113241/3
zhaoxiangjun666 [Sun, 27 Sep 2020 12:15:36 +0000 (20:15 +0800)]
Add test code for Test Topology Auto Design- Service Import

Issue-ID: SDC-3297
Change-Id: Ia8e1f53b96a559d606356cd3072e1dac98c694e0
Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com>
3 years agoAdd InvocationID to p_mdc field in audit logs 63/113763/3
nrpandya [Mon, 12 Oct 2020 02:24:18 +0000 (21:24 -0500)]
Add InvocationID to p_mdc field in audit logs

Add InvocationID in SLF4JLoggerWrapper for audit entry and exit

Issue-ID: SDC-3312
Change-Id: Id19dd3cfff75a23f14d0a1d22520a2e967e46289
Signed-off-by: nrpandya <neenendra.pandya@att.com>
3 years agoVNFSDK moved to https 98/113598/2
JulienBe [Wed, 7 Oct 2020 07:14:21 +0000 (09:14 +0200)]
VNFSDK moved to https

Issue-ID: SDC-3308
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I756a8991edad2c78e59145f88f1cdb73f78d498a

3 years agoUpdate README 71/113671/3
sebdet [Thu, 8 Oct 2020 09:39:32 +0000 (11:39 +0200)]
Update README

Update the README with new way of working with the integration-tests + add log of the onboard BE in /tmp/sdc-integration-tests + removal old files

Issue-ID: SDC-3309
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I11098e63e3ca31d1310718b3e0ac07e54a76c882
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agosdc changes for identifying helm package as a vfm 34/113334/5
Sithara Nambiar [Tue, 29 Sep 2020 17:40:17 +0000 (23:10 +0530)]
sdc changes for identifying helm package as a vfm

Issue-ID: REQ-341

Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com>
Change-Id: Ide4736655c01dd25dae5afe1207a292a6bcd6951

3 years agoAllow hot reloading of specific config properties 61/113361/1
aribeiro [Tue, 15 Sep 2020 07:20:39 +0000 (08:20 +0100)]
Allow hot reloading of specific config properties

getGlobalCsarImports and getDefaultImports entries are now
not static which will allow to get new values if the config
file change during runtime.

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

3 years agoRelease 1.7.1 35/113135/6
sebdet [Thu, 24 Sep 2020 20:32:00 +0000 (22:32 +0200)]
Release 1.7.1

Do the release 1.7.1 for Guilin RC0

Issue-ID: SDC-3299
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I077bd1aa42541743c61d749b645933bc4aed3792
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoStandardize docker tagging 66/113166/3 1.7.1
sebdet [Fri, 25 Sep 2020 13:48:10 +0000 (15:48 +0200)]
Standardize docker tagging

Standardize the docker tagging in all maven modules

Issue-ID: SDC-3300
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoFix docker stage for be plugins 34/113134/2
sebdet [Thu, 24 Sep 2020 20:24:19 +0000 (22:24 +0200)]
Fix docker stage for be plugins

Fix the docker stage build, the docker profile is not set so the docker plugin must be skipped

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

3 years agoRemove legacy Policy Types no longer used 16/112616/2
Pamela Dragosh [Mon, 14 Sep 2020 13:44:10 +0000 (09:44 -0400)]
Remove legacy Policy Types no longer used

These were loaded in Dublin as a stop gap solution as we built up
the self-serve control loop infrastructure over the last 3 releases.
CLAMP does not use these anymore, so cleaning them out of the repo.

Issue-ID: SDC-3229
Change-Id: I39e3a8b8146629f4b9dbb02abe7a0acf9166e716
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
3 years agoSDC changes for adding dummy base heat-new patch 40/112940/4
Sithara Nambiar [Mon, 21 Sep 2020 15:18:56 +0000 (20:48 +0530)]
SDC changes for adding dummy base heat-new patch

Issue-ID: REQ-341

Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com>
Change-Id: I1fff1ea7615ed21c769df651e3f1951be802ff65

3 years agoSupport for Test Topology Auto Design- Service Import 84/112684/13
zhaoxiangjun666 [Thu, 10 Sep 2020 06:01:50 +0000 (14:01 +0800)]
Support for Test Topology Auto Design- Service Import

Add some test code and use lombok in catalog-model
Test Topology Auto Design (NFV Testing Automatic Platform)
Delete useless test code and add test code for new function

Issue-ID: SDC-3179
Issue-ID: SDC-3085
Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com>
Change-Id: I7f555633a00848c273014caa18ea0e30d0b22113

3 years agoIntroduce a new docker for be plugins 24/112824/3
sebdet [Thu, 17 Sep 2020 13:07:23 +0000 (15:07 +0200)]
Introduce a new docker for be plugins

Introduce a new docker image containing the etsi plugin and potentially others + simplify the process to build backend image + cleaning of unused files

Issue-ID: SDC-3289
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I82c770b391d169bef3bcc5f5af66e2a24dffb1b4
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoRemove jboss-rmi 35/112835/1
sebdet [Thu, 17 Sep 2020 14:15:51 +0000 (16:15 +0200)]
Remove jboss-rmi

Remove jboss-rmi lib from war/jar

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

3 years agoRemove jboss-rmi 38/112738/2
sebdet [Wed, 16 Sep 2020 09:42:49 +0000 (11:42 +0200)]
Remove jboss-rmi

Remove the jboss-rmi from catalog-be, imported by CXF

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

3 years agoRemove jboss-rmi 04/112704/2
sebdet [Tue, 15 Sep 2020 14:36:58 +0000 (16:36 +0200)]
Remove jboss-rmi

Remove the jboss-rmi from catalog-be, imported by CXF

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

3 years agoFix VSP updating issue 00/112600/2
xuegao [Mon, 14 Sep 2020 06:57:26 +0000 (08:57 +0200)]
Fix VSP updating issue

Fix the issue during the VSP updating.

Issue-ID: SDC-3104
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: If58aa1a7f1846b0269a7f759b47c7f00f834ae1f

3 years agoUpdate sdc start to mount catalog-be plugins 66/111766/4
andre.schmid [Fri, 21 Aug 2020 10:31:47 +0000 (11:31 +0100)]
Update sdc start to mount catalog-be plugins

Change-Id: Ic1a0a8b01f1ef4ac23829431bbab7a7e10836ae6
Issue-ID: SDC-3252
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoAdd skip test profile 88/112488/1
sebdet [Thu, 10 Sep 2020 13:24:32 +0000 (15:24 +0200)]
Add skip test profile

Add skip test profile so that even the module sdc-integration-tests is not called

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

3 years agoCreate / Update Entitlement Pool - Support Type Field 54/112354/2
JulienBe [Wed, 9 Sep 2020 10:46:42 +0000 (12:46 +0200)]
Create / Update Entitlement Pool - Support Type Field

Setting Universal as the default EntitlementPoolType if none is provided to the api

Issue-ID: SDC-2820

Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I64f90e37f8969488f7453aa53543b566281f2a37

3 years agoUpgrade to java 11 81/110881/13
sebdet [Tue, 4 Aug 2020 12:16:00 +0000 (14:16 +0200)]
Upgrade to java 11

MOve SDC to Java 11, this is one of the PR to move to Jdk 11, jenkins will have to be changed as well

Issue-ID: SDC-2725
Change-Id: I85f13f14ba8004f6e9656093a837465a2e4af3e1
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Signed-off-by: xuegao <xg353y@intl.att.com>
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoFix Vulnerabilities reported by SONAR 33/111433/14
vasraz [Wed, 19 Aug 2020 17:01:52 +0000 (18:01 +0100)]
Fix Vulnerabilities reported by SONAR

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

3 years agoMake directives options configurable backend 32/112232/2
aribeiro [Fri, 4 Sep 2020 12:31:21 +0000 (13:31 +0100)]
Make directives options configurable backend

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

3 years agoFix Sonar coverage 10/112210/4
sebdet [Mon, 7 Sep 2020 07:33:26 +0000 (09:33 +0200)]
Fix Sonar coverage

Fix the coverage sonar issue due to changes in CI

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

3 years agoMake directives options configurable 31/112231/2
aribeiro [Fri, 4 Sep 2020 09:29:18 +0000 (10:29 +0100)]
Make directives options configurable

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

3 years agoAdd and change node_filter unit testes 16/112216/3
aribeiro [Tue, 1 Sep 2020 12:29:56 +0000 (13:29 +0100)]
Add and change node_filter unit testes

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

3 years agoEnable selection of requirements 25/110825/6
vasraz [Fri, 4 Sep 2020 14:27:00 +0000 (15:27 +0100)]
Enable selection of requirements

Instead of all requirements of the component instances in a component being exposed outside the component, this change will enable the component designer to specifiy which should be exposed outside the component and which are to be internal to the component

Change-Id: Ib063f7b8b0aca94896e78a46f069725bae3d494d
Issue-ID: SDC-2771
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
3 years agoUse meaningful workflow name 75/112175/3
xuegao [Fri, 4 Sep 2020 13:29:15 +0000 (15:29 +0200)]
Use meaningful workflow name

When generate csar, use meaningful workflow name instead of null.

Issue-ID: SDC-3230
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: I250e2f928aa33b2da86a7c458c098713c43a5074

3 years agoUpgrade Vulnerable Direct Dependencies [many] 71/111071/9
amohamad [Mon, 10 Aug 2020 00:27:40 +0000 (20:27 -0400)]
Upgrade Vulnerable Direct Dependencies [many]

Issue-ID: SDC-3051

Upgrade ONLY Maven Dependencies in pom.xml (sdc-main)

Upgrade Netty-all 4.1.36.final to 4.1.48.final

Upgrade  togglz-console 2.4.1.final to 2.6.1.final

Upgrade  commons-beanutils 1.9.3 to 1.9.4

Upgrade testng 6.x  to 7.2.0

Change-Id: Ieffbeba96c0bc5dfba1f3f5371339286d94a3a3b
Signed-off-by: amohamad <a.mohamad@queensu.ca>
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoUpdate version to 1.7.1 03/112103/4
sebdet [Thu, 3 Sep 2020 13:09:21 +0000 (15:09 +0200)]
Update version to 1.7.1

Update the pom to 1.7.1 so that we could deliver when we want

Issue-ID: SDC-3274
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I1cea02ebe28cc7cbb03ea5dd3ced98953e32dfc1
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
3 years agoOptimize Build 05/112105/4
JulienBe [Thu, 3 Sep 2020 15:09:46 +0000 (17:09 +0200)]
Optimize Build

Optimize the log output

Issue-ID: SDC-3232
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I50cfb7119b1e9087d3e2db56a81fe47df4ad6254

3 years agoReplace artifact folder ONBOARDED_PACKAGE in CSAR 49/111849/6
vasraz [Mon, 7 Sep 2020 10:36:26 +0000 (11:36 +0100)]
Replace artifact folder ONBOARDED_PACKAGE in CSAR

Replace artifact folder ONBOARDED_PACKAGE for ETSI_PACKAGE in TOSCA
CSAR. Also included VF artifacts will also have the same folder
replaced.

Change-Id: If03f13a80894e98a0abe1b849322f86a27dfd3f1
Issue-ID: SDC-3261
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
3 years agoEnhancement debian package manager apt-get tweaks 09/111609/4
Pratik Raj [Sun, 23 Aug 2020 18:22:52 +0000 (23:52 +0530)]
Enhancement debian package manager apt-get tweaks

By default, Ubuntu or Debian based "apt" or "apt-get"
system installs recommended but not suggested packages .

By passing "--no-install-recommends" option, the user lets apt-get know
not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages
which result in faster download and setup

Refer to blog at
[Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends)

Issue-ID: SDC-3256

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ie9ebfa8e49fa6d562683fa147685c92d1180f467

3 years agoChange to public npm repo 47/112147/5
sebdet [Fri, 4 Sep 2020 07:53:41 +0000 (09:53 +0200)]
Change to public npm repo

Change to public npm repo to avoid issues with the build in npm for catalog-Ui

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

3 years agoAdd 'data_types' during import VFCs 65/109965/15
vasraz [Thu, 30 Jul 2020 12:06:42 +0000 (13:06 +0100)]
Add 'data_types' during import VFCs

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

3 years agoRetrieve node_filter capabilities 12/112212/2
aribeiro [Fri, 28 Aug 2020 18:11:59 +0000 (19:11 +0100)]
Retrieve node_filter capabilities

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

3 years agoTemplate design (NSSTs) for slice sub-nets (RAN, Core, Transport). 17/112217/2
hekeguang [Mon, 7 Sep 2020 08:51:51 +0000 (16:51 +0800)]
Template design (NSSTs) for slice sub-nets (RAN, Core, Transport).

Issue-ID: SDC-3086
Change-Id: Ib70da9e03d6dd152d901344c60f8ba47f38450fe
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
3 years agoAdd support for TOSCA 1.3 96/112096/7
vasraz [Tue, 1 Sep 2020 14:46:09 +0000 (15:46 +0100)]
Add support for TOSCA 1.3

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

3 years agoRename ONBOARDED_PACKAGE folder to ETSI_PACKAGE 48/111848/3
KrupaNagabhushan [Fri, 28 Aug 2020 11:09:06 +0000 (12:09 +0100)]
Rename ONBOARDED_PACKAGE folder to ETSI_PACKAGE

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

3 years agoMap topology inputs to properties in substitution mapping 40/111640/4
aribeiro [Fri, 21 Aug 2020 08:17:56 +0000 (09:17 +0100)]
Map topology inputs to properties in substitution mapping

Allows to map properties of the node_type to inputs of
the topology template for a service

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

3 years agoAdding ETSI NS types 27/111027/4
MichaelMorris [Fri, 21 Aug 2020 16:51:13 +0000 (17:51 +0100)]
Adding ETSI NS types

Change-Id: I22f644a6b02f4f05ddc951af899463df9b11b7db
Issue-ID: SDC-2618
Signed-off-by: MichaelMorris <michael.morris@est.tech>
3 years agoCreate Service category ETSI Network Service 65/111765/3
andre.schmid [Fri, 21 Aug 2020 10:34:22 +0000 (11:34 +0100)]
Create Service category ETSI Network Service

Creates a new Service category ETSI Network Service, having the
service base type as ETSI NS type tosca.nodes.nfv.NS.

Change-Id: I2615a1e1f88330064b97516ed3865a408e1b51b2
Issue-ID: SDC-3250
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoPlugin to Generate Service ETSI NSD CSAR 88/111788/3
andre.schmid [Fri, 21 Aug 2020 10:40:56 +0000 (11:40 +0100)]
Plugin to Generate Service ETSI NSD CSAR

Create a catalog backend plugin to generate an ETSI compliant Network
Service Descriptor (NSD) CSAR as an artifact in the generated TOSCA
CSAR package of a Service.

Change-Id: I2b1556148be39d7bf37602335e638d0cee2b291b
Issue-ID: SDC-3251
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoUpdate node_filter capabilities 92/111892/3
aribeiro [Fri, 28 Aug 2020 10:50:52 +0000 (11:50 +0100)]
Update node_filter capabilities

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

3 years agoDelete node_filter capabilities 91/111891/3
aribeiro [Wed, 26 Aug 2020 16:54:01 +0000 (17:54 +0100)]
Delete node_filter capabilities

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