aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06Release ccsdk/cds0.7.5jenkins-releng62-81/+81
2020-07-06Roll version to latest Frankfurt snapshotDan Timoney63-82/+82
Roll versions to latest Frankfurt snapshot Issue-ID: CCSDK-2519 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I440fb78baad8dd3a607599556e712df61d12f6a1
2020-07-02Do not install certs in docker imageDan Timoney2-6/+1
Updated docker config to no longer install certificates in docker image. Instead, in kubernetes env, they will be installed as secrets in oom. In docker-compose env, certs will be an external mount. Issue-ID: CCSDK-2519 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id67e16e72d2cb7d0c9a1d88fdcff544d86ca2708
2020-06-26Release version 0.7.4 CDS docker containersDan Timoney1-0/+19
Release version 0.7.4 CDS docker containers Issue-ID: CCSDK-2479 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4e5f3c7a69b31de26455109570d3bae3a1b906d1
2020-06-24Merge "Release version 0.7.4 of CDS" into frankfurtDan Timoney1-0/+5
2020-06-24Release version 0.7.4 of CDSDan Timoney1-0/+5
Release version 0.7.4 of CDS maven artifacts Issue-ID: CCSDK-2479 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6dc3acebdd37d2135325bebcab20405e84e88c1b
2020-06-16Merge "add error-messages_en.properties to the blueprint processor docker ↵Dan Timoney1-0/+1
image" into frankfurt
2020-06-16Regenerate py-executor certificate with the additional domain wildcardsMarek Szwalkiewicz3-82/+86
Additional wildcards requested by Oleg Mitsura. Issue-ID: CCSDK-2410 Change-Id: I59f9b1731fb0be40c413c7d8c9db618cda821aa4 Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2020-06-12add error-messages_en.properties to the blueprint processor docker imageAbdelmuhaimen Seaudi1-0/+1
Issue-ID: CCSDK-2444 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Iccdd77676606fc3007568a76402ef0696e6a1653 (cherry picked from commit 2fa007d45d0e9e6f38f56d7eb25ee5936f2b3c1d)
2020-06-11Add ResourceResolutionResult to ResourceResolutionServiceJozsef Csongvai12-59/+127
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
2020-06-09Use released version 1.5.9 of parent pomDan Timoney2-2/+2
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
2020-06-08Data dictionary fixes and improvements from vFW CNF demoSamuli Silvius29-170/+71
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)
2020-06-03Set explicit uid and gid in dockerfilesJozsef Csongvai4-4/+4
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)
2020-06-01Merge "Regenerate py-executor certificate with the new wildcard" into frankfurtDan Timoney3-87/+87
2020-05-29Roll to next snapshotDan Timoney63-84/+84
Roll to next Frankfurt snapshot Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0e433bbe8f443c1342cb9a757c983a0e76bf5022
2020-05-28Regenerate py-executor certificate with the new wildcardMarek Szwalkiewicz3-87/+87
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)
2020-05-28Merge "Fix sub-attribute parsing for accessing resolved values" into frankfurtDan Timoney7-1/+53
2020-05-28Merge "PY-executor missing AUTH_TOKEN in startup script" into frankfurtDan Timoney1-1/+7
2020-05-28Merge "Update Data Definitions" into frankfurtDan Timoney64-2165/+2742
2020-05-28Fix sub-attribute parsing for accessing resolved valuesJozsef Csongvai7-1/+53
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
2020-05-28REST endpoint for fetching templates resolution results does not expose ↵Serge Simard1-3/+7
occurence parameter Issue-ID: CCSDK-2384 Change-Id: I8a6abfea32c7aacade1e9b3140eeed22fa58b4a9 Signed-off-by: Serge Simard <serge@agilitae.com> (cherry picked from commit abee5037695a03ea80c2595269e613fc8756f8c0)
2020-05-28PY-executor missing AUTH_TOKEN in startup scriptOleg Mitsura1-1/+7
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)
2020-05-28Update Data DefinitionsAbdelmuhaimen Seaudi64-2165/+2742
Issue-ID: CCSDK-2382 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ie6d9970e9148422e187f2594c9d9deee0cf01d3e (cherry picked from commit 0f82eb6b9bdf1f0df98f75e437a6f03e1734d57b)
2020-05-27Release Frankfurt RC2 dockersDan Timoney1-0/+19
Release Frankfurt RC2 docker containers Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Idbbe7196fc91d398d5315c99436886bb7a5626aa
2020-05-27Release Frankfurt RC2 maven artifactsDan Timoney1-0/+5
Release Frankfurt RC2 maven artifacts (version 0.7.3) Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia0626b51f0a804590d8d4fa6a8c802edb9710f07
2020-05-20Improve logging for ResourceAssingmentUtilsJozsef Csongvai2-7/+16
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)
2020-05-19Fix incorrect encoding for query paramsJozsef Csongvai2-1/+37
Issue-ID: CCSDK-2380 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I3a49f2c5a3a29383e43e2a4a3d6a9c13a9f933c2 (cherry picked from commit 1910b2b7879712ccac56580e8996a700f6dcec43)
2020-05-18update vlb cds instantiation and scale out packageAbdelmuhaimen Seaudi24-7758/+8051
Issue-ID: CCSDK-2376 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I307ed09b73487e8c830eadf26b477601b0a0d6f4 (cherry picked from commit 8cd1be656b7354beac76d4095131ea38a58bd7f4)
2020-05-08Fix formatting issues in RST filesDan Timoney15-306/+333
Fixed issues found in sphinx-build of documentation files Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ifa757b5f9a9c868802ed42fcf34b903fe6fe8a1f
2020-05-06adding the basic running steps for CDS in README fileAhmedEldeeb502-0/+43
Issue-ID: CCSDK-2357 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I67d389820bffcac56ee27936f7bf33eec059a94f (cherry picked from commit 5b9f323027c74d11aa0af8061c77118c8ff81a74)
2020-05-05Roll to next snapshotDan Timoney63-82/+82
Roll to next Frankfurt snapshot version Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic67ba870ef2a6158f859754d123e6051e389d816
2020-05-05Merge "-Delete uploaded files" into frankfurtDan Timoney4-46/+65
2020-05-04-Delete uploaded filesAhmedEldeeb504-46/+65
-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)
2020-05-01Release 0.7.2 CDS docker containersDan Timoney1-0/+19
Release version 0.7.2 of CDS docker containers Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I93fc00e8040b0f307f5122946e3669becb599e2d
2020-05-01Release 0.7.2 CDS maven artifactsDan Timoney1-0/+5
Release version 0.7.2 of CDS maven artifacts Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac402e17d6c4a149739a82932de8117f6fd1c538
2020-04-30Fix null safety - ResourceResolutionDBService.writeJozsef Csongvai2-5/+29
Issue-ID: CCSDK-2352 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I49a56dff0636617111f02be141764600e0a1e082 (cherry picked from commit 3fb8905c569e11c5c1a92ea583124e911862b596)
2020-04-30Merge "RestResourceResolutionProcessor should always set Status" into frankfurtDan Timoney1-0/+3
2020-04-30fix download feature for packageShaabanEltanany1-21/+22
Issue-ID: CCSDK-2126 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I000e54c7fb0df68debbce38de8f66ae0ff974329 (cherry picked from commit 94ef4b36bfb7e78e8135cf000d369caf2070d753)
2020-04-30RestResourceResolutionProcessor should always set StatusJozsef Csongvai1-0/+3
Issue-ID: CCSDK-2350 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ieadfb9b5931808f9eb298aa913d32cabbad67e2e (cherry picked from commit f8b1afe40d6c741f91e9858e02338b231b8d608a)
2020-04-29PyExecutor ResourceResolution store/retrieve templatesMichal Jagiello12-44/+466
Issue-ID: CCSDK-2156 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I59df2772d004e349532a1b42c4e4abd367c13256 (cherry picked from commit daf7bf3b0726c9574f9f1b7aa34af4f199ee32c3)
2020-04-29Use RC1 version of parent pomsDan Timoney2-2/+2
Update to use released RC1 version of parent poms Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I254d42079b21d280cb85fa05a7c2b87c715ae46b
2020-04-28Making POD run as non-rootjananib4-3/+9
Non-root user addition Change-Id: Id110aebea3d3526aaf319d8994670644a7bab698 Issue-ID: CCSDK-2149 Signed-off-by: jananib <janani.b@huawei.com> (cherry picked from commit be864c3d32ea9dfe88f0e121734abdc950401449)
2020-04-28Merge "Making POD run as non-root" into frankfurtDan Timoney2-2/+9
2020-04-28Merge "Making POD run as non-root" into frankfurtDan Timoney2-0/+10
2020-04-23Junit for SdcListenerExceptionezhil1-0/+50
Issue-ID: CCSDK-2305 Change-Id: I369e98e0c9b57e3b1e6a52c073f91fa355057508 Signed-off-by: ezhil <ezhrajam@in.ibm.com> (cherry picked from commit 8371ce88a9b65c2c1c799f3b5b5629a7977b000b)
2020-04-22Merge "Junit for FileUtil" into frankfurtDan Timoney1-0/+83
2020-04-22SDCListenerDto Junit testezhil1-0/+68
Issue-ID: CCSDK-2305 Change-Id: Id7b0882561a9f714037a4fbcce0c466ab9b148f3 Signed-off-by: ezhil <ezhrajam@in.ibm.com> (cherry picked from commit 680e97a60b7ceff12edd1d967b55ca19af77024b)
2020-04-22Junit for FileUtilezhil1-0/+83
Issue-ID: CCSDK-2305 Change-Id: I226be53b04c6131819a6eda4ad87726457e347b4 Signed-off-by: ezhil <ezhrajam@in.ibm.com> (cherry picked from commit ceb6fcc5c5c6ddea4cb993ad54212afcfd0d132e)
2020-04-21Merge "cmd-exec had a merge issue from elalto..." into frankfurtDan Timoney1-17/+19
2020-04-20cmd-exec had a merge issue from elalto...Oleg Mitsura1-17/+19
Issue-ID: CCSDK-2049 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I611fff488b339f03b85c58ed097525a0bcda35a3 (cherry picked from commit 65a6f37c25ff2c03224ed61301a737667a6fd625)