aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/myvnfs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06Revert "multiple asible servers support"Patrick Brady3-62/+38
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 supportasgar3-38/+62
multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2018-08-31myvnfs.component.spec- added test casesArundathi Patil1-0/+18
Added test cases to cover the new changes in method buildNewDesign() function Issue-ID: APPC-1064 Change-Id: Icd4e48509b64c40a77f893fa5ca9490605878b2a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30mynfs.component- added test casesArundathi Patil1-0/+30
added test case to test and cover the new method 'validateVnfName()' in myvnfs.component. Issue-ID: APPC-1064 Change-Id: I5e45480efd7c18ced7d56b01e3dbb7aff4f3d9e8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28APPC CDT to Support Multiple Templates for VNFCsod74272-36/+101
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-02Test case- myVnfs componentArundathi Patil1-1/+6
Wrote test case to cover navigateToreference method of myVnfs component Issue-ID: APPC-1064 Change-Id: Ie6417fb2e975164c9d5226d7e270ec4f7dbbdb1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26Fixed error in spec fileArundathi Patil1-2/+5
Test cases in myvnfs component spec file failed with the below error, Error: No provider for notification service Fixed this issue Issue-ID: APPC-1064 Change-Id: I39a451414e56b9db3eab7910c79d2d103b44380a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-25Removed hard coded values in myVNFs componentArundathi Patil1-1/+2
removed error messages that were hard coded in myvnfs component. Used the variables from app-constants file for these errors. Issue-ID: APPC-1064 Change-Id: I5acffb29e18cd0b135ee4bf206c507db26b9765c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-23unsubscribed from observablesArundathi Patil1-18/+25
Unsubscribed from observables in ngOndestroy method of myvnfs component. This will release the resources held by the subscription. Issue-ID: APPC-1049 Change-Id: I7cc7bd5aabeeb20934332541b99314a611d66f93 Signed-off-by: Arundathi Patil<arundpil@in.ibm.com>
2018-07-16added error block in getArtifacts methodSandeep J2-8/+22
added error block in getArtifacts method to handle error scenario like error connecting to appc. The user will be notified with the angular2-notification whenever there is error connecting to appc. Issue-ID: APPC-1083 Change-Id: I185e390cb0ddef2edea8f08d08ae124c7d05a06c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell4-0/+498
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>