summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Merge "OOF Policy Config File Creation Issue"v1.2.0Jorge Hernandez1-3/+5
2018-04-12OOF Policy Config File Creation IssueMichael Mokry1-3/+5
Fixed the issue with creating the config file with the wrong file name so that the PDP can pick it up when pushing the policy and getCOnfig will return the Config retrieved rather than a CONFIG_NOT_FOUND 400 status. I found this issue in the new CSIT tests for HPA policies and this should also resolve the failed test in Integration as well. Change-Id: I617133a188f3ba915feafd79da4f3e9d0b0eb4a6 Issue-ID: POLICY-738 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-04-12Merge "Fix Fortify Header Manipulation Issue"Pamela Dragosh1-1/+8
2018-04-11Update Release NotesSaryu Shah1-19/+5
Update Release Notes ------------------------------------------------------------- Change-Id: I3119427562112969afac284576b3fe799eac0887 Issue-ID: POLICY-536 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-04-11Fix Fortify Header Manipulation IssueWang,Frank(gw1218)1-1/+8
Fix Forfity issue on group Id by adding a validation on this input value. Issue-ID: POLICY-734 Change-Id: I83321a5ffd1ddca84f985b5fd8659e502ca967d7 Signed-off-by: Wang,Frank(gw1218) <gw1218@att.com>
2018-04-10Modified DB Upgrade script for OptimizationModelsMichael Mokry3-10/+12
Changed the incorrect column 'dataorder' to 'dataorderinfo' Made changes to pom and AAF client code per AAF API changes in new depedency. Change-Id: Ic9bf0edec8282cc0f96d6fedd62fa9253d52070f Issue-ID: POLICY-731 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-04-04ONAP log files consolidationChou, Joseph (JC2555)2-1/+3
Check in changes for pap,pdp,console,brmsgw,paplp and pdplp Change-Id: I5b51368f8fed2d0ede848f1aa7f2f70c866dfe8b Issue-ID: POLICY-562 Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
2018-04-04Merge "Add More Validations on TOSCA Model Format"Jorge Hernandez3-7/+114
2018-04-03Add More Validations on TOSCA Model FormatWang,Frank(gw1218)3-7/+114
Add more validations on TOSCA MS model file name and content format Issue-ID: POLICY-721 Change-Id: Ic3dfe1887791be1e11bca5695866a77909334536 Signed-off-by: Wang,Frank(gw1218) <gw1218@att.com>
2018-04-03Merge "ONAP log files consolidation"Jorge Hernandez30-72/+312
2018-04-03Merge "Update docker script for tomcat install"Jorge Hernandez2-1/+6
2018-04-03Merge "Documentation links"Pamela Dragosh1-8/+8
2018-04-03Documentation linksSaryu Shah1-8/+8
Updated swarch_pdp.rst to include links. ------------------------------------------------------------- Change-Id: I6db8fc4200ef31883496c25736158c57da4e28b4 Issue-ID: POLICY-536 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-04-03Update docker script for tomcat installPamela Dragosh2-1/+6
Issue-ID: POLICY-507 Change-Id: I14278865429dc0ccd0515ef5c84012b43b366c9a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-04-03Merge "Fix BRMSGW Executable Jar Class Path"Jorge Hernandez1-1/+1
2018-04-03ONAP log files consolidationChou, Joseph (JC2555)30-72/+312
Check in changes for pap,pdp,console,brmsgw,paplp and pdplp Change-Id: I23525a44e0f269d04d9870c3eed18b6b8daacb2c Issue-ID: POLICY-562 Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
2018-04-03Fix BRMSGW Executable Jar Class PathDaniel Cruz1-1/+1
The BRMSGW is no longer able to start up in windriver due to recent changes to the package names. The class path to generate the executable jar now reflects the recent changes. Issue-ID: POLICY-681 Change-Id: I032e516e082defd6a7ad0daae559f8c3e60ae531 Signed-off-by: Daniel Cruz <dc443y@att.com>
2018-04-03Merge "JUnit additions for PDP,PDP-REST,SDK,XACML"Pamela Dragosh4-138/+235
2018-04-03Merge "Fix a Bug on Checking Required Fields"Jorge Hernandez1-5/+7
2018-04-02Fix a Bug on Checking Required FieldsWang,Frank(gw1218)1-5/+7
Fix a bug in checking required fields if the object has include function Issue-ID: POLICY-717 Change-Id: I766da50c9ac02081dd4e711b8c78be0f3c25e5bd Signed-off-by: Wang,Frank(gw1218) <gw1218@att.com>
2018-04-02Documentation editsSaryu Shah1-14/+14
Fixing typos in modifying Release Template Page ------------------------------------------------------------- Issue-ID: POLICY-536 Change-Id: I8334afe77761ae3fe5fbee35719957ec10af1c8f Signed-off-by: Saryu Shah <ss3917@att.com>
2018-04-02Merge "Support CSIT tests for OOF Policy"Pamela Dragosh7-10/+165
2018-04-02JUnit additions for PDP,PDP-REST,SDK,XACMLbobbymander4-138/+235
Issue-ID: POLICY-600 Change-Id: I8052451c3f66116f361f2963fcc2727c022dd4d9 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-04-02Upgrade tomcat to resolve security issuePamela Dragosh1-2/+2
Tomcat resulted in 30+ CLM errors level 7-8. Issue-ID: POLICY-507 Change-Id: If055426a9b3fd464063fb84f8105f35213e2701a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-04-02Merge "Documentation Update Release Template"Pamela Dragosh5-6/+34
2018-04-02Support CSIT tests for OOF PolicyMichael Mokry7-10/+165
I added an INSERT to the sql upgrade file and some sonar fixes and Junits Change-Id: I37139d5a8ad78d9d46ee01f81c2edd052672712e Issue-ID: POLICY-639 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-03-30Documentation Update Release TemplateSaryu Shah5-6/+34
Documentation Update Release Template ------------------------------------------------------------- Change-Id: I827712a68820bccad0dcb1534cb96d5dd8bdb128 Issue-ID: POLICY-536 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-30JUnit additions for XACML,PAP-RESTbobbymander4-101/+429
Issue-ID: POLICY-605 Change-Id: I4b55a85eacf989ddb55743300e7f75e4b72882d0 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-30POM fixes due to update in cadi-aafbobbymander5-22/+8
Issue-ID: POLICY-507 Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-30Merge "Fix a Bug in View Mode"Jorge Hernandez2-62/+125
2018-03-30Merge "Removed checkstyle warnings"Pamela Dragosh24-1444/+1535
2018-03-29Merge "JUnit additions for ONAP-REST"Jorge Hernandez4-0/+311
2018-03-29Merge "Remove checkstyle warnings in policy/engine"Jorge Hernandez16-989/+1024
2018-03-29Fix a Bug in View ModeWang,Frank(gw1218)2-62/+125
To make MS template layout better for complex MS models and also add parent level elments first in view mode. Issue-ID: POLICY-714 Change-Id: If6bf472a504f15fd9bde05253e9369ba43bb082e Signed-off-by: Wang,Frank(gw1218) <gw1218@att.com>
2018-03-29Removed checkstyle warningswaqas.ikram24-1444/+1535
Change-Id: I0701333d2b36a0796b592ce92b8015c1a56f8258 Issue-ID: POLICY-711 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
2018-03-29Merge "Update docker tag convention"Pamela Dragosh3-5/+5
2018-03-29JUnit additions for ONAP-RESTbobbymander4-0/+311
Issue-ID: POLICY-603 Change-Id: Ic8a20fc758927afb9200547d5919fcf70f15852b Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-29Remove checkstyle warnings in policy/engineeramkve16-989/+1024
Remove checkstyle warnings in policy/engine ONAP-PDP Change-Id: Ibbe2d8c549c1f0c3ac8456c4d2de4c7d349dd171 Issue-ID: POLICY-713 Signed-off-by: eramkve <ram.krishna.verma@ericsson.com>
2018-03-29Update docker tag conventionmmis3-5/+5
Update docker scripts to comply with ONAP docker standard tag format $VERSION-STAGING-YYYYMMDDTHHMMSSZ Issue-ID: CIMAN-132 Change-Id: I28e2aea5425c614bf86b0a6f0e8fa0892ec018c3 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-03-28Remove security issue xstream and plexus-utilsPamela Dragosh5-3/+11
Some of these were ommitted from compile while others were not completely ommitted. Upgraded maven-compiler since it upgraded plexus-utils Upgraded latest version of jackson-databind 2.9.5 Issue-ID: POLICY-507 Change-Id: If92ff4355329c48fbe76e0245d6c8344ebb8084d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-28Merge "Deployment documentation"Pamela Dragosh2-0/+236
2018-03-28Merge "POM changes to centralize test scope deps"Pamela Dragosh13-347/+48
2018-03-28Deployment documentationSaryu Shah2-0/+236
Policy configuration of K8S ------------------------------------------------------------- Change-Id: Ie9cfea697960c3cd6663527a65bb39645f337c19 Issue-ID: POLICY-536 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-28POM changes to centralize test scope depsbobbymander13-347/+48
Issue-ID: POLICY-600 Change-Id: I870317bbd125c6016818ec435ea7a406123c66c1 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-28Remove ECOMP trademarkPamela Dragosh1-2/+0
Issue-ID: POLICY-696 Change-Id: I8647740df0c38da93c8d918cae371890d7799052 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-28Merge "ONAP code change for log files consolidation"Jorge Hernandez24-107/+55
2018-03-28Merge "Documentation: Release Notes; Installation;"Pamela Dragosh2-2/+4
2018-03-28ONAP code change for log files consolidationChou, Joseph (JC2555)24-107/+55
Undo the change so this would not block other test activity Change-Id: I4f7dd2e14f30034eefbf958be3c912af2962e8a2 Issue-ID: POLICY-562 Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
2018-03-28Documentation: Release Notes; Installation;Saryu Shah2-2/+4
Included link for securites/vulnerabilities; Edit updates. ------------------------------------------------------------- Change-Id: If37aceb8eb371fdcc8df43b7bff747236ae848f5 Issue-ID: POLICY-535 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-28Merge "Remove checkstyle warnings in policy/engine"Pamela Dragosh6-1443/+1591