Merge "Fix LCM-DG Configs"
authorMike Elliott <mike.elliott@amdocs.com>
Tue, 5 Jun 2018 21:06:14 +0000 (21:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 5 Jun 2018 21:06:14 +0000 (21:06 +0000)
kubernetes/sdnc/resources/config/conf/lcm-dg.properties

index 625cf63..9a39d0f 100644 (file)
@@ -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