jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 1 | ansible.agenturl=http://{{.Values.config.ansibleServiceName}}:{{.Values.config.ansiblePort}}/Dispatch |
| 2 | ansible.user=sdnc |
| 3 | ansible.password=sdnc |
| 4 | ansible.lcm.localparameters= |
| 5 | ansible.nodelist= |
| 6 | ansible.timeout=60 |
| 7 | ansible.version=0.00 |
| 8 | lcm.upgrade-pre-check.playbookname=ansible_precheck |
| 9 | lcm.upgrade-post-check.playbookname=ansible_postcheck |
| 10 | lcm.upgrade-software.playbookname=ansible_upgradesw |
| 11 | restapi.templateDir=/opt/onap/sdnc/restapi/templates |
| 12 | restapi.lcm.dmaap.publish.templatefile=lcm-dmaap-publish-template.json |
| 13 | lcm.dmaap.url=http://message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort}}/events/SDNC-LCM-WRITE |
jmac | 2029bd7 | 2018-05-30 14:27:52 +0000 | [diff] [blame] | 14 | lcm.dmaap.user= |
| 15 | lcm.dmaap.password= |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 16 | lcm.dmaap.version=1.0 |
jmac | 2029bd7 | 2018-05-30 14:27:52 +0000 | [diff] [blame] | 17 | lcm.dmaap.partition=MSO |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 18 | lcm.dmaap.type=response |