From 9c037e68b5f1fd3acbac7fd77c428b71932b896b Mon Sep 17 00:00:00 2001 From: Ruchira Agarwal Date: Tue, 29 May 2018 21:12:54 +0000 Subject: Fix LCM Configs Fix DG and config Typos for LCM Change-Id: I5000e41986397174dcbd82370be6f9dffae6fe0c Issue-ID: SDNC-329 Signed-off-by: Ruchira Agarwal Former-commit-id: eb4c6fd8294d18394c6d76361987aee9f07a8090 --- installation/src/main/properties/lcm-dg.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installation/src/main/properties') diff --git a/installation/src/main/properties/lcm-dg.properties b/installation/src/main/properties/lcm-dg.properties index 9906ada8..9f24ebc7 100644 --- a/installation/src/main/properties/lcm-dg.properties +++ b/installation/src/main/properties/lcm-dg.properties @@ -10,10 +10,10 @@ lcm.upgrade-post-check.playbookname=ansible_postcheck lcm.upgrade-software.playbookname=ansible_upgradesw restapi.templateDir=/opt/onap/sdnc/restapi/templates restapi.lcm.dmaap.publish.templatefile=lcm-dmaap-publish-template.json -lcm.dmaap.url=http://mr.api.simpledemo.onap.org/events/SDNC-LCM-WRITE -lcm.dmaap.user=admin -lcm.dmaap.password=admin +lcm.dmaap.url=http://mr.api.simpledemo.onap.org:3904/events/SDNC-LCM-WRITE +lcm.dmaap.user= +lcm.dmaap.password= lcm.dmaap.version=1.0 -lcm.dmaap.partition=SDNC-LCM-WRITE +lcm.dmaap.partition=MSO lcm.dmaap.type=response -- cgit 1.2.3-korg