aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml')
-rw-r--r--models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml b/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
index 95c87e129..8e6c6f024 100644
--- a/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
+++ b/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
@@ -25,13 +25,13 @@ policy_types:
required: false
description: source topics and applicable events
entry_schema:
- type: onap.datatypes.dmaap.topic
+ type: onap.datatypes.kafka.topic
sinkTopics:
type: list
required: false
description: sink topics and applicable events
entry_schema:
- type: onap.datatypes.dmaap.topic
+ type: onap.datatypes.kafka.topic
customConfig:
type: map
required: false
@@ -54,20 +54,20 @@ policy_types:
description: the drools controller to which the current native policy is assigned
data_types:
- onap.datatypes.dmaap.topic:
+ onap.datatypes.kafka.topic:
derived_from: tosca.datatypes.Root
properties:
topicName:
type: string
required: true
- description: the dmaap topic name
+ description: the kafka topic name
events:
type: list
required: true
description: events used by this topic
entry_schema:
- type: onap.datatypes.dmaap.events
- onap.datatypes.dmaap.events:
+ type: onap.datatypes.kafka.events
+ onap.datatypes.kafka.events:
derived_from: tosca.datatypes.Root
properties:
eventClass:
@@ -79,10 +79,10 @@ data_types:
required: false
description: the JSONPath based condition to filter out the events to serialize
customSerialization:
- type: onap.datatypes.dmaap.custom_serialization
+ type: onap.datatypes.kafka.custom_serialization
required: false
description: overrides the default serialization/deserialization mechanisms with custom ones
- onap.datatypes.dmaap.custom_serialization:
+ onap.datatypes.kafka.custom_serialization:
derived_from: tosca.datatypes.Root
properties:
customSerializerClass: