summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-17Update release noteshariharan971-0/+86
Issue-ID: OPTFRA-869 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I4f7a677fc59a9df1ecae7b17c1d2271c81f01193
2020-10-23Run AAISIM using mountebankkrishnaa965-3/+278
Mountebank is an over the wire test double. (http://www.mbtest.org/) The AAI api for NSI and NSSI are the same. This makes it difficult to create stub using exisiting web server(web.py). So, lets move aaisim to more flexible mock server Issue-ID: OPTFRA-865 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I77c48fa3e491b3f73d1d5454625ffa27200f4751
2020-10-23Fix match_hpa with multiple inventory providerskrishnaa967-203/+203
match_hpa is implemented only for AAI inventory provider, but it was called using map_method In order to avoid calling the inventories which have not implemented it, lets create a method "invoke_method" in the inventory provider which will return None, if the method required is not implemented. Issue-ID: OPTFRA-864 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Idc49be08f10b23404024f9655900b15bc19776e4
2020-10-08Release HAS docker 2.1.2krishnaa961-0/+8
Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I322c6b0d5d1b6345c54b849107054dd83759400d
2020-10-08Bump HAS to 2.1.22.1.2krishnaa963-3/+3
Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I23f12df7a27f31c15a27045199d28417186c8493
2020-10-08Fix solver startup issuekrishnaa961-4/+4
Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib1acba8f9bfbf8cd8ba3f264ec66dc5af3253141
2020-10-06Fix bugs related to slice selectionkrishnaa964-62/+60
Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I3ca5bf8c0f22a6ce2ae84c3286c9977fe2d22744
2020-09-30Fix to support multiple inventory providerskrishnaa9612-768/+297
Add generator plugin to extensions Aggregate candidate from multiple inv providers Limit no of candidates generated by generator Issue-ID: OPTFRA-854 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I536a62e8616b1b4d9261d9d08540a8db5104af23
2020-09-22Create docker release 2.1.1krishnaa961-0/+8
Issue-ID: OPTFRA-851 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib969e0cac53de606371e8ab0ae401bacab9b2f95
2020-09-22Update SSL library in docker2.1.1krishnaa964-4/+4
Issue-ID: OPTFRA-851 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Id29d11588e029620f232bf549e72869f8a54516c
2020-09-21Create maven release 2.1.0 for optf-haskrishnaa961-0/+4
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib05dc29fb825ce8a81660b995135731b3d3a1268
2020-09-21create docker release 2.1.0 for optf-haskrishnaa961-0/+8
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I2171c7ebcdbe59e3563960451507e5244e8e014d
2020-09-21Increment has release version to 2.1.02.1.0krishnaa963-5/+4
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib9b9c027712230a6ee58878afbe669d72855b1a2
2020-09-18Remove python2.7 from has imagekrishnaa961-10/+5
- Remove python 2.7 which is not used - Remove nginx which is moved to a seperate container(OPTFRA-794) Issue-ID: OPTFRA-839 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I94afcc213e8943f27f0fa5e3124d3df04e59fc1e
2020-09-11Add generator plugin to generate slice profilekrishnaa9614-199/+1099
Issue-ID: OPTFRA-802 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I4dac19a11c560fbf193da46601b938a11a8f5aeb
2020-09-06Add support to generic optimization structurekrishnaa9626-163/+1230
Add a new template version to support the new optmization model Issue-ID: OPTFRA-730 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I286f7ae1bad0af1fac0da7e96f7274eb9518e031
2020-09-01Add support for NSI candidatedhebeha7-18/+174
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ibcc6760e6cc80a507a2ea2efab7088e1f09f5672
2020-09-01Add NSSI candidatedhebeha15-230/+465
-Add generic flow for NxI candidate -Add default attributes Issue-ID: OPTFRA-801 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I869ebcd35d4c2436676868b26006ca991b34e538
2020-08-17Add new tox env to check for pep8 issueskrishnaa961-3/+11
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: Id0759380475f5360c340abb71cd0afe0761beac8
2020-08-12Merge "Model candidates to be object oriented"krishna moorthy7-587/+655
2020-08-12Model candidates to be object orienteddhebeha7-587/+655
Issue-ID: OPTFRA-822 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ia04b4c5f4594dd40843e9d32f6fbdcd2f93cef06
2020-08-02Issue-ID: OPTFRA-772 optimization in git clone using --depthPratik Raj1-1/+1
optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository . Respective issue with Issue-ID: OPTFRA-772 is created at https://jira.onap.org/browse/OPTFRA-772 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I6a2f842886fea1e5626e528c93e90eb7e924f7a2
2020-08-01optimize size and time using "--no-cache-dir"Pratik Raj7-14/+14
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: OPTFRA-774 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I40d9eb94ecea623a9ed54b50b1786b154788a17b
2020-07-29[OPTFRA-818] Update project lifecycle stateShankar Narayanan1-1/+1
Issue-ID: OPTFRA-818 Change-Id: If63980fd3575fa92e5566461131f0f9f61157af4 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: Iae19546b795c6a49f9bd8a335f33e266bd6af352
2020-07-01Update PTL role in INFO.yamlkrishnaa961-10/+10
Issue-ID: OPTFRA-788 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I35a94dbc36e236ecc2d462e50883924192321207
2020-06-16remove candidate if threshold field doesn't matchdhebeha3-5/+16
Issue-ID: OPTFRA-777 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ib5a7c312ce2d23d22c36a25857c73fcec28199cd
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: Ie31e5dc99dce2634692520fc4dd369b77fb1d88a
2020-05-28Update committer changesShankar Narayanan1-10/+14
Change-Id: Iec9005667a3ee98ee451a0ed49d1a3a4728b3314 Issue-ID: OPTFRA-773 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2020-05-26Update index.rstkrishnaa961-1/+1
Issue-ID: OPTFRA-669 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Icca1689f440ae09890bbe65a3a9ee0601a787e45
2020-05-26Add upgrade strategykrishnaa961-0/+20
Issue-ID: OPTFRA-669 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I1de2e5e94c0f9e0d58476c2a984e1baae5085fd1
2020-05-25maven artifact release 2.0.4 for hasvrvarma1-0/+4
Change-Id: Ibd4ace1220f9dc7d8a7f9119f1474ae54ce63f45 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760
2020-05-24create docker release 2.0.4 for optf-hasvrvarma1-0/+8
Change-Id: I4f1367c4aae9c78353047ce083edac7e1a5bcfea Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760
2020-05-23Merge "Increment release version for HAS"2.0.4Shankaranarayanan Puzhavakath Narayanan3-4/+4
2020-05-22Increment release version for HASvrvarma3-4/+4
Change-Id: I17e4905fc91f3442ed22f8d8825733e00f861f5c Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760
2020-05-23Update release noteskrishnaa961-2/+23
Issue-ID: OPTFRA-761 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: If1b4cad448bb9d2457d3fa814ebfbee5c0687fd5
2020-05-23Add passthrough attribute to docskrishnaa961-4/+12
Issue-ID: OPTFRA-762 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ib47097f15ed558d4ff0b6f4b8da0edbc6c21a2ed
2020-05-22Add documentation related to slicingkrishnaa963-19/+156
Issue-ID: OPTFRA-759 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I56d32a585c702b1a88e8f91e691ece44c7162d6b
2020-05-21Merge "remove date"Shankaranarayanan Puzhavakath Narayanan1-1/+0
2020-05-20Update documentationkrishnaa962-277/+500
Issue-ID: OPTFRA-566 Issue-ID: OPTFRA-495 Issue-ID: OPTFRA-543 Issue-ID: OPTFRA-409 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: If48ec9e054c1bb7e323e23de04930759beb5fcef
2020-05-19remove datedhebeha1-1/+0
Issue-ID: OPTFRA-563 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I705a257add14cf899397580ccb7e799a206eded5
2020-04-29Generate new release image for optf-hasvrvarma1-0/+8
Change-Id: Ic622e2cf9d26e3b6e3af94050f14885d561ce87f Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-743
2020-04-29Merge "Add generator plugin for candidate generation"Vikas Varma4-1/+462
2020-04-29Merge "Fix aai relationship link query"Vikas Varma1-3/+4
2020-04-30Fix aai relationship link querykrishnaa961-3/+4
Issue-ID: OPTFRA-746 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ia0b67b7517100180ce2b47d95d1d2b56d9d5931f
2020-04-29enable https mode when using serverurl in musicdhebeha4-6/+6
Issue-ID: OPTFRA-747 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I8ca13756bea53d63aae1bea50705fc531a82088e
2020-04-29Merge "Add nsi info to the candidates"Shankaranarayanan Puzhavakath Narayanan3-17/+37
2020-04-28Modify threshold policy to support multiple constraintskrishnaa964-38/+34
Issue-ID: OPTFRA-730 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I8f8b4a694048088fcb61b6dbe7428b73f52e65d2
2020-04-28Add nsi info to the candidateskrishnaa963-17/+37
Issue-ID: OPTFRA-746 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Icdb669e92cd55bfd40aeac61d0aa2ecf1a65de84