summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10Add Get Attribute Value with Slide OptionSarah Abouzainah2-51/+396
Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I06634ee337d3ef82bce667cd01bba3ce1eeba050
2020-11-09PNF simulator guide fix postman collections, typosJakobKrieg2-13/+28
Issue-ID: CCSDK-2970 Change-Id: I22c576cae3b1ad69c3dcc117f9ede33a0c578cb7 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-11-09adding value attribute for customized output for actionShaabanEltanany3-54/+107
Issue-ID: CCSDK-2975 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I9a7d15943d9b3c59f0444d4b98597f6af57e3044
2020-11-09Merge "adding import inputs and outputs from functions into actions Refactor."KAPIL SINGAL1-58/+21
2020-11-08Add Get Attribute Value in Action Output ModalSarah Abouzainah6-81/+258
Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: If241ccdaa3861c4e7fb6b3320961081c144b1f7b
2020-11-08adding import inputs and outputs from functions into actions Refactor.ShaabanEltanany1-58/+21
Issue-ID: CCSDK-2779 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Iced334d788728da817c19f0b208c8fb2d821f889
2020-11-06PNF Simulator guide remove scripts and CBAs from guide.JakobKrieg5-589/+185
Remove all steps (dd, enrichment, publish) which are executed automatically by bootstrap now. Issue-ID: CCSDK-2848 Change-Id: I4de4b7f4dd4da78b7b04f2292d8e9ebffeb541bf Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-11-05Merge "adding import inputs and outputs from functions into actions phase3."KAPIL SINGAL1-25/+91
2020-11-05Merge "Display artifacts in Function attributes tab."KAPIL SINGAL4-2/+30
2020-11-05adding import inputs and outputs from functions into actions phase3.ShaabanEltanany1-25/+91
Issue-ID: CCSDK-2779 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I036a945eab1ecd0e1b1d5aadf01cdb1c1841d9e9
2020-11-05Guide Running CDS bp processor enhancementsJakobKrieg4-19/+40
Issue-ID: CCSDK-2640 Change-Id: I348f022b6e4d9068401bee3492dab708189cfce0 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-11-04Display artifacts in Function attributes tab.Ahmedeldeeb504-2/+30
Handle Pre-defined Template option Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Id77750a5e9e451405c9a01d349e1f210f31bb792
2020-11-04Merge "Simplify PNF-DEMO CBA"KAPIL SINGAL24-1334/+248
2020-11-03adding import inputs and outputs from functions into actions phase2.ShaabanEltanany2-109/+215
Issue-ID: CCSDK-2779 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I0b24b404796685d7ce085f882a0dcf443ec8fb56
2020-11-03Remove function buttonAhmedeldeeb503-13/+17
fix view mode in function tab Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ia8c25db097d7a4010b11eb462a1805038fdc8b7d
2020-11-02HTML: Add Attributes from Function - ModalSarah Abouzainah11-95/+342
Issue-ID: CCSDK-2779 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c
2020-11-02Merge "adding import inputs and outputs from functions into actions"KAPIL SINGAL6-8/+100
2020-11-01make function attributes more dynamicAhmedeldeeb503-12/+84
Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Iff0e9c9261ac111f65a975a1cc5a72dda9cf4be2
2020-11-01adding import inputs and outputs from functions into actionsShaabanEltanany6-8/+100
Issue-ID: CCSDK-2779 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I71ee51c6e641d05bb27cdf1807487e25b656e1cd
2020-10-28Simplify PNF-DEMO CBAJakobKrieg24-1334/+248
- fix reference issues causing enrichment/validation to fail - remove redundant data dictionaries - remove redundant template & mapping - rename node-templates for clarity - add workflow outputs for better feedback - remove bash scripts which belong in documentation Issue-ID: CCSDK-2859 Change-Id: I12095f37ff20fcfeee6af43aef3bd221b2ab1ef7 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de> Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-10-28Merge "Blueprints Processor Metrics"KAPIL SINGAL10-4/+147
2020-10-28Enable retrieving ResourceResolution objects from database in kotlin scriptskuldip Rai1-0/+19
Issue-ID: CCSDK-2949 Change-Id: I9605d8cdb2a61cba45c56f3dcc12740d4da0b5c8 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2020-10-28Blueprints Processor MetricsJulien Fontaine10-4/+147
Add counter and timer for Blueprints Processor process to get success/failure and execution time for each blueprint execution using blueprint name, version and action. Issue-ID: CCSDK-2950 Change-Id: I38e8997de26effe69ec2ee9e2b6ed0da14de4a43 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-10-28add loader component to some actionAhmedeldeeb505-53/+73
Issue-ID: CCSDK-2433 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Id3c89405ed01d013dda0a0aa37d77f61d64d698d
2020-10-27Merge "enable editing in mapping table"KAPIL SINGAL5-174/+112
2020-10-27enable editing in mapping tableAhmedeldeeb505-174/+112
Issue-ID: CCSDK-2795 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I724dee3bd4a4778bf86619ff08091b31925c1830
2020-10-26adding inputs and outputs to entry definition (Designer)ShaabanEltanany8-119/+177
Issue-ID: CCSDK-2943 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Iffd5c80ecf3fa35b21ab14b8c70308e0d3ee2a50
2020-10-25Merge "save resource-resolution component to the package"KAPIL SINGAL2-13/+26
2020-10-25Merge "designer view from packages dashboard"KAPIL SINGAL2-12/+29
2020-10-25designer view from packages dashboardShaabanEltanany2-12/+29
-delete package with id Issue-ID: CCSDK-2483 Issue-ID: CCSDK-2942 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I517fb265b991a522a987bbfb628ec877cbb53db7
2020-10-24save resource-resolution component to the packageAhmedeldeeb502-13/+26
Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I7c1e88bfd8b367e8a7e598353416068ed017aba2
2020-10-22adding support for plans and requirements of importing packageShaabanEltanany6-19/+72
Issue-ID: CCSDK-2930 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I495054a8cf24ea44251e6600a8fe8ada88ead61b
2020-10-22Merge "Fix keytool invocation"KAPIL SINGAL1-1/+1
2020-10-225G Core Network Service CBA package uploadThamlurRaju29-0/+5530
As part of the 5G slicing use case, the core NSSMF shall be instantiating a 5G core service which typically would comprise of AMF, SMF and UPF CNFs. Performing day 0, day 1 and day 2 configurations Change-Id: Ie7ebd34221170804bc4aec92b4628fbfe17a6500 Issue-ID: CCSDK-2919 Signed-off-by: ThamlurRaju <TR00568434@TechMahindra.com>
2020-10-21Fix keytool invocationDan Timoney1-1/+1
Fixed 2 issues with keytool invocation in blueprints-processor start script: 1) removed duplicate '-import' 2) corrected path to cacerts file Issue-ID: CCSDK-2914 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id454ebca87811bb9c229ca3145148a7c7a93950b
2020-10-21Merge "Update AAI endpoints to /aai/v22 for Honolulu"KAPIL SINGAL16-31/+31
2020-10-21Merge "fixing forming cba package definition"KAPIL SINGAL3-7/+24
2020-10-21fixing forming cba package definitionShaabanEltanany3-7/+24
Issue-ID: CCSDK-2928 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: If45b35e9077246faac7490291879df419e0d5ff5
2020-10-21Update AAI endpoints to /aai/v22 for HonoluluLasse Kaihlavirta16-31/+31
- Update all /aai/v21 references to /aai/v22 for Honolulu - note that the previous https://gerrit.onap.org/r/c/ccsdk/cds/+/114057 was for Guilin only Issue-ID: CCSDK-2914 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I8103b12610a9de7263789a0852140f2f0bb09393
2020-10-20Merge "Fix Radio Selection and Undo JointJS changes"KAPIL SINGAL7-67/+78
2020-10-20Merge "Update AAI endpoints to /aai/v21"KAPIL SINGAL16-31/+31
2020-10-20Fix Radio Selection and Undo JointJS changesSarah Abouzainah7-67/+78
Issue-ID: CCSDK-2823 Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I51b2c80a4d8c338edf90fe1a1bae1640539b5126
2020-10-20Update AAI endpoints to /aai/v21Lasse Kaihlavirta16-31/+31
- Update all /aai/v14 references to /aai/v21 to resolve certificate problems in CDS when trying to resolve attribute values with aai-data source Issue-ID: CCSDK-2914 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6b150348b66e93b3d08ceaa49fa997d531ddb0e4
2020-10-20handle integer and checkbox in functional attribute.Ahmedeldeeb506-43/+133
Fix finish problem in Mapping. Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I08697cb61814db37144f66f7f15773d3c02c9848
2020-10-19Refactoring docsSingal, Kapil (ks220y)13-241/+27
Issue-ID: CCSDK-2916 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ide8d830bc5cfe223752f81b35d2f09a5759f5aa2
2020-10-19Merge "Apply style to mat-table in Mapping"KAPIL SINGAL4-179/+233
2020-10-19PNF Simulator guide add unenriched CBAJakobKrieg4-17/+94
Issue-ID: CCSDK-2848 Change-Id: I51c41a77f087609aed112fc562cd361188019873 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-10-19Apply style to mat-table in MappingSarah Abouzainah4-179/+233
Issue-ID: CCSDK-2795 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I1a2d977055835906ab86390986a2eea92d0422ae
2020-10-19Merge "Replace the existing mapping table with MatTable"KAPIL SINGAL4-158/+288
2020-10-18Replace the existing mapping table with MatTableAhmedeldeeb504-158/+288
Issue-ID: CCSDK-2920 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ib5f557ac038395416e61057b350a1b2f616299d3