diff options
author | Ruchira Agarwal <ra1926@att.com> | 2018-04-26 17:21:25 +0000 |
---|---|---|
committer | Ruchira Agarwal <ra1926@att.com> | 2018-04-26 17:21:25 +0000 |
commit | ea2e5861b96377ba0de0f8753df9ce4ceff151b8 (patch) | |
tree | b1e4e3fd1191b6635c43e2b7a31ca23374919b52 /installation/src/main/properties | |
parent | 2f18d9c25806664e2910b39b792204b4d6f1b504 (diff) |
Property file for LCM DGs
Property file for LCM DGs
Change-Id: I8f5e115a65f779c8b7136cfcf29e165b3527d4a0
Issue-ID: SDNC-289
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
Former-commit-id: 798f8776ccd874ae3e4192b8e5c578fb70dbad74
Diffstat (limited to 'installation/src/main/properties')
-rw-r--r-- | installation/src/main/properties/lcm-dg.properties | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/installation/src/main/properties/lcm-dg.properties b/installation/src/main/properties/lcm-dg.properties new file mode 100644 index 00000000..1e4e4724 --- /dev/null +++ b/installation/src/main/properties/lcm-dg.properties @@ -0,0 +1,19 @@ +ansible.agenturl=http://0.0.0.0:8000/Dispatch +ansible.user=sdnc +ansible.password=sdnc +ansible.lcm.localparameters= +ansible.nodelist= +ansible.timeout=60 +ansible.version=0.00 +lcm.upgrade-pre-check.playbookname=ansible_precheck +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://dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events/SDNC-LCM-WRITE +lcm.dmaap.user=admin +lcm.dmaap.password=admin +lcm.dmaap.version=1.0 +lcm.dmaap.partition=SDNC-LCM-WRITE +lcm.dmaap.type=response + |