From 6d1902a9731c98d818a948696efbdea2ded852ba Mon Sep 17 00:00:00 2001 From: Pooja03 Date: Fri, 26 Apr 2019 19:33:16 +0530 Subject: Updating Blueprint with two collectors entry Adding two collectors RestConf Collector and Snmp Collector with their default Mapping Files Issue-ID: DCAEGEN2-1176 Change-Id: I59a027f13aa6af7d4c1ef1272ecc0b216142bd89 Signed-off-by: Pooja03 --- .../dpo/blueprints/k8s-vesmapper.yaml-template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UniversalVesAdapter/dpo') diff --git a/UniversalVesAdapter/dpo/blueprints/k8s-vesmapper.yaml-template.yaml b/UniversalVesAdapter/dpo/blueprints/k8s-vesmapper.yaml-template.yaml index ad334c4..abfc632 100644 --- a/UniversalVesAdapter/dpo/blueprints/k8s-vesmapper.yaml-template.yaml +++ b/UniversalVesAdapter/dpo/blueprints/k8s-vesmapper.yaml-template.yaml @@ -67,6 +67,13 @@ node_templates: defaultMappingFile-rcc-notification: "org.onap.dcaegen2.ves.domain.ves70.CommonEventHeader.Version._4_0_1'pnfRegistration'org.onap.dcaegen2.ves.domain.ves70.CommonEventHeader.VesEventListenerVersion._7_0_1'registration_'+commonEventHeader.ts1'VESMapper'org.onap.dcaegen2.ves.domain.ves70.CommonEventHeader.Domain.PNF_REGISTRATIONcommonEventHeader.domaincommonEventHeader.ts1commonEventHeader.ts1org.onap.dcaegen2.ves.domain.ves70.CommonEventHeader.Priority.NORMALpnfRegistrationFields.vendorName+'-'+pnfRegistrationFields.serialNumberorg.onap.dcaegen2.ves.domain.ves70.PnfRegistrationFields.PnfRegistrationFieldsVersion._2_0" stream_publisher: ves-pnfRegistration stream_subscriber: rcc-notification + - + identifier: notify OID + mapping-files: + - + defaultMappingFile-snmp-notification: "'3.0''FaultField''XXXX''VESMapper'org.onap.dcaegen2.ves.domain.ves54.CommonEventHeader.Domain.FAULTcommonEventHeader.domainorg.onap.dcaegen2.ves.domain.ves54.CommonEventHeader.Priority.NORMAL'VesAdapter''SNMP Fault'org.onap.dcaegen2.ves.domain.ves54.FaultFields.VfStatus.ACTIVEorg.onap.dcaegen2.ves.domain.ves54.FaultFields.EventSeverity.MINOR" + stream_publisher: ves-fault + stream_subscriber: snmp-notification streams_publishes: ves-fault: dmaap_info: -- cgit 1.2.3-korg