summaryrefslogtreecommitdiffstats
path: root/tca-cdap-container
AgeCommit message (Collapse)AuthorFilesLines
2019-04-29Change tca policy fieldpathVijay Venkatesh Kumar2-4/+4
Change-Id: Ia39e524b7415ffb30125270308c3c44613ebc2f5 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1454
2018-05-14Increase robustness for TCALusheng Ji5-26/+120
Enhanced TCA robustness against unprovisioned topics. When the configuration tells TCA to subscribe to a non-existent MR topic, TCA will attempt but stop because subscribing to such topics resulted failure. The enhancements implemented here will test for sub topic, and if non-existent, make a publish to create the topic. Additional enhancements include: 1. restart TCA is the number of workers is below expected (3); 2. allow MR subscriber group and id be set via environment variables DMAAPSUBGROUP and DMAAPSUBID. 3. Minor version is bumped. Issue-ID: DCAEGEN2-502 Change-Id: I3414a96706a1b720184cd657324db4d11db12590 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-10Fix config format backwards compatibilityLusheng Ji5-78/+121
Issue-ID: DCAEGEN2-501 Change-Id: I8638518c7e72547d6fc4262f4e815dede9b9fb78 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-01config pull for non-policy blueprint deployvagrant1-1/+12
Change-Id: Id91a9a6ca7eccf2462da0454fc87ad56a02c2dee Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-480
2018-04-26fix typo on tca container startupvagrant1-1/+1
Change-Id: I3e4fa5551f4cc25ceed094234d152df8dfcc8b9b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-464
2018-04-26fix restart script policy fetch logicvagrant1-1/+1
Change-Id: I8ebf079a9a1c5e064fdbae216663fb050e9fd71e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-464
2018-04-26fix typo on tca restart scriptvagrant1-1/+1
Change-Id: Idff8936a380704647e0de43b301ff9d3396f69e8 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-464
2018-04-23Mod restart.sh for new policy config formatLusheng Ji1-17/+33
Issue-ID: DCAEGEN2-348 Change-Id: Ie414d6a11ebe3fbca7b284473fbf8d00e4c0f6e7 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-15Add wait for consul/CBS infoLusheng Ji1-3/+10
Issue-ID: DCAEGEN2-257 Change-Id: I9c62e59f2f0b34afcbf101ddc72b3bcec63caaf2 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-05update default configuration for heat deployvagrant2-3/+4
Change-Id: I0ca2db24c757a5a8372e83ba1b7dbf5eb67b7d69 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-434
2018-04-05Fix poll policy errorLusheng Ji1-3/+18
Issue-ID: DCAEGEN2-206 Change-Id: I728d00bd74a6cdc5b1aca520efe77f686ef9aae0 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-05Fix TCA imageLusheng Ji7-45/+66
Issue-ID: DCAEGEN2-206 Change-Id: I8fa5150bffc0e371ab09bd75f1df4e460bf85a72 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-28Change how to fetch TCA jarLusheng Ji2-2/+19
Issue-ID: DCAEGEN2-357 Change-Id: I0edaf2cbdea6b98ef438b03e8f400ca05090b052 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-22Add TCA-CDAP containerLusheng Ji6-0/+491
Issue-ID: DCAEGEN2-357 Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec Signed-off-by: Lusheng Ji <lji@research.att.com>