ccsdk/cds.git
3 years agoRelease ccsdk/cds 0.7.4
jenkins-releng [Wed, 24 Jun 2020 10:58:18 +0000 (10:58 +0000)]
Release ccsdk/cds

3 years agoMerge "add error-messages_en.properties to the blueprint processor docker image"...
Dan Timoney [Tue, 16 Jun 2020 16:32:19 +0000 (16:32 +0000)]
Merge "add error-messages_en.properties to the blueprint processor docker image" into frankfurt

3 years agoRegenerate py-executor certificate with the additional domain wildcards 16/109216/1
Marek Szwalkiewicz [Fri, 5 Jun 2020 08:20:42 +0000 (08:20 +0000)]
Regenerate py-executor certificate with the additional domain wildcards

Additional wildcards requested by Oleg Mitsura.

Issue-ID: CCSDK-2410
Change-Id: I59f9b1731fb0be40c413c7d8c9db618cda821aa4
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
3 years agoadd error-messages_en.properties to the blueprint processor docker image 45/109045/1
Abdelmuhaimen Seaudi [Fri, 12 Jun 2020 13:13:17 +0000 (06:13 -0700)]
add error-messages_en.properties to the blueprint processor docker image

Issue-ID: CCSDK-2444
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Iccdd77676606fc3007568a76402ef0696e6a1653
(cherry picked from commit 2fa007d45d0e9e6f38f56d7eb25ee5936f2b3c1d)

3 years agoAdd ResourceResolutionResult to ResourceResolutionService 14/109014/2
Jozsef Csongvai [Thu, 28 May 2020 17:57:06 +0000 (13:57 -0400)]
Add ResourceResolutionResult to ResourceResolutionService

In order to ensure consistent behavior for assignment-map, supporting
occurences and multiple artifact-prefixes, ResourceResolutionService
needs to return assignment-map alongside generated template content.

Issue-ID: CCSDK-2389
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I54c1991d23d65217f3492b08a2170a6d41b6482d

3 years agoUse released version 1.5.9 of parent pom 78/108978/1
Dan Timoney [Tue, 9 Jun 2020 14:58:36 +0000 (10:58 -0400)]
Use released version 1.5.9 of parent pom

Update to use released version 1.5.9 of parent pom

Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I86c615f3e1aa4e161645f2db2d986cbef4186615

3 years agoData dictionary fixes and improvements from vFW CNF demo 05/108905/1
Samuli Silvius [Tue, 28 Jan 2020 06:49:36 +0000 (08:49 +0200)]
Data dictionary fixes and improvements from vFW CNF demo

During doing vFW CNF use case CBA model with CDS (See INT-1260)
found some diff/improvements to update to CDS starter dictionary.

Issue-ID: CCSDK-2408

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I8e899b3ab34bcd499e917da318f589e69008dc6d
(cherry picked from commit bef1899ac0e9cc77e8c22feffaab95cbc923d6ba)

4 years agoSet explicit uid and gid in dockerfiles 83/108683/1
Jozsef Csongvai [Wed, 3 Jun 2020 13:04:28 +0000 (09:04 -0400)]
Set explicit uid and gid in dockerfiles

This fixes permission issues with shared nfs volumes caused by
mismatch in dynamically assigned gid and uid between containers.

Issue-ID: CCSDK-2398
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ie47873c98211b280490ee7a6bcc60ceef49dd690
(cherry picked from commit 12ab1a900ad255ffec2f18530e85d9b196417e26)

4 years agoMerge "Regenerate py-executor certificate with the new wildcard" into frankfurt
Dan Timoney [Mon, 1 Jun 2020 14:36:20 +0000 (14:36 +0000)]
Merge "Regenerate py-executor certificate with the new wildcard" into frankfurt

4 years agoRoll to next snapshot 75/108575/1
Dan Timoney [Fri, 29 May 2020 15:15:13 +0000 (11:15 -0400)]
Roll to next snapshot

Roll to next Frankfurt snapshot

Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0e433bbe8f443c1342cb9a757c983a0e76bf5022

4 years agoRegenerate py-executor certificate with the new wildcard 95/108395/1
Marek Szwalkiewicz [Thu, 28 May 2020 14:08:01 +0000 (14:08 +0000)]
Regenerate py-executor certificate with the new wildcard

The existing cert was generated with dns alias that was not matching
the service name that OOM uses.

Issue-ID: CCSDK-2394
Change-Id: I3836c05f0adfde4a4ff184b32ddfcfbebd3c20d8
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
(cherry picked from commit 045eb1725eb72e727dfb17ad0296de05f422556f)

4 years agoMerge "Fix sub-attribute parsing for accessing resolved values" into frankfurt
Dan Timoney [Thu, 28 May 2020 18:21:47 +0000 (18:21 +0000)]
Merge "Fix sub-attribute parsing for accessing resolved values" into frankfurt

4 years agoMerge "PY-executor missing AUTH_TOKEN in startup script" into frankfurt
Dan Timoney [Thu, 28 May 2020 18:21:28 +0000 (18:21 +0000)]
Merge "PY-executor missing AUTH_TOKEN in startup script" into frankfurt

4 years agoMerge "Update Data Definitions" into frankfurt
Dan Timoney [Thu, 28 May 2020 18:21:07 +0000 (18:21 +0000)]
Merge "Update Data Definitions" into frankfurt

4 years agoFix sub-attribute parsing for accessing resolved values 00/108400/2
Jozsef Csongvai [Mon, 25 May 2020 15:23:21 +0000 (11:23 -0400)]
Fix sub-attribute parsing for accessing resolved values

Added assignment-map attribute to ResourceResolutionComponent.
This attribute will hold a json object with the resolved values
for each artifact-prefix. It will enable accessing any resolved
value, using get_attribute with JsonPath.

Issue-ID: CCSDK-2389
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I3441569d9766fbd79703d2f224de448edd56dbb2

4 years agoREST endpoint for fetching templates resolution results does not expose occurence... 83/108383/2
Serge Simard [Sun, 24 May 2020 21:14:08 +0000 (17:14 -0400)]
REST endpoint for fetching templates resolution results does not expose occurence parameter

Issue-ID: CCSDK-2384

Change-Id: I8a6abfea32c7aacade1e9b3140eeed22fa58b4a9
Signed-off-by: Serge Simard <serge@agilitae.com>
(cherry picked from commit abee5037695a03ea80c2595269e613fc8756f8c0)

4 years agoPY-executor missing AUTH_TOKEN in startup script 82/108382/2
Oleg Mitsura [Mon, 25 May 2020 20:22:04 +0000 (16:22 -0400)]
PY-executor missing AUTH_TOKEN in startup script

rev1. initially copied BASIC_AUTH
rev2. meant AUTH_TOKEN

Issue-ID: CCSDK-2386

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I6278476291d4ef892b249e35f20f43d70fd0e4a0
(cherry picked from commit 6ce6c7d4749b008cfd2484a54edfaf12e473ca08)

4 years agoUpdate Data Definitions 84/108384/2
Abdelmuhaimen Seaudi [Wed, 20 May 2020 11:20:27 +0000 (04:20 -0700)]
Update Data Definitions

Issue-ID: CCSDK-2382
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ie6d9970e9148422e187f2594c9d9deee0cf01d3e
(cherry picked from commit 0f82eb6b9bdf1f0df98f75e437a6f03e1734d57b)

4 years agoRelease Frankfurt RC2 dockers 44/108344/1
Dan Timoney [Wed, 27 May 2020 19:46:58 +0000 (15:46 -0400)]
Release Frankfurt RC2 dockers

Release Frankfurt RC2 docker containers

Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Idbbe7196fc91d398d5315c99436886bb7a5626aa

4 years agoRelease Frankfurt RC2 maven artifacts 38/108338/1
Dan Timoney [Wed, 27 May 2020 18:28:26 +0000 (14:28 -0400)]
Release Frankfurt RC2 maven artifacts

Release Frankfurt RC2 maven artifacts (version 0.7.3)

Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia0626b51f0a804590d8d4fa6a8c802edb9710f07

4 years agoImprove logging for ResourceAssingmentUtils 55/107855/1
Jozsef Csongvai [Tue, 19 May 2020 17:33:49 +0000 (13:33 -0400)]
Improve logging for ResourceAssingmentUtils

Sort keys for generated resource param data logging

Issue-ID: CCSDK-2381
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Iea0a88fbe915e41e399ced45d842a8ef14d052c1
(cherry picked from commit 79d6af1baefdafd0cef5d32aa87b509b76070ebc)

4 years agoFix incorrect encoding for query params 43/107843/1
Jozsef Csongvai [Tue, 19 May 2020 13:16:46 +0000 (09:16 -0400)]
Fix incorrect encoding for query params

Issue-ID: CCSDK-2380
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I3a49f2c5a3a29383e43e2a4a3d6a9c13a9f933c2
(cherry picked from commit 1910b2b7879712ccac56580e8996a700f6dcec43)

4 years agoupdate vlb cds instantiation and scale out package 92/107792/1
Abdelmuhaimen Seaudi [Sun, 17 May 2020 19:03:51 +0000 (19:03 +0000)]
update vlb cds instantiation and scale out package

Issue-ID: CCSDK-2376
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I307ed09b73487e8c830eadf26b477601b0a0d6f4
(cherry picked from commit 8cd1be656b7354beac76d4095131ea38a58bd7f4)

4 years agoFix formatting issues in RST files 03/107403/1
Dan Timoney [Fri, 8 May 2020 16:22:03 +0000 (12:22 -0400)]
Fix formatting issues in RST files

Fixed issues found in sphinx-build of documentation files

Issue-ID: CCSDK-2176
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ifa757b5f9a9c868802ed42fcf34b903fe6fe8a1f

4 years agoadding the basic running steps for CDS in README file 88/107188/1
AhmedEldeeb50 [Mon, 4 May 2020 14:29:48 +0000 (16:29 +0200)]
adding the basic running steps for CDS in README file

Issue-ID: CCSDK-2357

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I67d389820bffcac56ee27936f7bf33eec059a94f
(cherry picked from commit 5b9f323027c74d11aa0af8061c77118c8ff81a74)

4 years agoRoll to next snapshot 13/107113/1
Dan Timoney [Tue, 5 May 2020 13:34:37 +0000 (09:34 -0400)]
Roll to next snapshot

Roll to next Frankfurt snapshot version

Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic67ba870ef2a6158f859754d123e6051e389d816

4 years agoMerge "-Delete uploaded files" into frankfurt
Dan Timoney [Tue, 5 May 2020 13:13:24 +0000 (13:13 +0000)]
Merge "-Delete uploaded files" into frankfurt

4 years ago-Delete uploaded files 07/106907/1
AhmedEldeeb50 [Sun, 3 May 2020 10:52:37 +0000 (12:52 +0200)]
-Delete uploaded files

-Show confirmation modal before delete any file

- disable import button until the user select a file

Issue-ID: CCSDK-2346

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I5c76765b045cfbe0b71083e5c06faa40881c2b8e
(cherry picked from commit fec3bb773795d769d83cf1891879781b527a5d53)

4 years agoRelease 0.7.2 CDS docker containers 95/106995/1
Dan Timoney [Fri, 1 May 2020 19:06:43 +0000 (15:06 -0400)]
Release 0.7.2 CDS docker containers

Release version 0.7.2 of CDS docker containers

Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I93fc00e8040b0f307f5122946e3669becb599e2d

4 years agoRelease 0.7.2 CDS maven artifacts 78/106978/1
Dan Timoney [Fri, 1 May 2020 14:16:13 +0000 (10:16 -0400)]
Release 0.7.2 CDS maven artifacts

Release version 0.7.2 of CDS maven artifacts

Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iac402e17d6c4a149739a82932de8117f6fd1c538

4 years agoFix null safety - ResourceResolutionDBService.write 04/106904/1
Jozsef Csongvai [Thu, 30 Apr 2020 17:27:56 +0000 (13:27 -0400)]
Fix null safety - ResourceResolutionDBService.write

Issue-ID: CCSDK-2352
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I49a56dff0636617111f02be141764600e0a1e082
(cherry picked from commit 3fb8905c569e11c5c1a92ea583124e911862b596)

4 years agoMerge "RestResourceResolutionProcessor should always set Status" into frankfurt
Dan Timoney [Thu, 30 Apr 2020 14:13:17 +0000 (14:13 +0000)]
Merge "RestResourceResolutionProcessor should always set Status" into frankfurt

4 years agofix download feature for package 47/106547/2
ShaabanEltanany [Tue, 28 Apr 2020 16:13:27 +0000 (18:13 +0200)]
fix download feature for package

Issue-ID: CCSDK-2126

Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I000e54c7fb0df68debbce38de8f66ae0ff974329
(cherry picked from commit 94ef4b36bfb7e78e8135cf000d369caf2070d753)

4 years agoRestResourceResolutionProcessor should always set Status 54/106554/1
Jozsef Csongvai [Wed, 29 Apr 2020 19:38:24 +0000 (15:38 -0400)]
RestResourceResolutionProcessor should always set Status

Issue-ID: CCSDK-2350
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ieadfb9b5931808f9eb298aa913d32cabbad67e2e
(cherry picked from commit f8b1afe40d6c741f91e9858e02338b231b8d608a)

4 years agoPyExecutor ResourceResolution store/retrieve templates 48/106548/2
Michal Jagiello [Fri, 27 Mar 2020 12:16:22 +0000 (12:16 +0000)]
PyExecutor ResourceResolution store/retrieve templates

Issue-ID: CCSDK-2156
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I59df2772d004e349532a1b42c4e4abd367c13256
(cherry picked from commit daf7bf3b0726c9574f9f1b7aa34af4f199ee32c3)

4 years agoUse RC1 version of parent poms 20/106820/1
Dan Timoney [Wed, 29 Apr 2020 15:48:25 +0000 (11:48 -0400)]
Use RC1 version of parent poms

Update to use released RC1 version of parent poms

Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I254d42079b21d280cb85fa05a7c2b87c715ae46b

4 years agoMaking POD run as non-root 41/106541/1
jananib [Thu, 23 Apr 2020 13:58:43 +0000 (19:28 +0530)]
Making POD run as non-root

Non-root user addition

Change-Id: Id110aebea3d3526aaf319d8994670644a7bab698
Issue-ID: CCSDK-2149
Signed-off-by: jananib <janani.b@huawei.com>
(cherry picked from commit be864c3d32ea9dfe88f0e121734abdc950401449)

4 years agoMerge "Making POD run as non-root" into frankfurt
Dan Timoney [Tue, 28 Apr 2020 14:03:13 +0000 (14:03 +0000)]
Merge "Making POD run as non-root" into frankfurt

4 years agoMerge "Making POD run as non-root" into frankfurt
Dan Timoney [Tue, 28 Apr 2020 14:02:37 +0000 (14:02 +0000)]
Merge "Making POD run as non-root" into frankfurt

4 years agoJunit for SdcListenerException 23/106423/1
ezhil [Wed, 22 Apr 2020 11:51:55 +0000 (17:21 +0530)]
Junit for SdcListenerException

Issue-ID: CCSDK-2305
Change-Id: I369e98e0c9b57e3b1e6a52c073f91fa355057508
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
(cherry picked from commit 8371ce88a9b65c2c1c799f3b5b5629a7977b000b)

4 years agoMerge "Junit for FileUtil" into frankfurt
Dan Timoney [Wed, 22 Apr 2020 19:49:24 +0000 (19:49 +0000)]
Merge "Junit for FileUtil" into frankfurt

4 years agoSDCListenerDto Junit test 20/106420/1
ezhil [Sat, 18 Apr 2020 05:24:12 +0000 (10:54 +0530)]
SDCListenerDto Junit test

Issue-ID: CCSDK-2305
Change-Id: Id7b0882561a9f714037a4fbcce0c466ab9b148f3
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
(cherry picked from commit 680e97a60b7ceff12edd1d967b55ca19af77024b)

4 years agoJunit for FileUtil 19/106419/1
ezhil [Mon, 20 Apr 2020 13:29:12 +0000 (18:59 +0530)]
Junit for FileUtil

Issue-ID: CCSDK-2305
Change-Id: I226be53b04c6131819a6eda4ad87726457e347b4
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
(cherry picked from commit ceb6fcc5c5c6ddea4cb993ad54212afcfd0d132e)

4 years agoMerge "cmd-exec had a merge issue from elalto..." into frankfurt
Dan Timoney [Tue, 21 Apr 2020 16:47:41 +0000 (16:47 +0000)]
Merge "cmd-exec had a merge issue from elalto..." into frankfurt

4 years agocmd-exec had a merge issue from elalto... 29/106129/1
Oleg Mitsura [Wed, 15 Apr 2020 19:46:50 +0000 (15:46 -0400)]
cmd-exec had a merge issue from elalto...

Issue-ID: CCSDK-2049

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I611fff488b339f03b85c58ed097525a0bcda35a3
(cherry picked from commit 65a6f37c25ff2c03224ed61301a737667a6fd625)

4 years agoFix default behavior for DatabaseResourceAssignmentProcessor 28/106128/1
Jozsef Csongvai [Thu, 16 Apr 2020 12:33:36 +0000 (08:33 -0400)]
Fix default behavior for DatabaseResourceAssignmentProcessor

If a data-dictionary did not declare an endpoint-selector, it would
default to primary cds-db instead of using data-dictionary source to
look up database configuration. Processor-db configurations were not
used because of this.

Also improved error messages and some refactoring.

Issue-ID: CCSDK-2315
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I7122e1334951db4eec5b9ae8b01c1f66596636f6
(cherry picked from commit 87bf1928aa4772c3b953a0a5800bec99f23b6e9c)

4 years agoWorkflow-spec returning error response 21/106121/1
jananib [Wed, 15 Apr 2020 22:22:31 +0000 (03:52 +0530)]
Workflow-spec returning error response

Fix workflow-spec query

Change-Id: Ic66e2249b73c113cd25bd99c9cf33984520e31df
Issue-ID: CCSDK-2181
Signed-off-by: jananib <janani.b@huawei.com>
(cherry picked from commit 7247588ed2ac6b9fb0bd615525ae9347145b66b0)

4 years agoMaking POD run as non-root 20/106120/1
jananib [Wed, 15 Apr 2020 19:40:29 +0000 (01:10 +0530)]
Making POD run as non-root

Non-root user addition

Change-Id: I45ebc75940c020fdda79fbe454461a19df39c525
Issue-ID: CCSDK-2149
Signed-off-by: jananib <janani.b@huawei.com>
(cherry picked from commit b21a8dcb57767134eca44de57b863b457db6b88e)

4 years agoMaking POD run as non-root 93/105793/1
jananib [Wed, 15 Apr 2020 05:35:22 +0000 (11:05 +0530)]
Making POD run as non-root

Non-root user addition

Change-Id: I82995b0c0a6eb815e0422c6072c111c889c8c84a
Issue-ID: CCSDK-2149
Signed-off-by: jananib <janani.b@huawei.com>
(cherry picked from commit 3a27f2fee05ef874181ea818f28329c2567e52c5)

4 years agoChange Import tabs to Definitions 91/105791/1
Sarah Abouzainah [Mon, 13 Apr 2020 14:08:31 +0000 (16:08 +0200)]
Change Import tabs to Definitions

Issue-ID: CCSDK-2312

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I0aca9848feaf47e3b22d4f3decf3317b7e137a1e
(cherry picked from commit 3ce18436a7fdbe20e5681785d88a62679d92ab0d)

4 years agoMerge live repo with design changes ccsdk-2309 36/105836/1
Sarah Abouzainah [Fri, 10 Apr 2020 12:54:02 +0000 (14:54 +0200)]
Merge live repo with design changes ccsdk-2309

Issue-ID: CCSDK-2309
Change-Id: Iba91eebc5880a930842e66fa97d20441c52e347b
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Fix parsing error for RestResourceSource" into frankfurt
Dan Timoney [Fri, 10 Apr 2020 18:40:14 +0000 (18:40 +0000)]
Merge "Fix parsing error for RestResourceSource" into frankfurt

4 years agoEnable inline templating in mapping files 79/105779/1
Jozsef Csongvai [Wed, 8 Apr 2020 22:49:00 +0000 (18:49 -0400)]
Enable inline templating in mapping files

Issue-ID: CCSDK-2306
Change-Id: I9657eb73b48659edfc1adfd842ed96f35a095197
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
(cherry picked from commit 3109998de219adb6488ff28c9ab4e9bf6b444e57)

4 years agoFix parsing error for RestResourceSource 76/105776/1
Jozsef Csongvai [Wed, 8 Apr 2020 18:45:22 +0000 (14:45 -0400)]
Fix parsing error for RestResourceSource

Issue-ID: CCSDK-2310
Change-Id: I3587187b115797ce00ffd8c9125d9ee5035e25be
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
(cherry picked from commit dd54f3f3976cdb90c3c04be01880c37fb753d51b)

4 years agoFixnig file import in script, import and template&mapping. 62/105662/1
AhmedEldeeb50 [Wed, 8 Apr 2020 13:59:21 +0000 (15:59 +0200)]
Fixnig file import in script, import and template&mapping.

Fixing routes redirect

Issue-ID: CCSDK-2258

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Ibe9f4516884044adcea2e8e16ee59c4e1775120f
(cherry picked from commit c78641087f481cb645096842a15efbb9feb77bfa)

4 years agoMerge "ComponentStatusMessage Junit testclass" into frankfurt
Dan Timoney [Thu, 9 Apr 2020 15:39:56 +0000 (15:39 +0000)]
Merge "ComponentStatusMessage Junit testclass" into frankfurt

4 years agoComponentStatusMessage Junit testclass 61/105661/1
ezhil [Thu, 9 Apr 2020 13:04:22 +0000 (18:34 +0530)]
ComponentStatusMessage Junit testclass

Issue-ID: CCSDK-2305
Change-Id: If6f7d645f8c83c71403d363d547f98ff4b4ccb68
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
(cherry picked from commit e83896cc31246bd4dfdb37e4bc947de04e270e5f)

4 years agoCDS UI Save metadata bug fix 60/105660/1
ezhil [Thu, 9 Apr 2020 08:28:07 +0000 (13:58 +0530)]
CDS UI Save metadata bug fix

Issue-ID: CCSDK-2302
Change-Id: I9873c49c458ba57f1abd374b5223010c7fd46a4f
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
(cherry picked from commit 97a301cd80080fbf8fd1cab06371f5179ed25660)

4 years agoMerge "Fixing All Accordion panels is only open and not closed" into frankfurt
Dan Timoney [Thu, 9 Apr 2020 13:37:33 +0000 (13:37 +0000)]
Merge "Fixing All Accordion panels is only open and not closed" into frankfurt

4 years agoImproving CMD-exec err msgs/handling. 34/105634/1
Oleg Mitsura [Thu, 30 Jan 2020 04:39:49 +0000 (23:39 -0500)]
Improving CMD-exec err msgs/handling.

Issue-ID: CCSDK-2049

rev1. initial commit
rev2. added better logging/passing errors.
rev3. bugfixes
rev4. bugfix for CommandExecutorServer.prepareEnv return status was still returning bool.
(was caught only during a defective mariadb pip package install!)

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ifbddaeb0e15857f42b121af10e30e29dec5c20b2
(cherry picked from commit 6f18499858e224a53086a049917037029e6267ee)

4 years agoFixing All Accordion panels is only open and not closed 33/105633/1
ShaabanEltanany [Wed, 8 Apr 2020 16:54:43 +0000 (18:54 +0200)]
Fixing All Accordion panels is only open and not closed

Issue-ID: CCSDK-2219

Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Ic2b22206f6cf9193723a9d441768a48ae9f865da
(cherry picked from commit 053de4277d61ee49dbcfe47a6c2fee4c97544712)

4 years agoMerge "Refactoring BP Code with ErrorCatalog" into frankfurt
Dan Timoney [Wed, 8 Apr 2020 19:17:10 +0000 (19:17 +0000)]
Merge "Refactoring BP Code with ErrorCatalog" into frankfurt

4 years agoMerge "Adding delete catalog" into frankfurt
Dan Timoney [Wed, 8 Apr 2020 19:16:59 +0000 (19:16 +0000)]
Merge "Adding delete catalog" into frankfurt

4 years agoRefactoring BP Code with ErrorCatalog 47/105547/1
Brinda Santh [Fri, 6 Mar 2020 18:04:37 +0000 (13:04 -0500)]
Refactoring BP Code with ErrorCatalog

Issue-ID: CCSDK-2124
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Ief468a56f9e7b3ef86c357965aa7b15f0a4cfa22
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Roll to next Frankfurt snapshot" into frankfurt
Dan Timoney [Wed, 8 Apr 2020 15:47:58 +0000 (15:47 +0000)]
Merge "Roll to next Frankfurt snapshot" into frankfurt

4 years agoAdding delete catalog 23/105523/1
swapnalipode [Mon, 2 Mar 2020 07:27:20 +0000 (12:57 +0530)]
Adding delete catalog

 Adding delete catalog functionality in client ui

Change-Id: I56bcba1c09d949b80155b3ac9368203e85eb4f99
Issue-ID: CCSDK-815
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
(cherry picked from commit 7cc92c22ac6172d6b51425d8628e431350593bca)

4 years agoRemoved logging of configuration snapshot as it might leak sensitive data in the... 73/105473/1
Serge Simard [Mon, 2 Mar 2020 18:51:21 +0000 (13:51 -0500)]
Removed logging of configuration snapshot as it might leak sensitive data in the logs.

Issue-ID: CCSDK-2151
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I3422fbf2fd82c7a0e11d9663265e21525c102496
Signed-off-by: Serge Simard <serge@agilitae.com>
(cherry picked from commit 6198c0b576a5ad873e1c47af8d592a43d136d8cb)

4 years agoRoll to next Frankfurt snapshot 48/105348/2
Dan Timoney [Tue, 7 Apr 2020 15:20:11 +0000 (11:20 -0400)]
Roll to next Frankfurt snapshot

Roll to next Frankfurt snapshot release

Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia5a5dca4d552925f8909a2c2a92bbabeec39cdc4

4 years agoMerge "execution timeout not respected..."
Dan Timoney [Mon, 6 Apr 2020 19:11:37 +0000 (19:11 +0000)]
Merge "execution timeout not respected..."

4 years agoMerge "Fix ResolutionSummary - return empty string instead of null"
Dan Timoney [Mon, 6 Apr 2020 19:10:38 +0000 (19:10 +0000)]
Merge "Fix ResolutionSummary - return empty string instead of null"

4 years agoRelease version 0.7.1 dockers 70/104870/1
Dan Timoney [Wed, 1 Apr 2020 14:03:36 +0000 (10:03 -0400)]
Release version 0.7.1 dockers

Release version 0.7.1 docker containers for CDS

Issue-ID: CCSDK-2235
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0a5f6dea76faf721cfcdf31c778ec6250d1f80e2

4 years agoRelease version 0.7.1 maven artifacts 68/104868/1
Dan Timoney [Wed, 1 Apr 2020 13:54:52 +0000 (09:54 -0400)]
Release version 0.7.1 maven artifacts

Release version 0.7.1 maven artifacts for CDS

Issue-ID: CCSDK-2235
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia484d81f3705786c77877d3ba32507f774eadcb3

4 years agoFix ResolutionSummary - return empty string instead of null 03/104803/3
Jozsef Csongvai [Tue, 31 Mar 2020 20:34:43 +0000 (16:34 -0400)]
Fix ResolutionSummary - return empty string instead of null

Issue-ID: CCSDK-2246
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I894bf605ee7f5b094d015fd637979ce055da5081

4 years agoFix for sdc listener and reactor 66/104766/2
Sebastien Premont-Tendland [Tue, 31 Mar 2020 14:21:37 +0000 (10:21 -0400)]
Fix for sdc listener and reactor

Issue-ID: CCSDK-2235
Change-Id: I875f991a05cf32d565c866bea33ad27b11739d41
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
4 years agoRoll to next Frankfurt snapshot and fix sonar build 83/104683/4
Dan Timoney [Mon, 30 Mar 2020 12:21:12 +0000 (08:21 -0400)]
Roll to next Frankfurt snapshot and fix sonar build

Roll to next Frankfurt snapshot.  Also, fixed config to skip sonar
for error-catalog, which has no scannable components.  Sonar builds
were failing because error-catalog does not have standard maven
source and test directories (src/main, src/test)

Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iacb76b240e71206de8306af7e2447eaa07b0d33b

4 years agoexecution timeout not respected... 32/104532/6
Oleg Mitsura [Thu, 19 Dec 2019 21:47:14 +0000 (16:47 -0500)]
execution timeout not respected...

Issue-ID: CCSDK-2012

rev1: initial commit
rev2: reworked + added grpc deadline
rev3: wrong err msg..
rev4: timeouts in millis
rev5: timeout defaulting was after logging...
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I02eb414904cc5dfcf51ff7b7552dafe54857ed1e
(cherry picked from commit 3f56fcfec7d14e7351280b9e2a1d220638626693)

4 years agoDeactivating spring data jpa from SDCListener 49/104149/12
shaaban Altanany [Mon, 23 Mar 2020 12:07:55 +0000 (14:07 +0200)]
Deactivating spring data jpa from SDCListener

1-Deactivate spring data jpa  from health check common project

Issue-ID: CCSDK-1669
Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com>
Change-Id: Ib59e9b11b948fd584ddc65da560a65328d885501

4 years agoChange relative paths in Python Executor test 59/104559/3
Michal Jagiello [Fri, 27 Mar 2020 12:19:37 +0000 (12:19 +0000)]
Change relative paths in Python Executor test
Add "babel/compat-data" package to Designer Client devDependencies
Remove package-lock.json from .gitignore

Issue-ID: CCSDK-2192
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I2676412dc4994fa5314cd411ce64d19df2790e5a

4 years agoMerge "Release Frankfurt M4 dockers"
Dan Timoney [Mon, 23 Mar 2020 15:27:34 +0000 (15:27 +0000)]
Merge "Release Frankfurt M4 dockers"

4 years agoMerge "Release Frankfurt M4 artifacts"
Dan Timoney [Fri, 20 Mar 2020 19:04:59 +0000 (19:04 +0000)]
Merge "Release Frankfurt M4 artifacts"

4 years agoRelease Frankfurt M4 dockers 82/104082/1
Dan Timoney [Fri, 20 Mar 2020 18:27:50 +0000 (14:27 -0400)]
Release Frankfurt M4 dockers

Release Frankfurt M4 version of dockers

Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7ad9e092155816847de6a389f14b8e19ab60aadb

4 years agoMerge "virtualenv lib changed. need to pin to older version."
Brinda Santh Muthuramalingam [Fri, 20 Mar 2020 14:13:38 +0000 (14:13 +0000)]
Merge "virtualenv lib changed. need to pin to older version."

4 years agoRelease Frankfurt M4 artifacts 53/104053/1
Dan Timoney [Fri, 20 Mar 2020 13:07:00 +0000 (09:07 -0400)]
Release Frankfurt M4 artifacts

Release Frankfurt M4 version (0.7.0)

Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9934b491fc0a04250635618f4856efdfb7b6285d

4 years agoFix kotlin cache lazy loading 78/102878/9
Sebastien Premont-Tendland [Mon, 2 Mar 2020 19:33:33 +0000 (14:33 -0500)]
Fix kotlin cache lazy loading

When USE_SCRIPT_COMPILATION_CACHE is set to false the classLoader
is closed after the class is instantiated. This is causing an issue
when lazy loading is happening during the script execution.

Lazy loading occurs when a suspendible function returning something
is called from "processNB", kotlin will create a second class that
will be loaded during execution (needs to be in the classpath during execution).

Issue-ID: CCSDK-2150

Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I64780287352d762325662e0e5d5b94038dedee7f

4 years agoMerge "Fix GroupId and package name in Error Catalog"
Brinda Santh Muthuramalingam [Thu, 19 Mar 2020 12:51:30 +0000 (12:51 +0000)]
Merge "Fix GroupId and package name in Error Catalog"

4 years agoFix GroupId and package name in Error Catalog 99/103899/5
Dan Timoney [Wed, 18 Mar 2020 13:59:18 +0000 (09:59 -0400)]
Fix GroupId and package name in Error Catalog

Issue-ID: CCSDK-2180
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Ibe00fc1f2a905821b7100ae4f221ea1e0b934894

4 years agoUse released parent poms 69/103869/1
Dan Timoney [Wed, 18 Mar 2020 13:59:18 +0000 (09:59 -0400)]
Use released parent poms

Use released version of parent poms

Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib45fc3134e2ba0e97908d9efa12e3cbec265b381

4 years agoFix groupId for error-catalog 87/103787/2
Dan Timoney [Tue, 17 Mar 2020 12:34:04 +0000 (08:34 -0400)]
Fix groupId for error-catalog

Updated groupId from org.onap.ccsdk.error.catalog to
org.onap.ccsdk.cds.error.catalog to match repo name

Issue-ID: CCSDK-2177
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6feda23dcd9263a741ce9e0838c126b0c0b7b17e

4 years agoUpdate application properties for ErrorCatalog 03/103703/2
Steve Siani [Sat, 14 Mar 2020 16:10:35 +0000 (12:10 -0400)]
Update application properties for ErrorCatalog

Issue-ID: CCSDK-2174
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I8d8de812bb560ef2c01bc3bee8dd17f9d6ed1099

4 years agoMerge "add a rest endpoint to remove resources"
KAPIL SINGAL [Fri, 13 Mar 2020 16:20:52 +0000 (16:20 +0000)]
Merge "add a rest endpoint to remove resources"

4 years agoMerge "PyExecutor ResourceResoluton helper class."
KAPIL SINGAL [Fri, 13 Mar 2020 14:34:15 +0000 (14:34 +0000)]
Merge "PyExecutor ResourceResoluton helper class."

4 years agoEnable generation and exposure of git information 24/103324/4
ebo [Sat, 7 Mar 2020 13:46:41 +0000 (13:46 +0000)]
Enable generation and exposure of git information

Initially only the blueprintprocessor MS will expose these info.

Issue-ID: CCSDK-2165
Change-Id: Id0b994e62a2992942ec1def40566a03615c9df3c
Signed-off-by: ebo <eliezio.oliveira@est.tech>
4 years agoError Catalog Management Core Library. 98/103298/16
Brinda Santh [Fri, 6 Mar 2020 18:04:37 +0000 (13:04 -0500)]
Error Catalog Management Core Library.

Issue-ID: CCSDK-2076
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I9e8e67bdee77fb359a791f4ef4c2963aa78ab93a
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
4 years agoPyExecutor ResourceResoluton helper class. 99/103499/1
Michal Jagiello [Mon, 9 Mar 2020 14:34:14 +0000 (14:34 +0000)]
PyExecutor ResourceResoluton helper class.

Create a class to call workflow execution requests to gRPC server.
Create an interceptor to use header authorization for gRPC calls.

Issue-ID: CCSDK-1989
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ia449a089e02e7a12e31bee5e3b7debee506d8426

4 years agoAdded proper logging to sdc-listener MS 98/103398/1
Sebastien Premont-Tendland [Mon, 9 Mar 2020 22:34:18 +0000 (18:34 -0400)]
Added proper logging to sdc-listener MS

 - Logging was not configured properly to use logback file.
 - Updated the sdc-distribution-client version to 1.4.0
 - Changed the default username for SDC to cds from vid

Issue-ID: CCSDK-2160
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: Iea89ccf10ac61f44c0ce1765db9dad13ea666510

4 years agoadd a rest endpoint to remove resources 67/103067/4
Julien Fontaine [Wed, 4 Mar 2020 21:09:26 +0000 (16:09 -0500)]
add a rest endpoint to remove resources

Issue-ID: CCSDK-2159
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I504fa0aad6f4e7105a53e793d08d08d92bbb8df4

4 years agoFixing some bugs in package creation tabs 68/102868/13
Ahmed [Tue, 3 Mar 2020 13:29:38 +0000 (15:29 +0200)]
Fixing some bugs in package creation tabs

Issue-ID: CCSDK-2123

Signed-off-by: Ahmed <ahmed.eldeeb.ext@orange.com>
Change-Id: Id7a457470b14ab3491d4e6b9bdd74ef93990dd2c

4 years agoAdd the executor and the component function to support 5G NRM CM 85/101085/12
Huang Cheng [Tue, 4 Feb 2020 03:53:15 +0000 (03:53 +0000)]
Add the executor and the component function to support 5G NRM CM

The executor and the component function are designed to invoke the 5G NRM CM opertions: createMOI getMOIAttributes modifyMOIAttributes and deleteMOI

Issue-ID: CCSDK-2003
Signed-off-by: Huang Cheng <duke.huangcheng@huawei.com>
Change-Id: I20d3e97c01f6499e73ab0ec77abbc24775f428b7

4 years agoMerge "Restored /spy and /verify UatServices endpoints"
KAPIL SINGAL [Thu, 5 Mar 2020 13:40:07 +0000 (13:40 +0000)]
Merge "Restored /spy and /verify UatServices endpoints"

4 years agoRestored /spy and /verify UatServices endpoints 26/103026/2
ebo [Wed, 4 Mar 2020 14:17:57 +0000 (14:17 +0000)]
Restored /spy and /verify UatServices endpoints

This is a partial reversal of the breaking change introduced by
https://gerrit.onap.org/r/#/c/ccsdk/cds/+/100213/

Issue-ID: CCSDK-2155
Change-Id: Ie1e16b8b7d15bd4605cec37e9185419434d75f70
Signed-off-by: ebo <eliezio.oliveira@est.tech>