diff options
author | jmac <james.macnider@amdocs.com> | 2018-05-30 14:27:52 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-05-30 14:28:04 +0000 |
commit | 2029bd7b4d6650d87f78d1bec0ca47d33c89c24c (patch) | |
tree | 2b8334a8bceb6275c6cbf8e7245f721f185c1f82 /kubernetes/sdnc/resources/config/conf | |
parent | 5768008d908cb4868652746c6a2aa46437c8c1c2 (diff) |
Fix LCM-DG Configs
Change-Id: I8a89645b0c93cbdadfa88b5744b3a2762f5d76ea
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: SDNC-329
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf')
-rw-r--r-- | kubernetes/sdnc/resources/config/conf/lcm-dg.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |