summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-04-23Add generator plugin for candidate generation2.0.3krishnaa964-1/+462
Issue-ID: OPTFRA-744 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I047572609573ca8ab2fa91e087e9f37232eb0371
2020-04-16Release has release artifacts 2.0.2vrvarma1-0/+4
Change-Id: If376ad4e5b10385fc2787c13029b76b56939f987 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-735
2020-04-16Increment has release version to 2.0.2vrvarma1-0/+8
Change-Id: I5430bed61995ea958c8c6ddf6b9453c05a4afbc8 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-735
2020-04-17Change file permissions for nginx files2.0.2krishnaa961-2/+3
Issue-ID: OPTFRA-734 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I939faa52c1825479e6ad42a755fc357c067de064
2020-04-15Remove encryption of passwords for hasvrvarma4-5/+5
Change-Id: I06134255f2789cdd03dcdfddbe259c85ac81062c Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-732
2020-04-15Fix AAF authentication in conductor apikrishnaa966-13/+13
Fix AAF authentication and move all password decryption to common place Issue-ID: OPTFRA-733 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I14c119bb246c26b7dc5b5144a843ff627587141b
2020-04-09Nonroot user exposing as default user for the imageIkramullah, Ikram1-19/+24
Defaulting the image user to be 'onap' instead of root Issue-ID: OPTFRA-711 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: I0241633605a6b7088a2819ddf22c3ef1e65360f2
2020-04-09Fix python3 migration issue in solverkrishnaa961-1/+1
Issue-ID: OPTFRA-728 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I3b2640acef68fe060e160c939c5b07ef617f89cf
2020-04-08Automation adds optf-has-architecture.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I2eccd0a285f11b6491f3247e8d430caed04809c7 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>