optf/has.git
3 years agoUpdate SSL library in docker 60/112960/2 2.1.1
krishnaa96 [Tue, 22 Sep 2020 05:07:57 +0000 (10:37 +0530)]
Update SSL library in docker

Issue-ID: OPTFRA-851
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Id29d11588e029620f232bf549e72869f8a54516c

3 years agoCreate maven release 2.1.0 for optf-has 27/112927/1
krishnaa96 [Mon, 21 Sep 2020 11:49:47 +0000 (17:19 +0530)]
Create maven release 2.1.0 for optf-has

Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib05dc29fb825ce8a81660b995135731b3d3a1268

3 years agocreate docker release 2.1.0 for optf-has 21/112921/1
krishnaa96 [Mon, 21 Sep 2020 11:17:21 +0000 (16:47 +0530)]
create docker release 2.1.0 for optf-has

Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I2171c7ebcdbe59e3563960451507e5244e8e014d

3 years agoIncrement has release version to 2.1.0 07/112907/3 2.1.0
krishnaa96 [Mon, 21 Sep 2020 05:31:37 +0000 (11:01 +0530)]
Increment has release version to 2.1.0

Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib9b9c027712230a6ee58878afbe669d72855b1a2

3 years agoRemove python2.7 from has image 00/112800/2
krishnaa96 [Thu, 17 Sep 2020 07:48:33 +0000 (13:18 +0530)]
Remove python2.7 from has image

- 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

3 years agoAdd generator plugin to generate slice profile 82/111982/3
krishnaa96 [Tue, 1 Sep 2020 06:46:01 +0000 (12:16 +0530)]
Add generator plugin to generate slice profile

Issue-ID: OPTFRA-802
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I4dac19a11c560fbf193da46601b938a11a8f5aeb

3 years agoAdd support to generic optimization structure 88/111488/4
krishnaa96 [Sat, 15 Aug 2020 16:59:23 +0000 (22:29 +0530)]
Add support to generic optimization structure

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

3 years agoAdd support for NSI candidate 48/111648/2
dhebeha [Mon, 24 Aug 2020 14:20:43 +0000 (19:50 +0530)]
Add support for NSI candidate

Issue-ID: OPTFRA-802
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ibcc6760e6cc80a507a2ea2efab7088e1f09f5672

3 years agoAdd NSSI candidate 16/111516/6
dhebeha [Fri, 21 Aug 2020 07:27:41 +0000 (12:57 +0530)]
Add NSSI candidate
   -Add generic flow for NxI candidate
   -Add default attributes

Issue-ID: OPTFRA-801
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I869ebcd35d4c2436676868b26006ca991b34e538

3 years agoAdd new tox env to check for pep8 issues 06/111306/2
krishnaa96 [Sun, 16 Aug 2020 13:37:09 +0000 (19:07 +0530)]
Add new tox env to check for pep8 issues

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

3 years agoMerge "Model candidates to be object oriented"
krishna moorthy [Wed, 12 Aug 2020 15:35:34 +0000 (15:35 +0000)]
Merge "Model candidates to be object oriented"

3 years agoModel candidates to be object oriented 59/110859/3
dhebeha [Mon, 3 Aug 2020 17:24:34 +0000 (22:54 +0530)]
Model candidates to be object oriented

Issue-ID: OPTFRA-822
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ia04b4c5f4594dd40843e9d32f6fbdcd2f93cef06

3 years agoIssue-ID: OPTFRA-772 optimization in git clone using --depth 73/108373/2
Pratik Raj [Thu, 28 May 2020 05:37:09 +0000 (11:07 +0530)]
Issue-ID: OPTFRA-772 optimization in git clone using --depth

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

3 years agooptimize size and time using "--no-cache-dir" 64/108864/2
Pratik Raj [Sat, 6 Jun 2020 16:26:53 +0000 (21:56 +0530)]
optimize size and time using "--no-cache-dir"

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

3 years ago[OPTFRA-818] Update project lifecycle state 11/110711/1
Shankar Narayanan [Thu, 30 Jul 2020 03:28:48 +0000 (23:28 -0400)]
[OPTFRA-818] Update project lifecycle state

Issue-ID: OPTFRA-818
Change-Id: If63980fd3575fa92e5566461131f0f9f61157af4
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
3 years agoAdd Dhebeha as committer 33/109933/1
krishnaa96 [Wed, 8 Jul 2020 08:35:50 +0000 (14:05 +0530)]
Add Dhebeha as committer

Issue-ID: OPTFRA-799
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Iae19546b795c6a49f9bd8a335f33e266bd6af352

3 years agoUpdate PTL role in INFO.yaml 24/109724/1
krishnaa96 [Wed, 1 Jul 2020 10:28:58 +0000 (15:58 +0530)]
Update PTL role in INFO.yaml

Issue-ID: OPTFRA-788
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I35a94dbc36e236ecc2d462e50883924192321207

3 years agoremove candidate if threshold field doesn't match 98/109198/3
dhebeha [Tue, 16 Jun 2020 14:02:41 +0000 (19:32 +0530)]
remove candidate if threshold field doesn't match

Issue-ID: OPTFRA-777
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ib5a7c312ce2d23d22c36a25857c73fcec28199cd

3 years agoMerge "Update css file name in conf.py"
Shankaranarayanan Puzhavakath Narayanan [Thu, 28 May 2020 22:08:05 +0000 (22:08 +0000)]
Merge "Update css file name in conf.py"

3 years agoUpdate css file name in conf.py 16/108516/1
lf-jobbuilder [Thu, 28 May 2020 21:26:37 +0000 (14:26 -0700)]
Update css file name in conf.py

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

3 years agoUpdate committer changes 09/108409/4
Shankar Narayanan [Thu, 28 May 2020 13:50:33 +0000 (09:50 -0400)]
Update committer changes

Change-Id: Iec9005667a3ee98ee451a0ed49d1a3a4728b3314
Issue-ID: OPTFRA-773
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
3 years agoUpdate index.rst 77/108277/1
krishnaa96 [Tue, 26 May 2020 16:44:40 +0000 (22:14 +0530)]
Update index.rst

Issue-ID: OPTFRA-669
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Icca1689f440ae09890bbe65a3a9ee0601a787e45

3 years agoAdd upgrade strategy 72/108272/1
krishnaa96 [Tue, 26 May 2020 16:01:09 +0000 (21:31 +0530)]
Add upgrade strategy

Issue-ID: OPTFRA-669
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I1de2e5e94c0f9e0d58476c2a984e1baae5085fd1

3 years agomaven artifact release 2.0.4 for has 00/108200/1
vrvarma [Mon, 25 May 2020 13:30:00 +0000 (09:30 -0400)]
maven artifact release 2.0.4 for has

Change-Id: Ibd4ace1220f9dc7d8a7f9119f1474ae54ce63f45
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760

3 years agocreate docker release 2.0.4 for optf-has 75/108175/1
vrvarma [Sun, 24 May 2020 14:54:32 +0000 (10:54 -0400)]
create docker release 2.0.4 for optf-has

Change-Id: I4f1367c4aae9c78353047ce083edac7e1a5bcfea
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760

3 years agoMerge "Increment release version for HAS" 2.0.4
Shankaranarayanan Puzhavakath Narayanan [Sat, 23 May 2020 13:59:20 +0000 (13:59 +0000)]
Merge "Increment release version for HAS"

3 years agoIncrement release version for HAS 62/108162/1
vrvarma [Fri, 22 May 2020 22:37:48 +0000 (18:37 -0400)]
Increment release version for HAS

Change-Id: I17e4905fc91f3442ed22f8d8825733e00f861f5c
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760

3 years agoUpdate release notes 51/108151/1
krishnaa96 [Fri, 22 May 2020 18:37:02 +0000 (00:07 +0530)]
Update release notes

Issue-ID: OPTFRA-761
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If1b4cad448bb9d2457d3fa814ebfbee5c0687fd5

3 years agoAdd passthrough attribute to docs 50/108150/1
krishnaa96 [Fri, 22 May 2020 18:31:59 +0000 (00:01 +0530)]
Add passthrough attribute to docs

Issue-ID: OPTFRA-762
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib47097f15ed558d4ff0b6f4b8da0edbc6c21a2ed

3 years agoAdd documentation related to slicing 20/108120/2
krishnaa96 [Fri, 22 May 2020 05:02:52 +0000 (10:32 +0530)]
Add documentation related to slicing

Issue-ID: OPTFRA-759
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I56d32a585c702b1a88e8f91e691ece44c7162d6b

3 years agoMerge "remove date"
Shankaranarayanan Puzhavakath Narayanan [Thu, 21 May 2020 16:10:07 +0000 (16:10 +0000)]
Merge "remove date"

3 years agoUpdate documentation 71/107971/2
krishnaa96 [Wed, 20 May 2020 13:17:29 +0000 (18:47 +0530)]
Update documentation

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

3 years agoremove date 97/107897/1
dhebeha [Tue, 19 May 2020 16:45:12 +0000 (22:15 +0530)]
remove date

Issue-ID: OPTFRA-563
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I705a257add14cf899397580ccb7e799a206eded5

4 years agoGenerate new release image for optf-has 58/106858/1
vrvarma [Wed, 29 Apr 2020 21:51:44 +0000 (17:51 -0400)]
Generate new release image for optf-has

Change-Id: Ic622e2cf9d26e3b6e3af94050f14885d561ce87f
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-743

4 years agoMerge "Add generator plugin for candidate generation"
Vikas Varma [Wed, 29 Apr 2020 21:18:18 +0000 (21:18 +0000)]
Merge "Add generator plugin for candidate generation"

4 years agoMerge "Fix aai relationship link query"
Vikas Varma [Wed, 29 Apr 2020 21:00:11 +0000 (21:00 +0000)]
Merge "Fix aai relationship link query"

4 years agoFix aai relationship link query 56/106856/1
krishnaa96 [Wed, 29 Apr 2020 20:46:54 +0000 (02:16 +0530)]
Fix aai relationship link query

Issue-ID: OPTFRA-746
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ia0b67b7517100180ce2b47d95d1d2b56d9d5931f

4 years agoenable https mode when using serverurl in music 47/106847/2
dhebeha [Wed, 29 Apr 2020 18:40:54 +0000 (00:10 +0530)]
enable https mode when using serverurl in music

Issue-ID: OPTFRA-747
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I8ca13756bea53d63aae1bea50705fc531a82088e

4 years agoMerge "Add nsi info to the candidates"
Shankaranarayanan Puzhavakath Narayanan [Wed, 29 Apr 2020 01:40:15 +0000 (01:40 +0000)]
Merge "Add nsi info to the candidates"

4 years agoModify threshold policy to support multiple constraints 44/106744/1
krishnaa96 [Tue, 28 Apr 2020 12:54:09 +0000 (18:24 +0530)]
Modify threshold policy to support multiple constraints

Issue-ID: OPTFRA-730
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I8f8b4a694048088fcb61b6dbe7428b73f52e65d2

4 years agoAdd nsi info to the candidates 26/106726/1
krishnaa96 [Tue, 28 Apr 2020 07:17:47 +0000 (12:47 +0530)]
Add nsi info to the candidates

Issue-ID: OPTFRA-746
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Icdb669e92cd55bfd40aeac61d0aa2ecf1a65de84

4 years agoAdd generator plugin for candidate generation 17/106517/1 2.0.3
krishnaa96 [Thu, 23 Apr 2020 15:28:53 +0000 (20:58 +0530)]
Add generator plugin for candidate generation

Issue-ID: OPTFRA-744
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I047572609573ca8ab2fa91e087e9f37232eb0371

4 years agoRelease has release artifacts 2.0.2 58/106158/1
vrvarma [Thu, 16 Apr 2020 21:02:41 +0000 (17:02 -0400)]
Release has release artifacts 2.0.2

Change-Id: If376ad4e5b10385fc2787c13029b76b56939f987
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-735

4 years agoIncrement has release version to 2.0.2 57/106157/1
vrvarma [Thu, 16 Apr 2020 20:41:03 +0000 (16:41 -0400)]
Increment has release version to 2.0.2

Change-Id: I5430bed61995ea958c8c6ddf6b9453c05a4afbc8
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-735

4 years agoChange file permissions for nginx files 42/106142/1 2.0.2
krishnaa96 [Thu, 16 Apr 2020 18:33:50 +0000 (00:03 +0530)]
Change file permissions for nginx files

Issue-ID: OPTFRA-734
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I939faa52c1825479e6ad42a755fc357c067de064

4 years agoRemove encryption of passwords for has 69/105969/6
vrvarma [Tue, 14 Apr 2020 22:57:01 +0000 (18:57 -0400)]
Remove encryption of passwords for has

Change-Id: I06134255f2789cdd03dcdfddbe259c85ac81062c
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-732

4 years agoFix AAF authentication in conductor api 33/106033/1
krishnaa96 [Wed, 15 Apr 2020 16:05:53 +0000 (21:35 +0530)]
Fix AAF authentication in conductor api

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

4 years agoNonroot user exposing as default user for the image 87/105687/1
Ikramullah, Ikram [Thu, 9 Apr 2020 15:09:50 +0000 (11:09 -0400)]
Nonroot user exposing as default user for the image

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

4 years agoFix python3 migration issue in solver 83/105683/1
krishnaa96 [Thu, 9 Apr 2020 14:26:26 +0000 (19:56 +0530)]
Fix python3 migration issue in solver

Issue-ID: OPTFRA-728
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I3b2640acef68fe060e160c939c5b07ef617f89cf

4 years agoAutomation adds optf-has-architecture.rst 07/105607/2
LF Jenkins CI [Wed, 8 Apr 2020 20:22:32 +0000 (20:22 +0000)]
Automation adds optf-has-architecture.rst

Issue-ID: CIMAN-376

Change-Id: I2eccd0a285f11b6491f3247e8d430caed04809c7
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds optf-has-offeredapis.rst 88/105588/2
LF Jenkins CI [Wed, 8 Apr 2020 19:39:51 +0000 (19:39 +0000)]
Automation adds optf-has-offeredapis.rst

Issue-ID: CIMAN-376

Change-Id: Ie9c095cbb66e4d44735e5aa2e31b8bb9647f574e
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds index.rst 94/105394/2
LF Jenkins CI [Tue, 7 Apr 2020 17:42:52 +0000 (17:42 +0000)]
Automation adds index.rst

Issue-ID: CIMAN-376

Change-Id: I4ff4bc11b5612237bdc81b5d83bb7fafabca006f
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoRelease notes structure 44/104944/2
vrvarma [Wed, 1 Apr 2020 23:28:29 +0000 (19:28 -0400)]
Release notes structure

Change-Id: If371acee4b4cb290dd397800a4ed569201684b16
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-703
Signed-off-by: vrvarma <vikas.varma@att.com>
4 years agoFix has docker build to conform to self-release 76/104176/1
vrvarma [Mon, 23 Mar 2020 16:42:03 +0000 (12:42 -0400)]
Fix has docker build to conform to self-release

Change-Id: I27671db832cb85517bd7f7a0c587a9a02c2eec61
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-722

4 years agoIncrement release version for has to 2.0.1 75/104075/1
vrvarma [Fri, 20 Mar 2020 17:10:20 +0000 (13:10 -0400)]
Increment release version for has to 2.0.1

Change-Id: I554d2b91467b5b5f84901be64e6d0eeb4fb8cf2e
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-727

4 years agoCreate docker release tag for optf-has 31/103831/1
vrvarma [Wed, 18 Mar 2020 01:41:40 +0000 (21:41 -0400)]
Create docker release tag for optf-has

Change-Id: Ieac12ef847db45ecf7e5fac7df302f4a6502a065
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-716

4 years agoMerge "Build changes to generate docker staging images for optf-has"
Shankaranarayanan Puzhavakath Narayanan [Tue, 17 Mar 2020 21:05:14 +0000 (21:05 +0000)]
Merge "Build changes to generate docker staging images for optf-has"

4 years agoMerge "Migrate unit tests to python3"
Vikas Varma [Tue, 17 Mar 2020 16:20:09 +0000 (16:20 +0000)]
Merge "Migrate unit tests to python3"

4 years agoMigrate unit tests to python3 64/103764/4
krishnaa96 [Mon, 16 Mar 2020 18:49:32 +0000 (00:19 +0530)]
Migrate unit tests to python3

Issue-ID: OPTFRA-645
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I094eaa594e7a6f6541ca5d894e0af5127afd3936

4 years agoBuild changes to generate docker staging images for optf-has 00/103800/1
vrvarma [Tue, 17 Mar 2020 14:58:26 +0000 (10:58 -0400)]
Build changes to generate docker staging images for optf-has

Change-Id: I4e9fa87c7b7aed47d73c9a2f39f2f893a57a731a
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-718

4 years agoCreate new release tag for has 53/103753/1
vrvarma [Mon, 16 Mar 2020 17:00:25 +0000 (13:00 -0400)]
Create new release tag for has

Change-Id: I1a0e897f914a4206054b50d128402f869564cd16
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-716

4 years agoMerge "Increment HAS release version"
Shankaranarayanan Puzhavakath Narayanan [Mon, 16 Mar 2020 12:39:34 +0000 (12:39 +0000)]
Merge "Increment HAS release version"

4 years agoMerge "Add functionalities to support NSSI selection"
Shankaranarayanan Puzhavakath Narayanan [Mon, 16 Mar 2020 12:39:17 +0000 (12:39 +0000)]
Merge "Add functionalities to support NSSI selection"

4 years agoAdd functionalities to support NSSI selection 35/102835/6
krishnaa96 [Tue, 3 Mar 2020 09:31:51 +0000 (15:01 +0530)]
Add functionalities to support NSSI selection

Add threshold constraint
Modify AAI plugin to get NSSIs from AAI

Issue-ID: OPTFRA-677
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ic9bc97aca3835eba99d0a3f1580c281c3856b1cf

4 years agoIncrement HAS release version 36/103536/2
vrvarma [Wed, 11 Mar 2020 16:38:24 +0000 (12:38 -0400)]
Increment HAS release version

Change-Id: Iba05adab9d20ba0cb44d73f9a8c96278df957b6e
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-716

4 years agoAdding Arthur as committer 72/102872/2
vrvarma [Tue, 3 Mar 2020 14:38:20 +0000 (09:38 -0500)]
Adding Arthur as committer

Change-Id: Ib8ada6252ee2f9efa8a2eca81c65e20d9804eaae
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-682

4 years agoChange password in music_api to decrypted password 19/102619/1
krishnaa96 [Fri, 28 Feb 2020 16:24:36 +0000 (21:54 +0530)]
Change password in music_api to decrypted password

Issue-ID: OPTFRA-683
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If0ee6a09571062706b77bd747522a28b64041d80

4 years agoAdding Arthur as a committer 89/100689/8
Shankar Narayanan [Thu, 23 Jan 2020 14:38:15 +0000 (09:38 -0500)]
Adding Arthur as a committer

Issue-ID: OPTFRA-682
Change-Id: I46b3702b68d79fcaeec0eee4b976ebda18f69a72
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
4 years agoChange requirement versions for python 3.8 92/102492/2
krishnaa96 [Thu, 27 Feb 2020 11:55:37 +0000 (17:25 +0530)]
Change requirement versions for python 3.8
Add byte to string conversion after base64 encode

Issue-ID: OPTFRA-645
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I27326dd35b6727da80c159cb34d5d67e0829cf8f

4 years agoFix sonar code coverage reports for has 06/102506/1
vrvarma [Thu, 27 Feb 2020 15:05:05 +0000 (10:05 -0500)]
Fix sonar code coverage reports for has

Change-Id: I52d54e0729ab7dbbc98259881741f8a61dc69512
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-698

4 years agoFixing the maven-deploy version in has 21/102421/1
vrvarma [Wed, 26 Feb 2020 15:48:18 +0000 (10:48 -0500)]
Fixing the maven-deploy version in has

Change-Id: Ia60a93f509c3f297d2e0edd5f1a536e553909da9
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-645

4 years agoMerge "Python3.8 related changes."
Shankaranarayanan Puzhavakath Narayanan [Wed, 26 Feb 2020 15:23:53 +0000 (15:23 +0000)]
Merge "Python3.8 related changes."

4 years agoDockerfile updated to use python 3.8 47/102347/3
Ikramullah, Ikram [Tue, 25 Feb 2020 22:44:32 +0000 (17:44 -0500)]
Dockerfile updated to use python 3.8

Issue-ID: OPTFRA-645
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
Change-Id: Ic9ff68036e53feb7938006d4caaf489a23530c7c

4 years agoPython3.8 related changes. 42/102342/3
Dingari, Sridevi [Tue, 25 Feb 2020 19:48:23 +0000 (14:48 -0500)]
Python3.8 related changes.

Issue-ID: OPTFRA-645
Signed-off-by: Dingari, Sridevi <sridevi.dingari@att.com>
Change-Id: I27dfc3bb9c68657658de95ca1ab491db614d35ab

4 years agochange configuration key 54/101954/1
dhebeha [Wed, 19 Feb 2020 07:46:54 +0000 (13:16 +0530)]
change configuration key

Issue-ID: OPTFRA-683
Change-Id: Ic50a04d30d20a56e52b98b086a8f0ae86b711686
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
4 years agoMerge "Upgrade has oparent version to 3.0"
Shankaranarayanan Puzhavakath Narayanan [Wed, 12 Feb 2020 15:57:00 +0000 (15:57 +0000)]
Merge "Upgrade has oparent version to 3.0"

4 years agoMigrate optf-has docs 96/101296/2
Jessica Wagantall [Thu, 6 Feb 2020 22:51:35 +0000 (14:51 -0800)]
Migrate optf-has docs

Merging this will create
https://onap-optf-has.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.

Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I79e2815cc6ae4c2ae5f4d33f826c0347709b70a0

4 years agoUpgrade has oparent version to 3.0 50/101050/1
vrvarma [Mon, 3 Feb 2020 14:29:11 +0000 (09:29 -0500)]
Upgrade has oparent version to 3.0

Change-Id: I52832049f76b328760011832122992f688adea55
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-686

4 years agoEncryption/Decryption utility 26/100726/4
Ikram Ikramullah [Thu, 23 Jan 2020 16:53:16 +0000 (11:53 -0500)]
Encryption/Decryption utility

Putting in the encryption/decryption utility. Hit cipher-util inside
the virutalenv to see its usage. The work is still in progress.

Issue-ID: OPTFRA-683

Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I7a4845c1318db8d14f1efbb0f98e785adf214e06

4 years agoAdd AAF root cert location to conductor.conf 63/99463/3
dhebeha [Wed, 11 Dec 2019 07:05:37 +0000 (12:35 +0530)]
Add AAF root cert location to conductor.conf

Modify multicloud.py to verify the session
using AAF root certificate if https

Issue-ID: OPTFRA-328
Change-Id: Ica47cbda3821120a020f34c97a4e398e2f7bbda5
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
4 years agoMerge "Add passthrough attributes"
Shankaranarayanan Puzhavakath Narayanan [Fri, 6 Dec 2019 18:47:30 +0000 (18:47 +0000)]
Merge "Add passthrough attributes"

4 years agoAdd passthrough attributes 86/98386/3
Lukasz Rajewski [Wed, 13 Nov 2019 21:21:55 +0000 (22:21 +0100)]
Add passthrough attributes

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.

Issue-ID: OPTFRA-610
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Ie2719fdd94bb0b42ef7cf2cbf47f5f182a4e7347

4 years agoUpgrade oparent 54/98154/1
Shankar Narayanan [Thu, 7 Nov 2019 19:03:46 +0000 (14:03 -0500)]
Upgrade oparent

Change-Id: Ia2ac1175996fbed159e8dfbd43a01faee2e1009d
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-607

4 years agoUse OJSI identifier to document fixed vulnerability 48/96648/1 elalto 5.0.2-ONAP
Krzysztof Opasiak [Sat, 5 Oct 2019 21:19:42 +0000 (23:19 +0200)]
Use OJSI identifier to document fixed vulnerability

It's better to stick to the convention that OJSI ticket should be
mentioned in Fixed Security Issues section to ensure full traceability.

Issue-ID: OJSI-137
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3549e3853b5acd69df00500106ca35dc4002fe10

4 years ago[OPTFRA-585] Update release notes 20/96520/1
Shankar Narayanan [Wed, 2 Oct 2019 16:22:49 +0000 (12:22 -0400)]
[OPTFRA-585] Update release notes

Change-Id: I7c284c816bfec1a06cbd995e161bd7a617d3e294
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-585

4 years agoIncrement HAS to version 1.3.3 98/95698/1 1.3.3
Ruoyu Ying [Sun, 15 Sep 2019 21:21:16 +0000 (05:21 +0800)]
Increment HAS to version 1.3.3

Bump up the version for release use

Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I2949c46c41fa55ef9ae88bb6e112ef47d6e6cbd1

4 years agoEnable AAF RootCA in rest call to MUSIC 04/93604/4
Ruoyu Ying [Thu, 15 Aug 2019 11:34:32 +0000 (19:34 +0800)]
Enable AAF RootCA in rest call to MUSIC

Add AAF RootCA cert in the rest call
Switch to Https interface

Issue-ID: OPTFRA-562
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: Ie1860fe8f8ceb11d911d3f1fd83c1b6feea9b8f5
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
4 years agoAdd release file for self-release 11/93111/1
vrvarma [Thu, 8 Aug 2019 17:06:41 +0000 (13:06 -0400)]
Add release file for self-release

Change-Id: I7e960911639b24a5430bb56cb53ef9f3a4d4110c
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-561

4 years agoBump version to 1.3.2-staging 24/92324/1
Ruoyu Ying [Wed, 31 Jul 2019 11:36:59 +0000 (19:36 +0800)]
Bump version to 1.3.2-staging

Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I42ccd920262b11467064f6479b267ee54e94db7a

4 years agoList of canidate identifiers support 77/92177/1
Lukasz Rajewski [Mon, 29 Jul 2019 08:48:35 +0000 (10:48 +0200)]
List of canidate identifiers support

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: I1628a5806ff1faecabc9c94507621e786a622f2c

4 years agoMerge "Remove duplicate 'flavorId' in directives"
Shankaranarayanan Puzhavakath Narayanan [Mon, 24 Jun 2019 14:53:36 +0000 (14:53 +0000)]
Merge "Remove duplicate 'flavorId' in directives"

4 years agoDocument OJSI-137 vulnerability 42/89442/1
Krzysztof Opasiak [Wed, 5 Jun 2019 21:57:13 +0000 (23:57 +0200)]
Document OJSI-137 vulnerability

Issue-ID: OJSI-137
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I2b27d485e98d5e58f737fe19d4c4d95433dbea28

4 years agoImprove security release notes 41/89441/1
Krzysztof Opasiak [Wed, 5 Jun 2019 21:55:26 +0000 (23:55 +0200)]
Improve security release notes

In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:

- Fixed Security Issues
  Contains a list of security fixes merged during this
  release (especially those reported via OJSI tickets).

- Known Security Issues
  Contains a list of vulnerabilities detected in project during
  release which have not been fixed yet and thus should be mitigated
  by the user.

- Known Vulnerabilities in Used Modules
  Contains information about NexusIQ scan results

Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I1b5a6c15b9397d3d6e192eabf2ba2a75ab54208d

4 years agoAdd release notes for Dublin release 74/89274/1 4.0.0-ONAP
Varma, Vikas [Tue, 4 Jun 2019 19:16:26 +0000 (15:16 -0400)]
Add release notes for Dublin release

Change-Id: Ia692b30ddfa11e82f80c502bc20eba55a41ff1a0
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-518

4 years agoRemove duplicate 'flavorId' in directives 41/88841/1
Ruoyu Ying [Thu, 30 May 2019 17:45:07 +0000 (01:45 +0800)]
Remove duplicate 'flavorId' in directives

Issue-ID: OPTFRA-499
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: Ic680060a8bdff7ea0fb5ae91da80e872ccbd0b49

4 years agoBump version of staging to 1.3.1 22/88022/1 1.3.1
Shankar Narayanan [Fri, 17 May 2019 18:46:45 +0000 (14:46 -0400)]
Bump version of staging to 1.3.1

Change-Id: Ic104f4b53c0ae38a020a92c21f7f430137027226
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-501

5 years agoAdd num_solution to the api decorators 52/86952/2 1.3.0
Shankar Narayanan [Sat, 4 May 2019 03:19:11 +0000 (23:19 -0400)]
Add num_solution to the api decorators

Change-Id: Ie63c36274d99e01975b12a12ba648392a51a8d29
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-496

Add num_solution to the api decorator

Change-Id: Ie63c36274d99e01975b12a12ba648392a51a8d29
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-496

5 years agoUpdate oparent version 72/86772/1
Jessica Wagantall [Thu, 2 May 2019 02:21:02 +0000 (19:21 -0700)]
Update oparent version

Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.

Change-Id: Ic7fc7c35a37aa710b26d78f596ad8b23566d7e6f
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoBump up version of HAS 1.3.0 69/86669/1
Shankar Narayanan [Tue, 30 Apr 2019 18:53:11 +0000 (14:53 -0400)]
Bump up version of HAS 1.3.0

Change-Id: Ibf95e938917d153e4d83f42ab6c6972fb3719bae
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491

5 years agoBump up version of HAS 1.3.0 40/86640/1
Shankar Narayanan [Tue, 30 Apr 2019 15:25:03 +0000 (11:25 -0400)]
Bump up version of HAS 1.3.0

Change-Id: I056f211082df6dbbdfdc89f915d0e720bb86e1e1
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491