Foundation for Monitoring Decisions 77/79577/4
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 4 Mar 2019 00:01:08 +0000 (19:01 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 4 Mar 2019 22:58:29 +0000 (17:58 -0500)
commita02659636fbfad2c3cb970d93f35e02a892409e5
tree57c8a95b7862a6853e3dbe2ee0bdcfa08ffed708
parent4824f8e959a7951600066421af190b79dd86b6d9
Foundation for Monitoring Decisions

This sets the foundation for building the XACML PDP
engine that supports Decisions for onap.Monitoring
policy types.

Mostly stubbed code for now, will most likely get
re-arranged.

Put in the cucumber basics, but no implementation yet.

Need policy/parent to be merged before this will pass.

* Fixed checkstyle license date

Issue-ID: POLICY-1273
Change-Id: Ifb455065316fd3ec0a025b5833b334ee72f65adc
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
12 files changed:
applications/monitoring/checkstyle-suppressions.xml [new file with mode: 0644]
applications/monitoring/pom.xml [new file with mode: 0644]
applications/monitoring/src/main/java/org/onap/policy/xacml/pdp/engine/OnapXacmlPdpEngine.java [new file with mode: 0644]
applications/monitoring/src/main/resources/RootMonitoringPolicy.xml [new file with mode: 0644]
applications/monitoring/src/main/resources/onap.Monitoring.1.0.0.yaml [new file with mode: 0644]
applications/monitoring/src/main/resources/onap.policy.monitoring.cdap.tca.hi.lo.app.1.0.0.yaml [new file with mode: 0644]
applications/monitoring/src/test/java/cucumber/RunCucumberTest.java [new file with mode: 0644]
applications/monitoring/src/test/java/cucumber/Stepdefs.java [new file with mode: 0644]
applications/monitoring/src/test/resources/cucumber/decisions.feature [new file with mode: 0644]
applications/monitoring/src/test/resources/vDNS.policy.input.yaml [new file with mode: 0644]
applications/pom.xml [new file with mode: 0644]
pom.xml