X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-examples%2Fsrc%2Fmain%2Fresources%2Fpolicytypes%2Fonap.policies.native.Drools.yaml;h=8e6c6f024cd9d858564983296eb49871236e8efb;hb=49f07db935d114b72a44e446867b16262dd552aa;hp=95c87e1294e6a3d16add39389c98939cc3dbf482;hpb=71be21fd5b9b52c613bb855f00a79a51e81906dd;p=policy%2Fmodels.git 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: