diff options
author | Ruchira Agarwal <ra1926@att.com> | 2018-05-29 21:12:54 +0000 |
---|---|---|
committer | Ruchira Agarwal <ra1926@att.com> | 2018-05-29 21:18:01 +0000 |
commit | 9c037e68b5f1fd3acbac7fd77c428b71932b896b (patch) | |
tree | 826e3e363d0bfe284203bea11f3a93a2f86ed93a /installation/src/main | |
parent | 75240874408a9714bdf84b1a4b3bfa641c1699c8 (diff) |
Fix LCM Configs
Fix DG and config Typos for LCM
Change-Id: I5000e41986397174dcbd82370be6f9dffae6fe0c
Issue-ID: SDNC-329
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
Former-commit-id: eb4c6fd8294d18394c6d76361987aee9f07a8090
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/lcm-dg.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installation/src/main/properties/lcm-dg.properties b/installation/src/main/properties/lcm-dg.properties index 9906ada8..9f24ebc7 100644 --- a/installation/src/main/properties/lcm-dg.properties +++ b/installation/src/main/properties/lcm-dg.properties @@ -10,10 +10,10 @@ 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://mr.api.simpledemo.onap.org/events/SDNC-LCM-WRITE -lcm.dmaap.user=admin -lcm.dmaap.password=admin +lcm.dmaap.url=http://mr.api.simpledemo.onap.org:3904/events/SDNC-LCM-WRITE +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 |