policy/engine.git
6 years agoFixed the Sonar technical debt. 73/29573/4
Ankitkumar Patel [Tue, 30 Jan 2018 03:42:19 +0000 (22:42 -0500)]
Fixed the Sonar technical debt.

Fixed the sonar technical dept primarily for the POLICY-REST module, and
accordingly updated the other policy-engine modules for successful built.

Issue-ID: POLICY-476
Change-Id: I0e9bd7209a7f9af247fa409a1682683082f92698
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
6 years agoAdding code coverage reduce duplicate lines 37/29837/1
Pamela Dragosh [Wed, 31 Jan 2018 13:15:42 +0000 (08:15 -0500)]
Adding code coverage reduce duplicate lines

Removed some duplicate code across some of the classes. For CheckPDP, got the code coverage
above 80%.

Issue-ID: POLICY-482
Change-Id: I41495cf9f92e8fd248350bf33f5a183c876f38f2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoMerge "Fix technical debt and reduce lines"
Pamela Dragosh [Wed, 31 Jan 2018 13:05:40 +0000 (13:05 +0000)]
Merge "Fix technical debt and reduce lines"

6 years agoMerge "Addressing Technical Debt for ONAP-XACML"
Pamela Dragosh [Wed, 31 Jan 2018 13:02:46 +0000 (13:02 +0000)]
Merge "Addressing Technical Debt for ONAP-XACML"

6 years agoFix technical debt and reduce lines 51/29651/1
Pamela Dragosh [Tue, 30 Jan 2018 13:28:25 +0000 (08:28 -0500)]
Fix technical debt and reduce lines

Focused on iterating over entrySet along with more fixes for
dead stores, unnecessary exceptions. I'm also starting to work
on reducing the number of code lines.

* Iterate using entrySet
* Remove useless assignments
* Unnecessary exceptions
* Use StringBuilder instead of StringBuffer due to synchronization
* Potential null exceptions being thrown
* Returning a empty collection vs null

Issue-ID: POLICY-482
Change-Id: If6ac8e812237f37b2b10c534535df4090a5073dd
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoAddressing Technical Debt for ONAP-XACML 49/29349/5
Gao, Chenfei (cg287m) [Thu, 25 Jan 2018 22:22:23 +0000 (17:22 -0500)]
Addressing Technical Debt for ONAP-XACML

Follow the list of acceptable fixes in POLICY-336 description

Issue-ID: POLICY-475
Change-Id: I45cfb55c571d32601049beb8e5be8676216dcf5c
Signed-off-by: Gao, Chenfei (cg287m) <cgao@research.att.com>
6 years agoReduce technical debt 35/29535/1
Pamela Dragosh [Mon, 29 Jan 2018 16:59:40 +0000 (11:59 -0500)]
Reduce technical debt

Focusing on easy try-with-resources changes. Plus some other minor items.
I did not get all of them yet, as some have some heavy refactoring. These
try-with-resources seem to be fairly harmless.

* Utilize try-with-resources
* Remove unnecessary parenthesis
* Merging simple if statements
* Remove useless assignment
* Moving string literals to left hand side

Issue-ID: POLICY-482
Change-Id: If519ec8ea96f6b90bf82ac2676ffea9cd0cd2daf
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoUse try-with-resources 37/29337/1
Pamela Dragosh [Fri, 26 Jan 2018 18:32:21 +0000 (13:32 -0500)]
Use try-with-resources

Also enhanced JUnit tests to ensure this will work. Reduced code.

Issue-ID: POLICY-482
Change-Id: If07e17df274bdb709f7ca60078bd1fbd78d1aaaa
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoReduce technical debt 67/28967/1
Pamela Dragosh [Wed, 24 Jan 2018 00:39:07 +0000 (19:39 -0500)]
Reduce technical debt

Mainly use StringBuilder() to improve speed

* Use StringBuilder
* Remove superflous exceptions in constructor
* Remove unnecessary casts
* Remove unnecessary toString()
* Combine return into one statement
* Move string literal to LHS

Issue-ID: POLICY-482
Change-Id: Id196728d92dda7fab7e83d6eea07633c5be37f7c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoAddressing Technical Debt for POLICY-SDK-APP 45/28945/1
Pamela Dragosh [Tue, 23 Jan 2018 15:58:28 +0000 (10:58 -0500)]
Addressing Technical Debt for POLICY-SDK-APP

* Using booleans true and false
* Using already predefined static strings
* Adding private constructors to hide implicit
* Adding empty constructor comment to satisfy SONAR
* Using single quotes for indexOf to use faster method
* Preferred use of .isEmpty()
* Ordering of public static synchronized syntax
* Removing commented out code
* Using an already defined constant
* Unnecessary declaration of runtime exceptions
* Unnecessary casts
* Unused variables and imports
* Unnecessary use of toString()
* Just using return vs storing into a local var and returning that
* Extra semicolons

Issue-ID: POLICY-482
Change-Id: I6b9dcc5211dd52895a8787239b9df3059928fa45
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoResolved the Critical issue reported by Sonar 65/28665/1
rb7147 [Fri, 19 Jan 2018 15:10:18 +0000 (10:10 -0500)]
Resolved the Critical issue reported by Sonar

Issue-ID: POLICY-521
Change-Id: I2a7072076a1ed0924bfeacd6f3d2b6a910f30338
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoResolved Security Vulnerability issues 21/28421/2
rb7147 [Wed, 17 Jan 2018 15:29:04 +0000 (10:29 -0500)]
Resolved Security Vulnerability issues

Issue-ID: POLICY-553
Change-Id: I3e0e6a31226e561cef9ec578790659d57b2f65f4
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoMerge "Restrict file upload size in policy editor"
Jorge Hernandez [Tue, 16 Jan 2018 20:57:41 +0000 (20:57 +0000)]
Merge "Restrict file upload size in policy editor"

6 years agoRestrict file upload size in policy editor 75/27875/4
Magnusen, Drew (dm741q) [Wed, 10 Jan 2018 20:41:24 +0000 (14:41 -0600)]
Restrict file upload size in policy editor

Restrict file upload size in Policy Editory using a configurable value (in
bytes) set in xacml.admin.properties. Default value is 30MB.

Issue-ID: POLICY-538
Change-Id: I4d8539ab33320446aed250ea4fdc51de585d5f2a
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
6 years agoPDPGroup Audit Fix 19/28319/1
Michael Mokry [Thu, 11 Jan 2018 21:23:36 +0000 (15:23 -0600)]
PDPGroup Audit Fix

*This fix will add new group to GroupEntity table if no default exists
during initialization and therefore provides a permanent solution to the
initialization errors on the PAP

Change-Id: Ie394d76b9cbc02cad15d62d6adea6fc17938f734
Issue-ID: POLICY-486
Signed-off-by: Michael Mokry <mm117s@att.com>
(cherry picked from commit 676d7d8dc9985e93d7c9cbc0412a26f2b19c23cd)

6 years agoMerge "Local and Class variable name conflict resolved"
Jorge Hernandez [Mon, 15 Jan 2018 23:36:03 +0000 (23:36 +0000)]
Merge "Local and Class variable name conflict resolved"

6 years agoMerge "Fixed as per Java Code Conventions"
Jorge Hernandez [Mon, 15 Jan 2018 23:35:51 +0000 (23:35 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoMerge "Sonar cleanup for PolicyEngineUtils"
Jorge Hernandez [Fri, 12 Jan 2018 20:19:06 +0000 (20:19 +0000)]
Merge "Sonar cleanup for PolicyEngineUtils"

6 years agoLocal and Class variable name conflict resolved 25/28025/1
SRINIVAS V [Fri, 12 Jan 2018 09:20:30 +0000 (14:50 +0530)]
Local and Class variable name conflict resolved

*Renamed the local variable to othername

Change-Id: I5f1e1b8b9140acf73de241f78b0437dc9e5805b5
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoFixed as per Java Code Conventions 21/28021/1
root1 [Fri, 12 Jan 2018 09:14:46 +0000 (14:44 +0530)]
Fixed as per Java Code Conventions

*Moved the constructors after the variables

Change-Id: I099f75aea285f0bb845d464065d1e5f031d44a13
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoRemoved useless parentheses 07/27707/2
root1 [Tue, 9 Jan 2018 10:59:05 +0000 (16:29 +0530)]
Removed useless parentheses

*Removed those useless parentheses

Change-Id: I19e9e027182dfd7dc2211d71fbb4acd8bf6b8be5
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoMerge "Fixed as code optimization"
Pamela Dragosh [Thu, 11 Jan 2018 18:50:44 +0000 (18:50 +0000)]
Merge "Fixed as code optimization"

6 years agoFixed as per Java Code Conventions 05/27705/2
root1 [Tue, 9 Jan 2018 10:52:49 +0000 (16:22 +0530)]
Fixed as per Java Code Conventions

*Moved the constructors after the variables

Change-Id: I531a911570867e05d2eabca98d349f4f2f26d0f9
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoFixed as code optimization 45/27645/2
SRINIVAS V [Mon, 8 Jan 2018 15:48:40 +0000 (21:18 +0530)]
Fixed as code optimization

*no need to create seperate object, so optimized

Change-Id: I245d7fd26c0fabb26de6e9eb7c8bedf405d9d602
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoFixed as per Java Code Conventions 11/27611/2
SRINIVAS V [Mon, 8 Jan 2018 06:37:39 +0000 (12:07 +0530)]
Fixed as per Java Code Conventions

*Moved the constructors after the variables
*Deleted the commented code

Change-Id: I6afa9ae5b04fe5c8280fc9e08352aef699117567
Issue-ID: POLICY-336
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoMerge "Adding PolicyType to getConfig Response"
Pamela Dragosh [Wed, 3 Jan 2018 20:19:17 +0000 (20:19 +0000)]
Merge "Adding PolicyType to getConfig Response"

6 years agoMerge "Policy Elastic Search Validation Enhancements"
Pamela Dragosh [Wed, 3 Jan 2018 20:07:10 +0000 (20:07 +0000)]
Merge "Policy Elastic Search  Validation Enhancements"

6 years agoMerge "Adding SONAR fixes for"
Pamela Dragosh [Wed, 3 Jan 2018 16:35:39 +0000 (16:35 +0000)]
Merge "Adding SONAR fixes for"

6 years agoSonar cleanup for PolicyEngineUtils 37/26737/3
Magnusen, Drew (dm741q) [Thu, 21 Dec 2017 18:03:33 +0000 (12:03 -0600)]
Sonar cleanup for PolicyEngineUtils

Changes to resolve some sonar "major" issues in the PolicyEngineUtils
module.

Patch 2: Updated the NotificationStoreTest junit to account for the return
of a "Collections.emptyList()" rather than "null" in StdPDPNotification
class.

Patch 3: Updated the StdPDPNotificationTest junit to account for the
return of a "Collections.emptyList()" rather than "null" in
StdPDPNotifaction class.

Issue-ID: POLICY-474
Change-Id: I925774ac181fd38d1206637f47ab27ba499629ef
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
6 years agoPolicy Elastic Search Validation Enhancements 27/26127/2
rb7147 [Tue, 12 Dec 2017 15:56:11 +0000 (10:56 -0500)]
Policy Elastic Search  Validation Enhancements

Issue-ID: POLICY-497
Change-Id: If97fe30706bcdbeeafaf28e5cca8fae31998cb7c
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoAdding PolicyType to getConfig Response 39/26139/2
Tej, Tarun [Tue, 12 Dec 2017 20:04:43 +0000 (15:04 -0500)]
Adding PolicyType to getConfig Response

Adding a new parameter PolicyType so that getConfig Response can be known
based on type of policy. Fixes for project warnings and unused imports.

Issue-ID: POLICY-434
Change-Id: I0874abb7e986a8bb42ae18561064a8d7534eade6
Signed-off-by: Tej, Tarun <tt3868@att.com>
6 years agoMerge "Add ELK Security"
Pamela Dragosh [Wed, 13 Dec 2017 18:03:57 +0000 (18:03 +0000)]
Merge "Add ELK Security"

6 years agoAdd ELK Security 25/26125/2
Temoc Rodriguez [Mon, 11 Dec 2017 23:24:23 +0000 (15:24 -0800)]
Add ELK Security

Add security to ELk such that only localhost is able to access ELK.
All other hosts will be denied service. This fixes the open elastic
serach security vulnerability.

Issue-ID: POLICY-495
Change-Id: I7f5d6fef5963f984c2bce6933c8b214c0bd3be2b
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
6 years agoMerge "Fix audit log to contain ending timestamp"
Pamela Dragosh [Tue, 12 Dec 2017 19:13:28 +0000 (19:13 +0000)]
Merge "Fix audit log to contain ending timestamp"

6 years agoFix audit log to contain ending timestamp 97/25897/2
Mike Babinski [Fri, 8 Dec 2017 00:02:50 +0000 (00:02 +0000)]
Fix audit log to contain ending timestamp

Add transaction end  method

Change-Id: Ie818bb1650b0847800ce5481a85c5d2c8d7f4b9c
Issue-ID: POLICY-494
Signed-off-by: Mike Babinski <mb1915@att.com>
6 years agoResolved the Policy GUI Javascript issues 59/26059/1
rb7147 [Mon, 11 Dec 2017 21:25:23 +0000 (16:25 -0500)]
Resolved the Policy GUI Javascript issues

Issue-ID: POLICY-440
Change-Id: I44d5304699da19bee7ae2997565802fc7d44cb0e
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoAdding SONAR fixes for 51/26051/1
Michael Mokry [Mon, 11 Dec 2017 16:07:43 +0000 (10:07 -0600)]
Adding SONAR fixes for

 - pushPolicy defect fixes for POLICY-486
 - Common Policy Validation feature for POLIYC-449

Change-Id: I8d54aa5a9b819c6eb4427dfa47c4ce963a21c2e0
Issue-ID: POLICY-449,POLICY-486
Signed-off-by: Michael Mokry <mm117s@att.com>
6 years agoUpgraded the latest ONAP SDK 03/25503/6
rb7147 [Mon, 4 Dec 2017 21:45:55 +0000 (16:45 -0500)]
Upgraded the latest ONAP SDK

Upgraded latest ONAP SDK Code.

Change-Id: I669d6cfcefe068b1e4c078889d7d6c77ce788e2e
Issue-ID: POLICY-432
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoMerge "Refactor to provide Common Policy Validation"
Pamela Dragosh [Wed, 6 Dec 2017 16:05:43 +0000 (16:05 +0000)]
Merge "Refactor to provide Common Policy Validation"

6 years agoMerge "Fix Sonar Issues for BRMSGW"
Jorge Hernandez [Wed, 6 Dec 2017 13:47:01 +0000 (13:47 +0000)]
Merge "Fix Sonar Issues for BRMSGW"

6 years agoModified the code to fix various pushPolicy issues 39/25339/2
Michael Mokry [Fri, 1 Dec 2017 17:39:27 +0000 (11:39 -0600)]
Modified the code to fix various pushPolicy issues

 - Added modifications per Pam's review

Change-Id: I5d67ee529cbc5245e7d1f8dbec6f2f2d453ce299
Issue-ID: POLICY-486
Signed-off-by: Michael Mokry <mm117s@att.com>
6 years agoFix Sonar Issues for BRMSGW 53/25553/1
Daniel Cruz [Tue, 5 Dec 2017 15:33:54 +0000 (09:33 -0600)]
Fix Sonar Issues for BRMSGW

Removing additional sonar issues.

Issue-ID: POLICY-472
Change-Id: Id447c0e31338321051b7d5f69e3087bbc95b504f
Signed-off-by: Daniel Cruz <dc443y@att.com>
6 years agoFix BRMSGW Sonar Issues 63/25463/2
Daniel Cruz [Mon, 4 Dec 2017 16:57:12 +0000 (10:57 -0600)]
Fix BRMSGW Sonar Issues

Addressing sonar issues in the BRMSGW submodule.

Issue-ID: POLICY-472
Change-Id: I31d532153ff88dafa55c74654fbdfe3874bfb65f
Signed-off-by: Daniel Cruz <dc443y@att.com>
6 years agoRefactor to provide Common Policy Validation 75/25175/4
Michael Mokry [Tue, 14 Nov 2017 21:01:13 +0000 (15:01 -0600)]
Refactor to provide Common Policy Validation

Provides a common class to perform policy validation during
create/udpate of policies by the GUI and API for consistency.

Change-Id: Ied459e73d48517bb50064cd10d6a1c871b8311e5
Issue-ID: POLICY-449
Signed-off-by: Michael Mokry <mm117s@att.com>
6 years agoMerge "Modified dmaapClient dependency GroupId/Version"
Jorge Hernandez [Wed, 29 Nov 2017 17:05:13 +0000 (17:05 +0000)]
Merge "Modified dmaapClient dependency GroupId/Version"

6 years agoModified dmaapClient dependency GroupId/Version 39/24739/2
Magnusen, Drew (dm741q) [Tue, 21 Nov 2017 18:03:01 +0000 (12:03 -0600)]
Modified dmaapClient dependency GroupId/Version

Changed GroupId of dmaapClient deendency to
org.onap.dmaap.messagerouter.mirroragent.

Created a dmaap.version property in root pom and assigned it a value of
1.0.0.

Issue-ID: POLICY-370
Change-Id: I6846f930783a65e4fc0f5afb6b9f832a972477bb
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
6 years agoBump minor version 97/24297/3
Jessica Wagantall [Sun, 19 Nov 2017 02:50:29 +0000 (18:50 -0800)]
Bump minor version

Bump minor version in preparation for Amsterdam
branching.

Change-Id: I61e0ae91e3ece54ed09a88dad9b8dac173ccae07
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpdate version.properties to 1.1.2 61/23861/1
Pamela Dragosh [Thu, 16 Nov 2017 13:37:09 +0000 (08:37 -0500)]
Update version.properties to 1.1.2

Missed this when updating the rest of the pom.xml

Issue-ID: POLICY-436
Change-Id: If93351317d30be54b2daa1a28b773b2ee8fe4e31
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoMerge "Fixed alignment"
Pamela Dragosh [Wed, 15 Nov 2017 21:11:41 +0000 (21:11 +0000)]
Merge "Fixed alignment"

6 years agoFixed alignment 89/23689/1
Saryu Shah [Wed, 15 Nov 2017 20:58:18 +0000 (20:58 +0000)]
Fixed alignment

Fixed alignment
-------------------------------------------------------------

Change-Id: Ieb26dff0703a9bfd84aa63ee8287eafed671ad69
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Update to v1.1.2-SNAPSHOT"
Jorge Hernandez [Wed, 15 Nov 2017 19:04:36 +0000 (19:04 +0000)]
Merge "Update to v1.1.2-SNAPSHOT"

6 years agoUpdate to v1.1.2-SNAPSHOT 49/23649/1
Pamela Dragosh [Wed, 15 Nov 2017 17:03:03 +0000 (12:03 -0500)]
Update to v1.1.2-SNAPSHOT

Release 1.1.1, moving patch to 1.1.2

Issue-ID: POLICY-436
Change-Id: Iabde3e56c04c68ca966efde09b5780e6275cb8a8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoMerge "Updated release notes" 1.0.0-Amsterdam 1.0.0-ONAP v1.1.1
Pamela Dragosh [Tue, 14 Nov 2017 23:30:42 +0000 (23:30 +0000)]
Merge "Updated release notes"

6 years agoUpdated release notes 15/23515/1
Saryu Shah [Tue, 14 Nov 2017 21:33:27 +0000 (21:33 +0000)]
Updated release notes

Updated release notes
-------------------------------------------------------------

Change-Id: I3d9ece90779f2a3f2512dde228b6525ccff17684
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Fixed typo in clsimulation.rst"
Pamela Dragosh [Tue, 14 Nov 2017 17:02:32 +0000 (17:02 +0000)]
Merge "Fixed typo in clsimulation.rst"

6 years agoFixed typo in clsimulation.rst 83/23483/1
Saryu Shah [Tue, 14 Nov 2017 16:23:26 +0000 (16:23 +0000)]
Fixed typo in clsimulation.rst

Fixed typo in clsimulation.rst
-------------------------------------------------------------

Change-Id: I3fdeca2c7f5b6874d5d56d065580d2e4a4754392
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Policy Documention Eclipse, PDP-D, Sess Pers"
Pamela Dragosh [Tue, 14 Nov 2017 15:11:41 +0000 (15:11 +0000)]
Merge "Policy Documention Eclipse, PDP-D, Sess Pers"

6 years agoPolicy Documention Eclipse, PDP-D, Sess Pers 23/23423/1
Saryu Shah [Tue, 14 Nov 2017 03:00:56 +0000 (03:00 +0000)]
Policy Documention Eclipse, PDP-D, Sess Pers

Documentation for Eclipse, PDP-D and Session Persistance.
-------------------------------------------------------------

Change-Id: I2e988cf5cb64ea60c7173dcd716be5fa25855255
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Policy documentation"
Pamela Dragosh [Tue, 14 Nov 2017 01:00:15 +0000 (01:00 +0000)]
Merge "Policy documentation"

6 years agoPolicy documentation 19/23419/1
Saryu Shah [Tue, 14 Nov 2017 00:09:29 +0000 (00:09 +0000)]
Policy documentation

Documentation for brmsgw, clsimulation, modAAIdata
-------------------------------------------------------------

Issue-Id: POLICY-335

Change-Id: I7e4ecc09c94d6a1f1221f0163c04fbb4e4c9a41b
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Documentation for Modify Amsterdam Template"
Pamela Dragosh [Mon, 13 Nov 2017 17:17:52 +0000 (17:17 +0000)]
Merge "Documentation for Modify Amsterdam Template"

6 years agoDocumentation for Modify Amsterdam Template 73/23373/1
Saryu Shah [Mon, 13 Nov 2017 16:13:39 +0000 (16:13 +0000)]
Documentation for Modify Amsterdam Template

Documentation for Modify Amsterdam Template
-------------------------------------------------------------

Change-Id: I824c3bf3f09d912a043e5323b9ad14aec07019bd
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Updated policy documentation index"
Pamela Dragosh [Sun, 12 Nov 2017 15:06:49 +0000 (15:06 +0000)]
Merge "Updated policy documentation index"

6 years agoUpdated policy documentation index 29/23229/1
Saryu Shah [Sat, 11 Nov 2017 19:28:41 +0000 (19:28 +0000)]
Updated policy documentation index

Updated added separation in index
-------------------------------------------------------------

Change-Id: Ifae5b8a0b3df6e24b01849c98db7e06d88a7c1bb
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Fixing release job"
Jorge Hernandez [Sat, 11 Nov 2017 03:56:01 +0000 (03:56 +0000)]
Merge "Fixing release job"

6 years agoFixing release job 09/23209/1
Pamela Dragosh [Sat, 11 Nov 2017 01:40:14 +0000 (20:40 -0500)]
Fixing release job

Missing repository

Issue-ID: POLICY-441
Change-Id: Ic19f3df1367db9720b2c179cf85ef67a6a09bfd5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoDoc for sa pap; sa pdp-x, activestdby mgmt 81/23181/1
Saryu Shah [Fri, 10 Nov 2017 22:28:49 +0000 (22:28 +0000)]
Doc for sa pap; sa pdp-x, activestdby mgmt

Documentation for swarch pap; swarch pdp-x, activestdby mgmt
-------------------------------------------------------------

Change-Id: I537e512ce4d743f9e448ac22db8e728c20b93db3
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoDocumentation for vCPE and State Mgmt 43/23143/2
Saryu Shah [Fri, 10 Nov 2017 17:02:32 +0000 (17:02 +0000)]
Documentation for vCPE and State Mgmt

Documentation for vCPE and State Mgmt. Removed release notes from index
-------------------------------------------------------------

Issue-Id: POLICY-335

Change-Id: If8c39261ad1e6cee41fa065943e06f5325aefba2
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoDocumentation for Tutorial: vFW flow 33/23033/1
Saryu Shah [Thu, 9 Nov 2017 22:42:29 +0000 (22:42 +0000)]
Documentation for Tutorial: vFW flow

Tutorial: Testing the vFW flow in a standalone PDP-D
-------------------------------------------------------------

Change-Id: I91c9f31712f130f52dddfb8175ce28e6612cf20f
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoDocumentation Features EELF and Healthcheck 03/23003/1
Saryu Shah [Thu, 9 Nov 2017 19:05:29 +0000 (19:05 +0000)]
Documentation Features EELF and Healthcheck

Documentation Features EELF and Healthcheck
-------------------------------------------------------------

Change-Id: I1888340e6fc0b34c39fd232864b3c01ff683de7d
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoDocumentation - Feature: Test Transaction 91/22991/1
Saryu Shah [Thu, 9 Nov 2017 02:13:25 +0000 (02:13 +0000)]
Documentation - Feature: Test Transaction

Documentation - Feature: Test Transaction and release note update
---------------------------------------------------------------

Change-Id: I100e15411e5366d40e32fc3c682724413b9409b4
Issue-Id: POLICY-439
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Release Notes."
Jorge Hernandez [Thu, 9 Nov 2017 04:02:33 +0000 (04:02 +0000)]
Merge "Release Notes."

6 years agoMerge "Update SNAPSHOT version"
Jorge Hernandez [Thu, 9 Nov 2017 03:27:04 +0000 (03:27 +0000)]
Merge "Update SNAPSHOT version"

6 years agoRelease Notes. 69/22869/1
Saryu Shah [Thu, 9 Nov 2017 02:13:25 +0000 (02:13 +0000)]
Release Notes.

Created release-notes.rst.  Will need to remove directory later.
---------------------------------------------------------------

Change-Id: I15afec4df1b71836fe6ecf7fdc5a956e06d64923
Issue-Id: POLICY-439
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoUpdate SNAPSHOT version 29/22629/3
Pamela Dragosh [Wed, 8 Nov 2017 02:14:49 +0000 (21:14 -0500)]
Update SNAPSHOT version

Releasing v1.1.0 so need to update to v1.1.1

Issue-ID: POLICY-436
Change-Id: Ic575e75d0321c3de2074f8e23d2d0bbd11f6a229
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoMerge "documentation: Tutorial VOLTE Use Case"
Pamela Dragosh [Wed, 8 Nov 2017 23:36:59 +0000 (23:36 +0000)]
Merge "documentation: Tutorial VOLTE Use Case"

6 years agodocumentation: Tutorial VOLTE Use Case 55/22855/1
Saryu Shah [Wed, 8 Nov 2017 23:13:31 +0000 (23:13 +0000)]
documentation: Tutorial VOLTE Use Case

documentation for Tutorial: Testing the VOLTE Use Case in a standalone PDP-D
-------------------------------------------------------------

Issue-Id: POLICY-335

Change-Id: I71b12aebabf08e996785df99ee7d73b78e3553bd
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "policy documentation Tutorial vDNS"
Pamela Dragosh [Wed, 8 Nov 2017 21:48:34 +0000 (21:48 +0000)]
Merge "policy documentation Tutorial vDNS"

6 years agopolicy documentation Tutorial vDNS 39/22839/1
Saryu Shah [Wed, 8 Nov 2017 21:20:04 +0000 (21:20 +0000)]
policy documentation Tutorial vDNS

policy documentation Tutorial: Testing the vDNS Use Case in a standalone PDP-D
-------------------------------------------------------------

Change-Id: Ie6de7bf841e217da2f154eb75e6b30b0d8cef6af
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "documentation for using guard in the PDP"
Pamela Dragosh [Wed, 8 Nov 2017 00:49:39 +0000 (00:49 +0000)]
Merge "documentation for using guard in the PDP"

6 years agodocumentation for using guard in the PDP 13/22613/4
Saryu Shah [Tue, 7 Nov 2017 21:40:27 +0000 (21:40 +0000)]
documentation for using guard in the PDP

Added guardpdp.rst and minor updates to other documentation.
-------------------------------------------------------------

Change-Id: If0d430cdff3b9b1700b773b78c3d951698609714
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Updated policy documentation"
Pamela Dragosh [Tue, 7 Nov 2017 12:42:08 +0000 (12:42 +0000)]
Merge "Updated policy documentation"

6 years agoUpdated policy documentation 27/22427/1
Saryu Shah [Mon, 6 Nov 2017 23:18:08 +0000 (23:18 +0000)]
Updated policy documentation

Added PDP PAP deployment page, updated release notes, guardpolicy
------------------------------------------------------------------

Issue-Id: POLICY-335

Change-Id: Id818eafed6ad1da589b8a3c455a251f9be67218a
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Updated guard policy documentation" v1.1.0
Pamela Dragosh [Mon, 6 Nov 2017 14:40:49 +0000 (14:40 +0000)]
Merge "Updated guard policy documentation"

6 years agoUpdated guard policy documentation 61/22061/3
Saryu Shah [Fri, 3 Nov 2017 21:02:26 +0000 (21:02 +0000)]
Updated guard policy documentation

Updated guard policy documentation
-------------------------------------------------------------

Change-Id: I81e7d2303f49f477a65a73daef10a3c6620d52da
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoAdded build.info to Policy Engine packages 41/22041/1
rb7147 [Fri, 3 Nov 2017 15:42:33 +0000 (11:42 -0400)]
Added build.info to Policy Engine packages

Issue-ID: POLICY-406
Change-Id: I9420668e4380aa00c0ef5c7fe63796215c52634a
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoMerge "Updated guard policy documentation"
Pamela Dragosh [Thu, 2 Nov 2017 17:37:51 +0000 (17:37 +0000)]
Merge "Updated guard policy documentation"

6 years agoUpdated guard policy documentation 13/21913/1
Saryu Shah [Thu, 2 Nov 2017 16:59:23 +0000 (16:59 +0000)]
Updated guard policy documentation

Minor updates to guard policy documentation
-------------------------------------------------------------

Change-Id: If5cc5c8e3d6d84621a2b0d973c89259fc5ccf827
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Updated the MicroService Model in db scripts"
Pamela Dragosh [Thu, 2 Nov 2017 16:17:21 +0000 (16:17 +0000)]
Merge "Updated the MicroService Model in db scripts"

6 years agoMerge "Resolved Policy Blocker issue"
Jorge Hernandez [Thu, 2 Nov 2017 15:36:45 +0000 (15:36 +0000)]
Merge "Resolved Policy Blocker issue"

6 years agoMerge "Updated the External Dependencies Version"
Jorge Hernandez [Thu, 2 Nov 2017 15:36:01 +0000 (15:36 +0000)]
Merge "Updated the External Dependencies Version"

6 years agoUpdated the MicroService Model in db scripts 99/21899/1
rb7147 [Thu, 2 Nov 2017 15:30:42 +0000 (11:30 -0400)]
Updated the MicroService Model in db scripts

Issue-ID: POLICY-412
Change-Id: I361839d70c5c53868040f07013db159ff60daab3
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoMerge "Guard Policy Documentation"
Pamela Dragosh [Thu, 2 Nov 2017 15:18:55 +0000 (15:18 +0000)]
Merge "Guard Policy Documentation"

6 years agoMerge "Guard Policy documentation"
Pamela Dragosh [Thu, 2 Nov 2017 15:18:14 +0000 (15:18 +0000)]
Merge "Guard Policy documentation"

6 years agoResolved Policy Blocker issue 87/21887/1
rb7147 [Thu, 2 Nov 2017 15:07:45 +0000 (11:07 -0400)]
Resolved Policy Blocker issue

Issue-ID: POLICY-411
Change-Id: I9579a1fa58a4b40aa6aa70a3007b3ce7c02f5ca2
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoUpdated the External Dependencies Version 51/21651/2
rb7147 [Wed, 1 Nov 2017 15:34:35 +0000 (11:34 -0400)]
Updated the External Dependencies Version

Resolved the Blocker issue and removed snapshot version

Issue-ID: POLICY-406
Change-Id: I1ca4b32aca571610a3d50ae8a105fb45803fd002
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoGuard Policy Documentation 59/21859/1
Saryu Shah [Thu, 2 Nov 2017 13:13:59 +0000 (13:13 +0000)]
Guard Policy Documentation

Removed additional information link
-------------------------------------------------------------

Change-Id: I09e99c7273c61927315eb61ae45d30ced930fa7a
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoGuard Policy documentation 47/21747/1
Saryu Shah [Thu, 2 Nov 2017 00:56:03 +0000 (00:56 +0000)]
Guard Policy documentation

Added Guard policy documentation
-------------------------------------------------------------

Change-Id: Ic81c142903a12c956d7075498c02cb385f2fef9a
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoMerge "Fixed TOSCA parsing bugs"
Jorge Hernandez [Tue, 31 Oct 2017 20:18:33 +0000 (20:18 +0000)]
Merge "Fixed TOSCA parsing bugs"

6 years agoFixed TOSCA parsing bugs 29/21529/3
guangxingwang [Tue, 31 Oct 2017 15:54:59 +0000 (10:54 -0500)]
Fixed TOSCA parsing bugs

Fixed TOSCA paring bugs and retuned error messages to front-end.

Issue-ID: POLICY-405
Change-Id: Idc6efd062360acbb4ceb143af8619b5f7def723a
Signed-off-by: guangxingwang <gw1218@att.com>