[POLICY-11] remove redundant queries in drl

Change-Id: I57d899ed497d664a54fef3039549cf231827f6c4
Signed-off-by: Jorge Hernandez <jh1730@att.com>
1 file changed
tree: 7db9d3c375167486d6e06dc311e84ae3cc3a6040
  1. aai/
  2. appc/
  3. archetype-closedloop-demo-rules/
  4. controlloop/
  5. mso/
  6. packages/
  7. rest/
  8. sdnc/
  9. template.demo/
  10. trafficgenerator/
  11. vfwsim/
  12. .gitignore
  13. .gitreview
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. version.properties
README.md

This source repository contains OpenECOMP Policy application code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.

To build it using Maven 3, run: mvn clean install

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.