From: Mike Elliott Date: Tue, 5 Jun 2018 21:06:14 +0000 (+0000) Subject: Merge "Fix LCM-DG Configs" X-Git-Tag: 2.0.0-ONAP~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2a70bd625394715e391dfb340a5fdaa8c0a4f615;hp=83676f16c66a16e16f4789e0b65804a3705ca084;p=oom.git Merge "Fix LCM-DG Configs" --- diff --git a/kubernetes/sdnc/resources/config/conf/lcm-dg.properties b/kubernetes/sdnc/resources/config/conf/lcm-dg.properties index 625cf63e03..9a39d0fd72 100644 --- a/kubernetes/sdnc/resources/config/conf/lcm-dg.properties +++ b/kubernetes/sdnc/resources/config/conf/lcm-dg.properties @@ -11,8 +11,8 @@ 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://message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort}}/events/SDNC-LCM-WRITE -lcm.dmaap.user=admin -lcm.dmaap.password=admin +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 \ No newline at end of file