Telemetry extension to manage Operational Policies 21/74621/6
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Thu, 13 Dec 2018 16:10:43 +0000 (10:10 -0600)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Mon, 17 Dec 2018 15:04:15 +0000 (09:04 -0600)
commit5506fd867367e73c8472ee80103243080f208760
tree8749b99b06f55670aaece7763134da3806cd4faf
parent07e3b4e48315294a5827e5b5faa38c3ecad831a4
Telemetry extension to manage Operational Policies

This is work in progress to directly work with Operational
Policies with the casablanca controller for now.

It is part of prototyping efforts to enhance the management
of control loops, but the functionality can be used in
production environments.

Change-Id: I4fcb748e162ed38ad4cc4ca22cc4e278fd4c4096
Issue-ID: POLICY-1383
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
15 files changed:
controlloop/common/feature-controlloop-management/pom.xml [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/assembly/zip.xml [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/main/java/org/onap/policy/drools/apps/controlloop/feature/management/ControlLoopManagementFeature.java [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/main/java/org/onap/policy/drools/server/restful/RestControlLoopManager.java [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/java/org/onap/policy/drools/apps/controlloop/feature/management/ControlLoopManagementFeatureTest.java [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/java/org/onap/policy/drools/server/restful/RestControlLoopManagerTest.java [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/op.drl [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/op.kmodule [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/op.pom [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/settings.xml [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/test/resources/vCPE.yaml [new file with mode: 0644]
controlloop/common/pom.xml
controlloop/packages/apps-controlloop/pom.xml