summaryrefslogtreecommitdiffstats
path: root/blueprints/inventory.yaml-template
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27fix blueprint import statementHansen, Tony (th1395)1-1/+1
the import statement in the blueprints - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml" should be - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/relationshipplugin/1.0.0/relationshipplugin_types.yaml" Change-Id: Idbfe54a10dba03c54241e048ef02e90380ad0cfa Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-476 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-04-05Add new required sch config parameterMichael Hwang1-14/+17
"msgBusAddress" Change-Id: I609bc95ac1f05a6a8d4c9ba7281ca21c54d54861 Issue-ID: DCAEGEN2-431 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-04-04Remove dcae controller from inventory configMichael Hwang1-7/+0
v3.0.1 removed this dependency and Dropwizard doesn't like entries it doesn't know about. Change-Id: I5d43277ddc934b44406bac0e29053ef241ee18a8 Issue-ID: DCAEGEN2-430 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-27Add insecure params in inventory bpMichael Hwang1-1/+10
Make sdc-secure-connection booleans into optional inputs Change-Id: I2bc34a092284ef703fd4401edf99d21a8903a9e4 Issue-Id: DCAEGEN2-183 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-17Add health checks for docker host and schMichael Hwang1-0/+6
Change-Id: I055d05e4c8475bd39077ce5df3834fd53641b322 Issue-Id: DCAEGEN2-142 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-10Use new plugin location in inventory BPLusheng Ji1-0/+185
Issue-Id: DCAEGEN2-128 Change-Id: Ie633a6262913779beb27695001c61a29235336d2 Signed-off-by: Lusheng Ji <lji@research.att.com>