summaryrefslogtreecommitdiffstats
path: root/blueprints/pgaas-onevm.yaml-template
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27fix blueprint import statementHansen, Tony (th1395)1-2/+2
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-03-29blueprint changes for OOM and k8s-based postgresHansen, Tony (th1395)1-2/+2
add k8s-pgaas-initdb, k8s-pgaas-database and k8s-pgaas-getdbinfo update typesfile version in other files Change-Id: I0af66ea23299f60ebb85e31941d76254a5d53538 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-425 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2017-11-01refix syntax error, fix IP addressTony Hansen1-3/+3
retrieve the proper value for the IP address to register in Consul Change-Id: I8742d15bf4d80bad1914cb92dd7033aaa944aef0 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-11-01add loop to ensure DHCP ranTony Hansen1-1/+14
if dnsdomainname didn't succeed, try again at 10-second intervals up to 20 additional times Change-Id: I6774f9386badaa72d667812d09e872b35e9e58a3 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-11-01fix syntax error in PG blueprintsTony Hansen1-2/+2
Change-Id: Ia873e90a71d46c3755f05fb9004a8b516ff51d65 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-10-31add PGaaS single-vm blueprintTony Hansen1-0/+287
provide a single-vm version of PGaaS to reduce the footprint of the boostrap demo Change-Id: Iafa8fae2b2cba751c0a4c540fc792e86fe581f59 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185 Signed-off-by: Tony Hansen <tony@att.com>