commit | df6ed833185ecdc20d6faf71c55160fd8638f3c3 | [log] [tgz] |
---|---|---|
author | Temoc Rodriguez <cr056n@att.com> | Thu Nov 02 11:12:39 2017 -0700 |
committer | Temoc Rodriguez <cr056n@att.com> | Thu Nov 02 15:27:49 2017 -0700 |
tree | 2ddc25478ee461b30f2ae07f530920d1b555012e | |
parent | 32d406d841dc8c6674a7392e5e925cc0a4a9028b [diff] |
Write to DB on guard deny When an operations was denied by guard, it was not writing to the DB at all. Only in the deny case we start the operation, then setOperationHasGuardDeny, then finish the operation. Had to add start operation just before finishing it. This allows the write to occur at setOperationHasGuardDeny. Issue-ID: POLICY-345 Change-Id: I665b9cfaa684493e39e731102d4d43ecb39fad7c Signed-off-by: Temoc Rodriguez <cr056n@att.com>
This source repository contains ONAP Policy application code. To build it:
The Demo template rule is located in template.demo sub-project. Use that project to protoype and test the .drl demo rule. When finished update the archetype-closedloop-demo-rules project with the .drl. Be sure to remove the Setup rule and comment out any simulation/test code.
The other projects are supporting code used by the template.demo project.