aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09Add ResourceResolutionResult to ResourceResolutionServiceJozsef Csongvai12-56/+121
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-08Merge "Update css file name in conf.py"Dan Timoney1-1/+1
2020-06-05Merge "Actions list - UI"KAPIL SINGAL15-230/+286
2020-06-05Actions list - UISarah Abouzainah15-230/+286
Issue-ID: CCSDK-2411 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d
2020-06-05Data 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
2020-06-05Merge "Changed sli-provider dependency"Dan Timoney1-1/+2
2020-06-04Changed sli-provider dependencyDan Timoney1-1/+2
Due to refactoring in sli/core, the dependency sli-provider-base should now be used in place of sli-provider. Issue-ID: CCSDK-2412 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I35e356dd80cc355aedf74a9adb49665a1292d77c
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
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I07abe65dff0adef7111d35db882951b00d375c8d
2020-05-28added a basic function attribute sidebarRupinder5-17/+265
Designed a basic function attribute sidebar, it is still work in progress. Need to work on Content depends on current selection of Function. Issue-ID: CCSDK-2281 Change-Id: Ifd6019348d530deb043d1a0275cd93413e128c7c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
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>
2020-05-28Merge "Update Data Definitions"KAPIL SINGAL64-2165/+2742
2020-05-28Merge "PY-executor missing AUTH_TOKEN in startup script"KAPIL SINGAL1-1/+7
2020-05-27Update Data DefinitionsAbdelmuhaimen Seaudi64-2165/+2742
Issue-ID: CCSDK-2382 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ie6d9970e9148422e187f2594c9d9deee0cf01d3e
2020-05-27REST 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>
2020-05-27PY-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
2020-05-27Fix 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-20Merge "Improve logging for ResourceAssingmentUtils"Dan Timoney2-7/+16
2020-05-20Merge "custom action name"Dan Timoney5-58/+64
2020-05-20custom action nameRupinder5-58/+64
Issue-ID: CCSDK-2269 Change-Id: I16efe1d6bae9ef13f4c70525db4e37d35154479a Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-19Improve 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
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
2020-05-19Merge "Add Naming Service & IP Assign custom resource resolution capability"Dan Timoney10-28/+1076
2020-05-18Add Naming Service & IP Assign custom resource resolution capabilityPaira, Saurav(sp694w)10-28/+1076
Issue-ID: CCSDK-2185 Signed-off-by: Paira, Saurav(sp694w) <sp694w@att.com> Change-Id: I70550fe9582b2db0a70c7b66591438b674173411
2020-05-18Merge "Test Current version and apply changes"Dan Timoney8-42/+177
2020-05-18Test Current version and apply changesSarah Abouzainah8-42/+177
Issue-ID: CCSDK-2374 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ibe36d0981d91054412ac5218d5d121bff37db6f4
2020-05-17update 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
2020-05-15Merge "Designer > Breadcrumb"Dan Timoney9-20/+87
2020-05-14Designer > BreadcrumbRupinder9-20/+87
1. Change Package name to current package name 2. Make package name link open to package view Issue-ID: CCSDK-2247 Change-Id: Ica060beff9a0785d80c69cf971623dd45ebe75fe Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-13Kafka Audit Service : Error with CBA using dg-generic node templateJulien Fontaine2-27/+37
* Fixed issue with dg-generic node template * Changed behaviour for hiding sensitive data -> Instead of just checking the node-template targeted by the workflow, we check every node-template declared in the CBA. If we find one or more component-resource-resolution node-template, we verify if we need to hide sensitive data in the kafka message. Issue-ID: CCSDK-2372 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I079ee29ae532b3947cdc8efe3438678309ca50b7
2020-05-13Merge "Kafka Audit Service : CorrelationUUID from request is not matching ↵Dan Timoney5-9/+7
the correct response in Kafka"
2020-05-11Kafka Audit Service : CorrelationUUID from request is not matching the ↵Julien Fontaine5-9/+7
correct response in Kafka Moved out CorrelationUUID linking between the request and the response from the Kafka Audit Service to the ExecutionServiceHandler. This prevents the race condition happening when several ExecutionServiceOutputs try to set the CorrelationUUID related to their ExecutionServiceInput. Issue-ID: CCSDK-2370 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I0c5934d4486961fbfcb34fd2d2492cd843350025
2020-05-11Merge "Disable Filename in edit"Dan Timoney5-9/+77
2020-05-11Merge "fix pagination and create package feature"Dan Timoney2-5/+4
2020-05-11Disable Filename in editAhmedEldeeb505-9/+77
enable editing an existing file Issue-ID: CCSDK-2368 Issue-ID: CCSDK-2369 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I214e9b9e1a7ee12edf1318610a4594e36ddbb393
2020-05-10fix pagination and create package featureShaabanEltanany2-5/+4
Issue-ID: CCSDK-2320 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I8f86cf37ec31d9ee369d8514b7a7e074047d9f34
2020-05-08Create New Action's ModalSarah Abouzainah16-1080/+1942
Issue-ID: CCSDK-2356 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ib40220b793a08c2740e114946a42fb7d04edbcb6
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: I21f8012bc38e4fb22ee31c7d29d968b5775cf669
2020-05-08Merge "update template&mapping create view."Dan Timoney11-681/+1635
2020-05-07update template&mapping create view.AhmedEldeeb5011-681/+1635
add alert messages for success and error Issue-ID: CCSDK-2323 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Id05c73abad2342685971e2e57409b4a471f9242f
2020-05-06Merge "fix sort at package list"Dan Timoney5-39/+28
2020-05-06Merge "Truncate message published on Kafka / Spike: Define solution for logs ↵Dan Timoney13-112/+266
separation"
2020-05-06Merge "adding the basic running steps for CDS in README file"Dan Timoney2-0/+43
2020-05-05Truncate message published on Kafka / Spike: Define solution for logs separationJulien Fontaine13-112/+266
Refactoring of cmd-exec component - Improve display of error messages within the response - Fix gRPC buffer limitation (4Mb) by truncating error messages and cmd-exec logs if too heavy (>3Mb) Truncation of BP responses (<4Kb) before sending them in kafka audit topics. - Truncation if needed of error messages for every response - Truncation of cmd-exec logs in cmd-exec responses (Spike) Add a flag in the application.properties to enable/disable the display of cmd-exec responses on the BP side (Fix) Correction of BP processing with kafka regression (Fix) Changed default SSL Endpoint Algo Issue-ID: CCSDK-2326 Change-Id: If4d0e661117d1dd156cf19c95774824e754d870a Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
2020-05-05fix sort at package listShaabanEltanany5-39/+28
Issue-ID: CCSDK-2320 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ia91d519c315b6ef0c01089422253599b137eceec
2020-05-04adding 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
2020-05-04Merge "-Delete uploaded files"Dan Timoney4-46/+65
2020-05-04Merge "Package > Temp&Mapp: View"Dan Timoney10-38/+87
2020-05-03-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
2020-05-02Package > Temp&Mapp: ViewAhmedEldeeb5010-38/+87
Issue-ID: CCSDK-2324 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I39b3a84893d048a6186f6daf4195c20dbcdb98b9