aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18Fix Release noteshariharan971-4/+4
Issue-ID: OPTFRA-869 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: Ib5b18833a7fed8d395eb8576ce79dea7b2fa9101
2020-11-17Update release noteshariharan971-0/+90
Issue-ID: OPTFRA-869 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: Ie2c2d046a7d6ec0777f5d0352de0523d4b41d212
2020-11-17Release docker image 3.0.2hariharan971-0/+10
Issue-ID: OPTFRA-871 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I05c1328805c26de542de104fcf7d802036e5440d
2020-11-16Fix issue in pci-ml model3.0.2Niranjana4-7/+7
- Remove list conversion from fixed cells Issue-ID: OPTFRA-871 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: If29945fe7513ea0fdb84bcabbdf5d546bfd8ac55
2020-11-15Merge "Remove lower case conversion of subnet"Vikas Varma3-4/+4
2020-11-12Fix DES interface in PCI optkrishnaa962-75/+9
Issue-ID: OPTFRA-871 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ie9a6ff2012f544cfe88db6b102b72c399a2c6186
2020-11-10Remove lower case conversion of subnetkrishnaa963-4/+4
- Subnet type is being converted to lower case before sending the request to HAS which creates problems while sending the solution back to SO - Fix typo in the response(slice_profiles) Issue-ID: OPTFRA-870 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I4e2d8d28a16e90087a7fcc71c302ebd95833e8fc
2020-10-08Release OSDF docker 3.0.1krishnaa961-0/+10
Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I91efae48c6f68fc70a6b903d85d6805d93d34a2d
2020-10-08Bump OSDF to 3.0.13.0.1krishnaa962-2/+2
Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I94e0f64705259805ee3cadbdfc521be9a85e142d
2020-10-07Fix swagger link for opteng-apikrishnaa961-1/+1
Issue-ID: OPTFRA-805 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I56930abf4cc195808dc75bc0ea21fc0e67f028ad
2020-10-07Return empty solution if no candidate foundkrishnaa9611-27/+60
Update policy filter for NSI selection Return empty solution instead of error if no candidate is found Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I2f5ecbb9464fef3dbc844339968f6cdb1123b2b5
2020-10-06Fix slice selectionkrishnaa963-3/+7
Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: If4f7155ced93d91ae22a2e82db01bcf4c32b6323
2020-09-29Missing callback in NST selectionMD IRSHAD SHEIKH3-62/+105
Issue-ID: OPTFRA-852 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I7e1d782d579fd5f4385802c6dfbdaa8bfaef7782
2020-09-27Add slicing config file for osdf csit simulatorvrvarma1-0/+82
osdf_sim exits as it doesnt have the slicing_config.yaml file. Change-Id: Id20cd799ee7a51feef70157c3ff7c4dc676d5e6f Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-842
2020-09-21Create maven release 3.0.0 for optf-osdfkrishnaa961-0/+4
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I8618d1e7a1fac539deff2396e7ff194a085bebe5
2020-09-21Create docker release 3.0.0 for optf-osdfkrishnaa961-0/+10
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I456fb4c0762eca273aba7b464ae8eb235152b73c
2020-09-21Increment osdf release version to 3.0.03.0.0krishnaa962-3/+3
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Id80bf7173b3ea3f55ecad5795e5f03f3963c7494
2020-09-19Merge "Fix osdf csit failure by fixing logging"krishna moorthy3-41/+55
2020-09-18Add support to process NSI selection requestdhebeha42-730/+1173
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I85d951061abc697714425bd223b89102d4f2ede9
2020-09-18Merge "Add ML based optimization to PCI opt"Vikas Varma12-5/+473
2020-09-18Fix osdf csit failure by fixing loggingvrvarma3-41/+55
log.yml file needs to be updated for the osdf simulators after the python upgrade simulator dockerfile and scripts updated Change-Id: Ie6f59a602dc39db684e88357dc36ee81a2015da0 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-842
2020-09-17Add ML based optimization to PCI optkrishnaa9612-5/+473
Add DCAE DES adapter to the adapters Add a simple ML model in PCI opt app Issue-ID: OPTFRA-769 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I144887e1be1ac6be4d27eeec22f9669c71f2c2bb
2020-09-17Fix osdf code after upgrading to py38vrvarma15-154/+705
Fix osdf logging to work with 3.8 Fix osdf code that broke after migration Fix test cases after migration Fixing pep8 violations Change-Id: I11ca33959882c8b9010f00ff744d59c7eeb3c2f2 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-796
2020-09-14Merge "Fix swagger link in docs"dhebeha mj2-9/+6
2020-09-13Upgrade osdf python to 3.8vrvarma2-36/+34
Upgrade docker image to ubuntu20.04 Change-Id: I9fbb3acc921fe689bc4a3302543e5e872c72668f Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-796
2020-09-10Fix swagger link in docskrishnaa962-9/+6
Issue-ID: OPTFRA-805 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I412c2c8061032819bab07e97238d7aea8fc4f388
2020-09-07Merge "add support for common swagger style - add support for redoc"krishna moorthy5-7/+33
2020-09-07add support for common swagger styledhebeha5-7/+33
- add support for redoc Issue-ID: OPTFRA-805 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I2ce1259a9d8f84ec1386518dbe1f286babc26d87
2020-09-02Add Nxi-Termination featurehariharan9731-0/+860
Issue-ID: OPTFRA-825 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I0d768e36708e9f26e5bcdf661b2bcb5772ed48c2
2020-08-27Merge "Add API layer for NSSI selection"krishna moorthy6-0/+154
2020-08-27Merge "Change API layer for NSI selection"krishna moorthy6-56/+211
2020-08-17Add new tox env to check for pep8 issueskrishnaa961-1/+13
The linter will check for issues in new and updated files for a new commit Issue-ID: OPTFRA-837 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I2e2c29753574cf8e37a65ec7a4a70bbb9f6cf50f
2020-08-17Add API layer for NSSI selectiondhebeha6-0/+154
Issue-ID: OPTFRA-801 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ib9740d24b8f160708811ddb70138a49ce592e93b
2020-08-14Add Swagger docs for Optimization Enginevrvarma2-1/+597
Updating offeredapi.rst docs with the opteng api Change-Id: I0626bfa99616620a95a4bfc97709f781482972eb Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-823
2020-08-14Inter Domain Route Calculation forMehreen Kaleem10-0/+981
the MDONS use case Change-Id: Ic831fd92028ef3c1ac86f5067d68c19a7af3e8d6 Issue-ID: OPTFRA-753 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
2020-08-14Change API layer for NSI selectiondhebeha6-56/+211
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ia7e36da8d9a4d1f3f8e8eb00a61e6b0b29fbbbf6
2020-08-06Swagger update for slicing use casedhebeha1-170/+222
Issue-ID: OPTFRA-819 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ie946f165bb99cd0246481fc67e60d54410f74cf1
2020-08-04Updated Swagger doc for the Inter DomainMehreen Kaleem1-1/+173
Route API Change-Id: Iffb9f176eb0490459aed4d78945b5c3bf342528b Issue-ID: OPTFRA-820 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
2020-07-29[OPTFRA-818] Update project lifecycle stateShankar Narayanan1-1/+1
Issue-ID: OPTFRA-818 Change-Id: Ic683874f69610681102a49d75a3128e430f0510b Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2020-07-08Add Dhebeha as committerkrishnaa961-0/+8
Issue-ID: OPTFRA-799 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I6502d0348ba13db7f4ef67c3ad7a8dc4d219c65c
2020-07-01Update PTL role in INFO.yamlkrishnaa961-10/+10
Issue-ID: OPTFRA-788 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Id6fb2e9f71da8dfe1da7bcbbf1daefa3858c7dce
2020-05-28Merge "Update css file name in conf.py"Shankaranarayanan Puzhavakath Narayanan1-1/+1
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: Ic38efb07cf39391663c29a811404de189d6fa848
2020-05-28Update committer changesShankar Narayanan1-10/+14
Change-Id: I6eb4104e0cb0827ed48efaa4b411441a80f9600c Issue-ID: OPTFRA-773 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2020-05-26Update index.rstkrishnaa961-1/+1
Issue-ID: OPTFRA-672 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I5ef2f06df8210e95cb2c8d12f7b413f2450fc7da
2020-05-26Add upgrade strategy to docskrishnaa961-0/+22
Issue-ID: OPTFRA-672 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I8a503a3aff1b4a92c4ba04cea258c171d00213f4
2020-05-23Update release noteskrishnaa961-2/+19
Issue-ID: OPTFRA-761 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib40ad381e85e668305e8fa68eb68bb1276672d66
2020-05-21Create new release maven artifacts 2.0.4vrvarma1-0/+4
Change-Id: I4324e840433fa3a494610387da5e3319e4e2fdb2 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760
2020-05-21Create new osdf docker image 2.0.4vrvarma1-0/+10
Increment osdf docker image Change-Id: I5938deddc787f64415978ec462cc21c26ecdf584 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760
2020-05-21Increment osdf release version to 2.0.42.0.4vrvarma2-2/+2
Change-Id: Ifc8a5a84f2cc923e90310a37f2af1ec20e1d89a9 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760