aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/build-artifacts/reference-dataform
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Revert "Authentication support for cdt"Patrick Brady1-2/+2
There appear to be problems with some fields saving in cdt caused by this change. This reverts commit 0141df20b1f533cd2acabdf7ea986aebab8d6868. Change-Id: Iee40058de9870afdac608db7851fcfc206102822 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2020-03-24Authentication support for cdtPatrick Brady1-2/+2
-Adding a password box to cdt -Adding a function to check login by making a request to appc -Moving username and authentication to session storage from localstorage so that it is not saved in the browser -Removing the hardcoded credentials from the cdt proxy since these are coming from the cdt login form now Change-Id: I8bd829a22d1b83829c1d53637dc1ad035d1030e9 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2020-02-07Add new actions DownloadNESw and ActivateNESw for CDTEnbo Wang1-0/+4
Issue-ID: APPC-1813 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I1eecaf465d2f9a5be2991dc8f055b8fd3da447c3
2020-02-05add new action configscalein for cdtLiu3-30/+250
Change-Id: I2f05079b7c2428351332ac84c1ea56f31d4a38d9 Issue-ID: APPC-1760 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-01-07Implementing JIRA APPC-1778 Story - new LCM actions supportod74271-69/+138
- sub-task JIRA APPC-1785 - add new LCMs in CDT GUI The new LCM actions names to be added in GUI drop-downs. Issue-ID: APPC-1785 Change-Id: Ie4868e1920954cd6a4cd4f28c00884bcd1629f30 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-06reference-dataform util- spec changesArundathi Patil1-2/+3
Fixed erros and test case in this file Issue-ID: APPC-1632 Change-Id: I01b21f140d69f4a1a8c0b01bf59ea1d189c85f4b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-03reference dataform component- fixed errors in specArundathi Patil1-17/+0
removed test cases testing unimplemented methods in refernce dataform component Issue-ID: APPC-1632 Change-Id: I62eca988d50817880d6983b4b3403c6f57f84a0f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-16Added DistributeTrafficCheck LCM command supportLukasz Rajewski2-17/+18
Proposed change adds support for new LCM API dedicated for traffic distribution pre- or post-checks that should assist DistributeTraffic LCM. Few small bugs fixed when multiple ansible server has been added and DistributeTraffic changes were not counted properly. Change-Id: I5606a2dd73e8f051f9a69a02bf7c51770f173263 Issue-ID: APPC-1470 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-03-15added ansible server functionalityasgar4-774/+826
multiple ansible server for CDT Issue-ID: APPC-1510 Change-Id: I383bc63705418654efb596c617309821ebbeb9b4 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2019-03-06Revert "multiple asible servers support"Patrick Brady4-831/+778
Some functionality was accidentally removed This reverts commit 611c9da62c2e266f9facd97dc9f340ce311060a3. Change-Id: I1aefbbc0ede8cdda59acc8bdf7b047e506aad813 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1510
2019-03-04multiple asible servers supportasgar4-778/+831
multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2018-11-02fix the bug for ScaleoutTaka Cho1-1/+1
remove the . from line 1631 Change-Id: Ibf7c4f66e522da4691f350f9be6601696cabc8a3 Issue-ID: APPC-1227 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-02Added fix for APPC-1227Amaresh Kumar1-343/+338
Issue-ID: APPC-1227 Change-Id: Id1360bf285b1f772322cc2fee34e1798eaf0e7d3 Signed-off-by: Amaresh Kumar <ak583p@us.att.com>
2018-09-18reference-dataform.util.spec- added test case1.4.0Arundathi Patil1-0/+10
wrote test case to test and cover decideExtension() function. Issue-ID: APPC-1064 Change-Id: I7b31cc1a26cab9d7c9a43d1b3add5b0a5fed6b03 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-17Added DistributeTraffic LCM command supportLukasz Rajewski2-12/+14
Proposed change adds support for new LCM API dedicated for traffic distribution accross different VNFs. Change-Id: Ib73a9dea6810163f504f5126b35640971eb7f87a Issue-ID: APPC-1170 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-16reference-dataform.component- added test caseArundathi Patil1-0/+22
wrote test case to test and cover validateDataAndSaveToAppc() function Issue-ID: APPC-1064 Change-Id: I35651401b8065284b7616e8519095d259c170f93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-16reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover nullCheckForVnfcType() and nullCheckForVnfcTypeList() functions. Issue-ID: APPC-1064 Change-Id: I3a306b32ada7754010703fe382402fa0699c5f56 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-13Fix for Defect: CDT reference data does not send .od74272-9/+27
CDT sent reference data payload, which was not initialized, when the data were manually entered. The missing initialization is added with this fix. Change-Id: I89fde82b6ef32ad65390f2dc15de39aaece8fe8e Issue-ID: APPC-1205 Signed-off-by: od7427 <od7427@att.com>
2018-09-12APPC CDT to Support Multiple Templates -addit.fixod74271-15/+39
Additional minor changes (minor error fix) added to the previously submitted implementation of the original APPC-1010 requirement: APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. Change-Id: Ie7e38be60f1de4e4649eb0b9ccf7310ceffa4307 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-09-11reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover checkResult function when status code is 400 Issue-ID: APPC-1064 Change-Id: Ic951f3b83bd3ab68f4a6a14df2ad7aea88f5ad09 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-11reference-dataform.component: added test caseArundathi Patil1-0/+20
Wrote test case to test and cover displayHandleVnfc function when vnfc variable in mapping-editor.sevice is true. Issue-ID: APPC-1064 Change-Id: Ia90c1c9a50540d32776f251f49444d0ac165f789 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-10reference-dataform.component- added test caseArundathi Patil1-0/+27
Wrote test case to test and cover displayHandleVnfc() function Issue-ID: APPC-1064 Change-Id: I0bc81df5c458d44cc044cad60967c0a051f82af0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-08added test case to reference-dataform.util serviceArundathi Patil1-1/+9
wrote test case to test and cover checkresult function Issue-ID: APPC-1064 Change-Id: I6ba4d926ba525be3a842f73f6b6d0e727e9bfa1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-07reference-dataform- added test caseArundathi Patil1-0/+30
wrote test case to test and cover validateVnfcName function Issue-ID: APPC-1064 Change-Id: I453f8d3d971db1af82c1db80dd0e901fc4c0810b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06reference-dataform.component - fixed test casesArundathi Patil1-13/+32
Fixed rest of the failing test cases Issue-ID: APPC-1064 Change-Id: Idab0b2550959eb51d7f144a493338255fbbbc8dc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06reference-dataform.util - added spec fileArundathi Patil1-0/+50
wrote test case for reference-dataform.util service Issue-ID: APPC-1064 Change-Id: I9a2fe38107f7305979ed1997087eab20efadb53e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05reference-dataform- fixed few test casesArundathi Patil1-4/+4
Fixed few failing test cases. Issue-ID: APPC-1064 Change-Id: I2398983d732173b82abfeb5335c6ecf0f357531a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04reference-dataform.component.spec- fixed test caseArundathi Patil1-4/+14
Fixed few of the errors which caused test case failures Issue-ID: APPC-1064 Change-Id: I22ff94900b608b3132848c76a418701df40d3d2c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03reference-dataform.component: fixed test caseArundathi Patil1-1/+2
Fixed test case that failed with error "cannot read property length of undefined" Issue-ID: APPC-1064 Change-Id: Ie007d431b5d9ece826fc60e1a318f9092cb02e12 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30reference-dataform.component.spec- Fixed errorsArundathi Patil1-24/+24
Fixed ng test errors that were caused due to code changes in reference-dataform component Issue-ID: APPC-1064 Change-Id: Idd2a4ded0efa6d5955911cdab3e85cd819de481b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28APPC CDT to Support Multiple Templates for VNFCsod74273-151/+835
APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. CDT would be used to create a single reference artifact for a VNF. For the Configure related actions (Configure and ConfigModify) vnfc-type to be shown at the top. The user would have a new link below it, to be able to add each vnfc-type. For each vnfc-type, the user would create the associated template and PD file as usual. The fix required to modify several visual elements and variables related to VNFC Types on MyVNFS page, ReferenceData page, Template page and Parameters page. Also a number of supporting services were modified. New Modal window type is now used for VNFC-related dialogs. Change-Id: Ibbbb50e2ff6f96783c0aea89a6870d7c28021ba0 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-08-07ReferenceDataForm : added test caseArundathi Patil1-0/+7
wrote unit test case to test openModel function of referenceDataForm component. Issue-ID: APPC-1064 Change-Id: I4dcd719876df1bd1ce4a30baa7131f081b9923b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06Reference-dataform : Removed hardcoded valuesArundathi Patil1-25/+44
Moved few of the hardcoded values from reference-dataform component to app-constants file as variables Issue-ID: APPC-1054 Change-Id: Ib8afe569b7c669f50bf3eeec88deec27711c49a4 Signed-off-by: Arundathi patil <arundpil@in.ibm.com>
2018-08-03reference-data-form - added test caseArundathi Patil1-0/+12
added test case to cover fileChange() method in reference-data-form spec file. Issue-ID: APPC-1064 Change-Id: Id27e82a648e9bb578035bc90505e15b12a0c8654 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Reference-dataform- test casesArundathi Patil1-0/+12
Wrote test case to cover upload function in refernce-dataform.component Issue-ID: APPC-1064 Change-Id: I44c62b944c14b9f66fc2117ad7d578b2388e973b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-31refactored payload in uploadArtifact of referenceSandeep J1-11/+2
refactored payload in uploadArtifact method of reference dataform using createPayloadForSave method of utlity service Issue-ID: APPC-1100 Change-Id: I9f91725371da96e6d2384b2348e288ebc0af238d Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-19refactored payload creation in getArtifacts methodSandeep J1-15/+17
refactored payload creation in getArtifacts method of reference-dataform.component.ts. The payload is created now using createPayloadForRetrieve method of utility.service.ts Issue-ID: APPC-1095 Change-Id: I303a67d67b9764ada2d1d37adc9281442f44649e Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-16replaced if else logic to switch caseSandeep J1-23/+45
Replaced the if else logic in decideExtension and populateExistinAction method with switch case for better presentation of the code as part of plan for reference dataform code refactor Issue-ID: APPC-1085 Change-Id: I002e61d53585ba61b96e1e6cb0f12443498df6e9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-13Fixed error- Added braces.IBM602-PC0F1E3C\Arundathi1-1/+2
Added missing braces at the end of the file. Issue-ID: APPC-1051 Change-Id: I83db0d604bb50b2d7b8fd7fe3f8a61b0cd64ccd8 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-05-07Removed the property which toggles configscaleoutPatrick Brady1-7/+2
Change-Id: I9d5aaa07aeed62c83eea123f34de2735fb58ef02 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-886
2018-04-27Fixed parsing of retrieved openstack ref datasj108s1-33/+11
Fixed parsing of retrieved data in case of openstack action and also fixed browser hang while syncing large template Issue-ID: APPC-867 Change-Id: I3058626cb5a21c01a9b261d470672db5d0f17926 Signed-off-by: sj108s <sj108s@us.att.com>
2018-04-25made fixes to template identifer and dropdownsGangarajula, Uday Bhasker (ug0221)3-36/+53
Issue-ID: APPC-862 Change-Id: I902f794cec5d69e2118f7a87f5c6fb867a1b2216 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-04-17VM data retrieval from APPC for open stack actionMohamed Asgar Samiulla(ma926a)2-4/+39
VM data retrieval and stopping user not to navigate to PD and template if mandatory fields are missing in reference data. Issue-ID: APPC-853 Change-Id: Id43500579c6d222a2c17a53db9213372afec565f Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-04-12Resolved the issues with multiple templatesGangarajula, Uday Bhasker (ug0221)2-142/+226
Issue-ID: APPC-707 Change-Id: Ibdf18a021ea453842ddf4001f947f1f4de276997 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-04-03Corrected artifact name for multiple template idssj108s3-384/+500
Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-27Resolved the issues with configscaleoutGangarajula, Uday Bhasker (ug0221)2-237/+307
Issue-ID: APPC-707 Change-Id: Ie618635618333da7d548ff5a0fe711cc34076f62 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-03-14made changes to version info and defectsGangarajula, Uday Bhasker (ug0221)3-185/+929
Change-Id: I90fb87f1f32365e44180615f9be1eb6d11060dcf Issue-ID: APPC-707 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell4-0/+1800
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>