From 3f90dba2636b06bcb90b8f1e158b30886af574d5 Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 8 Apr 2019 11:13:14 -0500 Subject: Initial support for deploy This is a first pass, some functionality is missing (undeploy). Compile error fix from changes in policy/models repo. Change-Id: If448492ab665c135bace99d4d684d403e2a6be03 Issue-ID: POLICY-1624 Signed-off-by: jhh --- .../main/java/org/onap/policy/drools/properties/DroolsProperties.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'policy-core/src') diff --git a/policy-core/src/main/java/org/onap/policy/drools/properties/DroolsProperties.java b/policy-core/src/main/java/org/onap/policy/drools/properties/DroolsProperties.java index 468f0e3a..0b7a6503 100644 --- a/policy-core/src/main/java/org/onap/policy/drools/properties/DroolsProperties.java +++ b/policy-core/src/main/java/org/onap/policy/drools/properties/DroolsProperties.java @@ -26,6 +26,9 @@ public interface DroolsProperties { String PROPERTY_CONTROLLER_NAME = "controller.name"; + String DEFAULT_CONTROLLER_POLICY_TYPE_VERSION = "1.0.0"; + String PROPERTY_CONTROLLER_POLICY_TYPES = "controller.policy.types"; + /* Drools Properties */ String RULES_GROUPID = "rules.groupId"; -- cgit 1.2.3-korg