From d233e95b2bf9fcab6faf34c2e2735c985eedbb2f Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 15 May 2018 13:48:49 -0400 Subject: Fix DMAAP properties Fixed 2 issues found in DMAAP properties files : (1) id cannot contain underbar and should be unique (2) wrong URL and credentials for back end controller in LCM properties Change-Id: I3e5ba3af2f59abed62f626b40552e144a945751c Issue-ID: SDNC-234 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 19c4698be5e22487de8119fa603e138bb6f35177 --- installation/src/main/properties/lcm-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation/src/main/properties/lcm-dg.properties') diff --git a/installation/src/main/properties/lcm-dg.properties b/installation/src/main/properties/lcm-dg.properties index d640d7bb..9906ada8 100644 --- a/installation/src/main/properties/lcm-dg.properties +++ b/installation/src/main/properties/lcm-dg.properties @@ -10,7 +10,7 @@ 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://dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events/SDNC-LCM-WRITE +lcm.dmaap.url=http://mr.api.simpledemo.onap.org/events/SDNC-LCM-WRITE lcm.dmaap.user=admin lcm.dmaap.password=admin lcm.dmaap.version=1.0 -- cgit 1.2.3-korg