aboutsummaryrefslogtreecommitdiffstats
path: root/osdf
AgeCommit message (Collapse)AuthorFilesLines
2023-02-15[OSDF] Enable OSDF in ServiceMesh deploymentAndreas Geissler1-44/+60
In case AAF is disabled the secret loading via AAF-SMS should not be called Issue-ID: OPTFRA-1099 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ifca03215a36705b1c160b2cbf708389bd2162301
2022-09-05Fix timeout issue in OSDF on sending plan request to HAS-APImalar1-1/+1
Issue-ID: OPTFRA-1080 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I71b39abd68a6c4e0fe3394f3da9c09d88ae96512
2021-10-04Support second level NSSI in terminate appkrishnaa961-0/+3
Issue-ID: OPTFRA-990 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: If47b19d18e5eb1cbef24418c7697e0770818959f
2021-09-02Cleaning up the library dependencies for osdfvrvarma1-2/+1
Change-Id: Id48ba7cfc462b9dc67fa746adb943fe1a694b09e Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-775
2021-07-14Fix issues in Slice selectionkrishnaa961-1/+1
Issue-ID: OPTFRA-983 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I0dc22bc4bc65853b6693b603554e4dc99717d176
2021-06-01Fix sonar issuesMalarvizhi Paramasivam3-9/+8
Issue-ID: OPTFRA-946 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I6ccf61b6e07187f879d52c4c3b9f53b4188adf4a Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
2021-04-08Update AAI query to DSL query - Slice terminationkrishnaa961-7/+39
Issue-ID: OPTFRA-936 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I7a2bba7d23645c8bff9f503361a93fd3ac3ebc3a
2021-04-07Return error when polices are not presentkrishnaa961-20/+35
OOF must return error when the policies are not found for a particular request. Currently, It sends an empty request to conductor when policies are not available Issue-ID: OPTFRA-511 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I8b4041cf1c6d6c62ee4df39138ee5d3bf904e064
2021-02-21Add support to process NST Selection for HASMD IRSHAD SHEIKH1-1/+0
Issue-ID: OPTFRA-911 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I809857348b00fe415d416954b1cfbedd404bdffc
2021-01-05Remove ca-cert from docker imagekrishnaa963-27/+47
CA cert can be directly used by the request library. So it is not needed to install in the base image Issue-ID: OPTFRA-891 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ia7642cded9057148abcaf0f2f8c9e85d63a08012
2021-01-04Fix AAI request url for NxI Terminationhariharan971-1/+1
Issue-ID: OPTFRA-890 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I4e11419f260d04f02b8b77eb0924bc92ad881991
2020-12-14OOF - Externalize configuration with Consulhariharan972-1/+61
Issue-ID: OPTFRA-875 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I30d25e082227d7b39f7d391365197e9130dc51e8 Signed-off-by: hariharan97 <rh20085046@wipro.com>
2020-10-06Fix slice selectionkrishnaa961-1/+1
Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: If4f7155ced93d91ae22a2e82db01bcf4c32b6323
2020-09-18Add support to process NSI selection requestdhebeha5-41/+72
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 Varma1-0/+51
2020-09-17Add ML based optimization to PCI optkrishnaa961-0/+51
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 py38vrvarma8-51/+554
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-02Add Nxi-Termination featurehariharan972-0/+55
Issue-ID: OPTFRA-825 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I0d768e36708e9f26e5bcdf661b2bcb5772ed48c2
2020-05-11Fix for remote policy filteringLukasz Rajewski1-4/+5
Changed a way of processing policies by scope. Before filtering was resulting with None type access exception. Change-Id: Ide6515b4b18a2dc7344e92b32a76d00ba48d4301 Issue-ID: OPTFRA-755 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-04-22Merge "add aggregation policy for NSI selection"Vikas Varma22-703/+542
2020-04-17add aggregation policy for NSI selectiondhebeha22-703/+542
made changes for other policy updates Issue-ID: OPTFRA-730 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I3fb4ae184cdae9181037fb059ac144070228c29f
2020-04-14Remove encryption of passwords for osdf2.0.3vrvarma1-1/+4
Change-Id: I1815e798b29b21278353fbf4ea6cb5cd6475dbf5 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-732
2020-04-09Fix minor issues in policy interfacekrishnaa961-2/+2
Issue-ID: OPTFRA-731 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I65e12da03b3f3881abda2dd3d1313ebe163fc3ff
2020-04-10Fix bugs in policy retrevialRuoyu Ying1-4/+5
Fix bugs in the payload sent to policy query Issue-ID: OPTFRA-731 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I7ed833e4daf2eb08c6bf4b998fd61d4182246677 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2020-03-23Add functionality to support NSI selectionkrishnaa964-45/+66
Issue-ID: OPTFRA-677 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibc51e15fce4692a445df400053060d3a6977b4ce
2020-03-20Add generic conductor interfacekrishnaa965-0/+621
Issue-ID: OPTFRA-715 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I84218ab65e645a90d2ff1c365bdde1e06ab27d2e
2020-03-20fix csit, cleanup dockerfile for osdfvrvarma1-4/+5
Change-Id: Ie3d44592a382ba8e886c2a7544520cbed6971f84 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-722
2020-03-09Merge "[WIP]Migration to new policy api"Shankaranarayanan Puzhavakath Narayanan2-39/+45
2020-03-10[WIP]Migration to new policy apiRuoyu Ying2-39/+45
*Change retrieval payload send to policy *Change the configs inside common_config Issue-ID: OPTFRA-520 Change-Id: I27a63294cdec3def7d415ed2dcb96e3606d9e21f Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2020-03-04Adding the generic solver codevrvarma6-13/+60
Add docker file for optim engine Run pods as a non-root user Fix docker tag script Change-Id: If25fe66b839a70e83e35292031a2da012e81fe47 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-712
2020-02-27Merge "encryption/decryption utility"Vikas Varma3-16/+132
2020-02-27encryption/decryption utilitydhebeha3-16/+132
Change-Id: I1f7d2c6fe66b1ff4341660063203662b507a669a Issue-ID: OPTFRA-700 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
2020-02-25Setting the python oparent to 3.0.0 for osdfvrvarma1-11/+12
Change-Id: I333b5be4260d4968d7a9602eccdb8a8e3d99bea9 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-686
2020-02-19Add apps folder into the coverage reportsvrvarma5-68/+0
Change-Id: I1c222b6a5cc5bbdc6353ce1b06c03e44917849fd Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-698
2020-02-14Fix sonarcloud coverage reports issuevrvarma2-2/+3
Change-Id: Ieaf2aac8ed425bdf547f6893262a3285470519d4 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-698
2020-01-24Add passthrough attributesvrvarma2-0/+28
Added passthrough attributes in placement request. Current attributes HAS request section changed to filtering_attributes and new passthrough attributes added in HAS request - this one is read from vnf policy passthroughAttributes section. Change-Id: Ic1e9dcafb0aa0ce5c1b4ddcf35d034d457ac7d48 Signed-off-by: vrvarma <vv8305@att.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: OPTFRA-611
2019-12-13osdf rearchitecture into apps and libsvrvarma35-2285/+177
Change-Id: I2db2f8e252bd5e60807b2ffabf5a5b193a789f7a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-637
2019-11-19Merge "Unique field moved to vnf policy"Shankaranarayanan Puzhavakath Narayanan4-2/+8
2019-11-07Merge "Add onap log spec 1.2 for osdf"Shankaranarayanan Puzhavakath Narayanan13-1394/+92
2019-11-06Add onap log spec 1.2 for osdfvrvarma13-1394/+92
OPTFRA-319 OPTFRA-607 and OPTFRA-629 included in this fix Change-Id: Ieeeaa0417ffa41360d790c01b0ef1404960e6b6a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-319
2019-10-30Update Policy config url and passRuoyu Ying1-4/+1
Update the config retrieval uri and authorization keys Issue-ID: OPTFRA-520 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I694930fcbf2ac2b17c048d0341571a027552576c
2019-10-21Unique field moved to vnf policyLukasz Rajewski4-2/+8
Unique req field was moved from OSDF request to VNF policy -> content -> vnfProperties Change-Id: I96b8a2bb881370cdb8d86b52ad4798e24e98425d Issue-ID: OPTFRA-482 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-07-29List of canidate identifiers supportLukasz Rajewski1-4/+1
List of candidate identifers in required and excluded candidates list now is supported only as a list Issue-ID: OPTFRA-486 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I2fdc11bc23239eeb1500c95925f8779da89dfcaf
2019-05-29Fix the pci-opt response to the swagger specs1.3.2vrvarma1-7/+5
Change-Id: I01f4e81563c02ccf6668fd4e39118bc1cf3f9aa8 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-508
2019-05-24Fix the oof-osdf to configdb interface bugs1.3.1vrvarma3-4/+8
Change-Id: I41ce7210f108195a83a35db46094e27a88f239fb Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-508
2019-05-23Update the pciopt request to accept empty anrInputListvrvarma1-1/+1
Change-Id: Ia029867262aede2bd351dd046bc7c1483a408c09 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-505
2019-05-13Fix to send num_solution as string to HASX1.3.0Chayal, Avteet (ac229e)1-1/+1
Fix to send num_solution as string to HAS Issue-ID: OPTFRA-497 Change-Id: I5fe509330ccb9e1c97b92ae44cec919ada0f8594 Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
2019-05-07Fix OSDF input to HAS to use num_solutionChayal, Avteet (ac229e)2-3/+3
Fix OSDF input to HAS to use num_solution Issue-ID: OPTFRA-497 Change-Id: I339a9e09aac766ce918ce6fa6d4dffc9d7ae741b Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
2019-04-23Fix for required/excluded candidatesLukasz Rajewski1-1/+4
The fix changes how required and excluded candiates list is generated for HAS request by OSDF. After the change it is now alligned with request format of HAS. Change-Id: I6c4a88c3672971e53b996d416caeda63771e08c1 Issue-ID: OPTFRA-483 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-04-22Merge "Insert tosca models for policy model uploading"Vikas Varma10-3/+652