aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20additional info to be added for audit infoguilinPATTANAYAK, SAUMYA SWARUP (sp931a)1-0/+1
Issue-ID: VID-921 Change-Id: I3409ca856c5150f535ed2b076d4221df95741492 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-11-12Extend Modern UI for pnf usecaseMateusz Gołuchowski38-122/+2143
Implemented functionalities to manage PNFs in modern UI: - Adding, removing, editing PNFs - PNF default generation based on 'min_instances' property - FE sends proper instantiation request to BE This is still impossible to deploy service with PNFs as VID's BE logic must be adjusted to generate proper request to SO as described in VID-695. Issue-ID: VID-694 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com> Change-Id: I5285ac2ab5e95665244ca29c6549249d9330b1ed
2020-11-11removing retain assignments checkbox from upgade vfModule screenRachitha Ramappa7-23/+9
Change-Id: I7f28de1ebc34ae393828bf139716533248e8897a Issue-ID: VID-922 Signed-off-by: rachitha.ramappa@att.com
2020-11-10Fix for removing 'Show Audit Info' for individual instance on DrawingKruthi Bhat7-38/+95
Board Issue-ID: VID-917 Change-Id: Ice4bde260e9b2f09fe4178fc704e89efdf6c1da8 Signed-off-by: rachitha.ramappa@att.com
2020-11-05The following change are for release VID's RC1 for Guilin releaseRachitha Ramappa9-11/+20
Change-Id: I26060228813b0bfb51c1eea7441091e755539c2f Issue-ID: VID-902 Signed-off-by: rachitha.ramappa@att.com
2020-11-05Fix for VID-8907.0.2Ikramullah, Ikram (fi241c)15-461/+14
VID was using sed based replacement for the environment variables exposed to its scripts. This was causing many issus with special characters. This has been fixed. Issue-ID: VID-890 Change-Id: I17fb9621bd5b1e6f4b7278df1fd77c617ce9a26d Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
2020-11-02VID Guilin ReleaseKruthi Bhat10-12/+45
The following change are for release VID's RC0 for Guilin release Issue-ID: VID-902 Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e Signed-off-by: krutbhat@att.com
2020-10-30instance name missing for delete action in audit infoPATTANAYAK, SAUMYA SWARUP (sp931a)2-3/+22
Issue-ID: VID-916 Change-Id: Id9a8e59bbc3d221186a3ec23972fc480c29e7fb2 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-10-29VID-913 : Addition of Instance IDs in Audit Info screenKruthi Bhat11-15/+81
Change-Id: I7a440c6797f63588c68d490715272992e626424f Issue-ID: VID-913 Signed-off-by: Kruthi Bhat <krutbhat@att.com>
2020-10-27Export audit table issue fixRachitha Ramappa2-2/+6
Change-Id: I7aef3789e36652e4fb92264bbc59c5167b7cfa57 Issue-ID: VID-905 Signed-off-by: rachitha.ramappa@att.com
2020-10-23Sorting functionality on audit info screenKruthi Bhat15-5/+124
Change-Id: If2fed947ccc0cbcb68ad656fb6010aa9cb829acd Issue-ID: VID-904 Signed-off-by: rachitha.ramappa@att.com
2020-10-13Pause issue if orchStatus is Active fixedRachitha Ramappa5-6/+20
Change-Id: I345054c1d50e596a7e09a66b9e4161f4e8e22183 Issue-ID: VID-905 Signed-off-by: rachitha.ramappa@att.com
2020-10-08VID - Feature flag for PNF in modern UIMateusz Gołuchowski24-30/+365
This task is about introducing new feature flag: FLAG_EXTENDED_MACRO_PNF_CONFIG, which will allow to choose different PNF implementations. Main changes when flag is ON: - Modern UI will be used for instantiation of macro service with pnfs - There will be possibility to add instance of PNF in drawing board but this concerns only macro services For now "plus" icon on PNF generates new popup window but it is still impossible to add it as a new resource to service. This functionality will be implemented soon. Issue-ID: VID-694 Change-Id: I375db2104687f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-10-08New audit info screen changes7.0.0Rachitha Ramappa29-159/+1185
Audit screen css changes and export mso status to external file Change-Id: I71d577121e18090eab7a388ed01707823e45ac82 Issue-ID: VID-901 Signed-off-by: rachitha.ramappa@att.com
2020-10-05Relax VNF Change Management filters for VNFsmarcinrzepeckiwroc2-11/+118
Issue-ID: VID-837 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I1b1a501897d013a9f2b54423100aa8de924e5a9d
2020-09-22When VG instantiation fails the root job status should be in final statePATTANAYAK, SAUMYA SWARUP (sp931a)4-31/+45
Issue-ID: VID-902 Change-Id: Ic40cf857e58e7079be9b23f7ae540399ec8fa227 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-09-04Issue-ID: VID-889Ikramullah, Ikram (fi241c)1-4/+4
Change INFO.yaml to reflect changes in the team Change-Id: I7f398e5d4aae9602ab4ccb124389fbf4fe10fffc Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
2020-08-31Pause Upon VF Module FailurePATTANAYAK, SAUMYA SWARUP (sp931a)20-62/+205
Issue-ID: VID-862 Currently in VID, once a failure is received from SO on the instantiation of a VF Module, it is assumed that other VF Modules may continue with the execution without stopping. However, in most of the cases, it is a good idea to stop further requests to SO if one of the VF Module instantiation returns an error. This user story, makes sure this functionality is achieved. Change-Id: I07c51b81111f805b61c8b3714a65171d7cbaa254 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-08-28resume button to be displayed on when isRetryEnabled is trueRachitha Ramappa1-1/+1
Issue-ID: VID-875 Change-Id: I231009f8081c90d3c6b3fdf104a5333e743160f6 Signed-off-by: rachitha.ramappa@att.com
2020-08-28Other Pause and Resume Related Scenariosikram8-5/+42
Please see the user story for more details. Issue-ID: VID-875 Signed-off-by: Rachitha Ramappa <rachitha.ramappa@att.com> Change-Id: Ib2b9f62c6c0c5f0f8c162cc776dc128d39dbb37e
2020-08-18Fix for restricting drag & drop for base moduleKruthi Bhat1-1/+1
Issue-ID: VID-861 VF Module to stay at Index 0 (first position) - Not Moveable. Change-Id: Iea354295a460c407cfbc6a3c6bde0b496c24ce6c Signed-off-by: Kruthi Bhat <krutbhat@att.com>
2020-08-12Allow to run on read only root fsSylvain Desbureaux2-16/+22
In order to be able to run on read only root fs, two changes have been done: * unpack tomcat war at container creation * launch the property file configuration conditionnally If "ON_KUBERNETES" environment variable is set to "TRUE" (default is "FALSE" for backward compatibility), the proper have to be set at boot via configmap on Kubernetes for example. Changes are backward compatible and shouldn't change actual behavior per default. Issue-ID: VID-850 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f96e2ca55093ee899be18d6ce4c2dfd7c1a5792
2020-08-10Visualization of the VF Module Sequencingikram21-64/+2962
Issue-ID: VID-860 More scenarios covered in VID-860 for vf-module sequencing. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ie138ba2616961fba7856eaaf5f17b5dc63a08e6e
2020-07-29Test Cases Addition and Fixesikram17-22/+161
Issue-ID: VID-858 Integration Tests are edited in this patch to support functionality in VID-858. Signed-off-by: ikram <ikram@research.att.com> Change-Id: I378cb2afd0f2c994a856ad31895cec3fca376b33
2020-07-22Updating INFO.yamlIttay Stern1-0/+8
Issue-ID: VID-502 Change-Id: I656e48c517bb8797418abf06c6ed701357fda175 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-07-20Add Pause Functionality from Inside VF Module's Edit Dialogikram4-6/+15
Issue-ID: VID-858 Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ife22df1ce5f7891b595b78cb30cbf82948fae744 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-07-20Add Pause Functionality from Inside VF Module's Edit Dialogikram2-0/+75
Issue-ID: VID-858 Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Icaf5e93bde67938836c42fc417edc278e9335e75
2020-07-20Add Pause Functionality from Inside VF Module's Edit Dialogikram5-6/+19
Issue-ID: VID-858 Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above. Signed-off-by: ikram <ikram@research.att.com> Change-Id: I90f9933ef445994d410c89e88f6d518a30ff3c60
2020-07-20Document flag FLAG_FLASH_REDUCED_RESPONSE_CHANGEMGikram1-0/+12
Issue-ID: VID-859 Documenting flag FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG which was designed to improve queries performance on change management screens while interacting with SO. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ibe7cd5eca22ad54446ae5c4d9c97eb91fdd8cb3d
2020-07-13Visualization of the VF Module Sequencingikram6-8/+44
Issue-ID: VID-860 In this user story, we plan to allow the user to visually see the sequence numbers when a VF module is added from the left panel of the drawing board onto the right one. Note: The idea that the sequence change when a VF Module is dragged up and down is not part of the scope of this story - we will deliver that separately. This is only about the default sequencing that the drawing board renders when a new VF module is created into the 'instance' part of the drawing board from the 'model' part of the drawing board. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Iadd5cef1012f8ef5c670bbd2c46950680a9e6b0e
2020-07-01Add group2 to Cypress test-groupsIttay Stern3-3/+22
Issue-ID: VID-647 Change-Id: Iacad92c927f2f24d2fe22c829a7aa4cb72fad57e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-25Rollback on failure flag should always be true while vfm replace callfeature/mfaPATTANAYAK, SAUMYA SWARUP (sp931a)3-7/+7
Issue-ID: VID-851 Signed-off-by: Soumya Pattanayak <sp931a@att.com> Change-Id: I2cb3fd0a6b6d25133e426c76ac5851df9cc55216
2020-06-04test COMPLETED_AND_PAUSED should have correct menu itemsIttay Stern1-4/+12
Issue-ID: VID-821 Change-Id: I8d5301a9534345d83b06f33a9d2daca45a613922 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-03remove import and add force in order to fix cypressIttay Stern1-20/+10
Issue-ID: VID-821 Change-Id: I70d6d0acb90d06f4ba9d356098ad2052c5195464 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-03remove import in order to fix cypressEinat Vinouze1-11/+10
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I657f29a665ccf5013a369e23b0aced442b9a415b
2020-06-02Update aai schema to v19Bartosz Gardziejewski3-11/+11
In order to use orchestration-type in "Browse SDC Service Models", newer schema version is needed. Moreover v19 is recomended versino in Frankfurt releas https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Frankfurt. Issue-ID: VID-602 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib9bf098b19e62ed5868909c043cd7df0c1a4caf6
2020-06-02remove .only that was accidentally committedEinat Vinouze1-1/+1
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I2388c0c20996ce3a62db0f08432d89bfded45a86
2020-06-02Update ONAP UI versions in order to display the new icon for pause after ↵Einat Vinouze1-2/+2
completion Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I36db5b40a91a6f2d38bbbd07a633a2f403d0d43e
2020-06-02When JobStatus is COMPLETED_AND_PAUSED add retry option dropdown menu on ↵Einat Vinouze3-5/+12
instantiationStatus Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Idd20b768c1279a3736fbeeb56ec85b3911bb186f
2020-05-31Update css file name in conf.pyJessica Wagantall1-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: Ib4444487de90b373ee692e894db4e85e22d4bf7f
2020-05-27Add information how to start vid locallyBogumil Zebek1-1/+5
Issue-ID: VID-728 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I55046096a2454ed57ae84dda042642f126e7e9ee
2020-05-25Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on ↵Einat Vinouze2-0/+74
instantiationStatus - cypress test Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Iaddff3c0b030888535beae8047c1af20f47bc6bc
2020-05-25Frankfurt release notes extendedIttay Stern1-10/+56
Issue-ID: VID-816 Change-Id: I8d991c171a30a5894f3133a51878afaf27c51e65 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-21Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on ↵Einat Vinouze7-70/+99
instantiationStatus Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I19328ce643ea984a97dc04183626dea133be517d Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-19Introduce FeatureManager to ResourceCommandEinat Vinouze16-67/+123
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Id6c663d4612d69a48b4a9425db082fb6c33e08b1 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-18Add pause icon to the instantiationStatus tableEinat Vinouze3-3/+22
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Idbe53b0d0f3515e5c5321f4631ff45ac459377c6 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-17Move pauseInstantiation from VfModule to BaseResourceEinat Vinouze10-20/+23
Issue-ID: VID-821 Change-Id: Iacb80bba25596b26cb33fd91d9b2c4a4f9a6d08b Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-17Add to VFM context menu action "Add pause upon completion".Alexey Sandler15-12/+398
Issue-ID: VID-821 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8b0ef7021fb7b74e8ad12ae92e581510491d9605 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-05-15When opening a service instance from the instantiation status page, the More ↵Amichai Hemli3-2075/+2075
Actions button should be visible pending user's permissions Issue-ID: VID-829 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637
2020-05-13Don't fetch scheduled tasks when there's no schedulerIttay Stern1-9/+13
Change-Id: Idc78256615164f06d110c9847e90a9112fb1e2d5 Issue-ID: VID-825 Issue-ID: VID-174 Signed-off-by: Ittay Stern <ittay.stern@att.com>