summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/charts
AgeCommit message (Collapse)AuthorFilesLines
2018-04-30Add DCAE postgres instanceJack Lucas8-5/+57
patchset #3 Add ExternalName service to provide alternate name for consul in the common namespace. Needed for compatibility with CM plugin. patchset #2 Fix Holmes inputs to use correct postgres address. Minor fixes for ves and tca. Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69 Issue-ID: DCAEGEN2-477 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-27Merge "Update bootstrap and configbinding versions"Mike Elliott1-2/+2
2018-04-27Merge "Fix Redis cluster initialization"Mike Elliott2-7/+15
2018-04-26Fix Redis cluster initializationLusheng Ji2-7/+15
Issue-ID: DCAEGEN2-245 Change-Id: Ieb234a72897c5f307193cd998bcf64ce7658b700 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-26Update bootstrap and configbinding versionsJack Lucas1-2/+2
Change-Id: Id4e4e263b24cef115d3ceaf8a3bf899ac73e01e0 Issue-ID: OOM-1013 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-26Fix broken input property names.Jack Lucas1-2/+2
Change-Id: I6450145aced8d5e8d40a65ee32246e313e1d5160 Issue-ID: OOM-1010 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-25Fix a typo in chart nameLusheng Ji1-1/+1
Issue-ID: OOM-1007 Change-Id: Ie8e6243fd7068d796a0bf77f9e3c25b937f0b86a Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-24Fix cloudify manager image versionJack Lucas1-1/+1
Change-Id: Iab5c73fc9ebcef5b31a44adc7ce2d39d754f4aee Issue-ID: OOM-1003 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-23Merge "Add DCAE Bootstrap support"Mike Elliott16-0/+556
2018-04-23Merge "Add DCAE Cloudify-Manager support"Mike Elliott12-0/+547
2018-04-23Merge "Fix DCAE Redis"Mike Elliott10-9/+10
2018-04-22Add DCAE healthcheckJack Lucas5-0/+207
Change-Id: Icd3839ae7570547550cf9a3df3a129181f187f24 Issue-ID: DCAEGEN2-461 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Add DCAE Bootstrap supportBorislavG16-0/+556
** Changes to add readiness checks for all dependencies, make copyright notices consistent. This commit adds a job that is supposed to spin-up DCAE Few problems: Bootstrap fails looking for consul service, which has Release.Name prefix. Release.Name will soon be removed everywhere. Meanwhile can run helm insall/upgrade providing parameter: --set dcaegen2.dcae-bootstrap.config.address.consul.host=<Release.Name>-consul-server backoffLimit: 0 in the job does not seem to work on my environment therefore left it in a comment There are many TODO, which need to be cleaned-out (by DCAE team) Change-Id: If54440544cb9c8f4ac9aff59ac6752023fb3e670 Issue-ID: OOM-854 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Add DCAE Cloudify-Manager supportBorislavG12-0/+547
22/Apr: This review is ready to merge. ** Resolves issue by using the k8s-provided secret. No longer need to map .kube/config. Change-Id: I0f51f7d8bb9ed9a5653089e77be495dc7456ef22 Issue-ID: OOM-855 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Fix DCAE RedisBorislavG10-9/+10
Change-Id: Ie9375030601961ee6975f49acddb9822e1eb067c Issue-ID: OOM-985 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16Merge "Update readiness-check version"Mike Elliott1-1/+1
2018-04-16Update readiness-check versionBorislavG1-1/+1
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-15Fix dcaegen2 redis values timeoutBorislavG1-1/+2
There is a missing liveliness check timeoutSeconds param Issue-ID: OOM-917 Change-Id: I2979cdde0c8f1df290a6443a52e81b87a3cff3db Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-02Add chart for redis clusterBorislavG10-0/+672
Change-Id: I5087c5180d5489d56fa1eea8ad8ac50f905bb4ba Issue-ID: DCAEGEN2-417 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Lusheng Ji <lji@research.att.com>