diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-06-05 21:06:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-05 21:06:14 +0000 |
commit | 2a70bd625394715e391dfb340a5fdaa8c0a4f615 (patch) | |
tree | 2c4c5d30acf78d23f39ad440ee95e127b7bc0210 /kubernetes | |
parent | 83676f16c66a16e16f4789e0b65804a3705ca084 (diff) | |
parent | 2029bd7b4d6650d87f78d1bec0ca47d33c89c24c (diff) |
Merge "Fix LCM-DG Configs"
Diffstat (limited to 'kubernetes')
-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 |