summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-04-20Add healthcheck container for OOMJack Lucas1-1/+1
Change-Id: Ie4719a0e4705901fd9d0fa3504696fbefc6c704a Issue-ID: DCAEGEN2-461 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-03Fix raw artifact push pathLusheng Ji1-4/+4
Previously all raw artifacts (sh, yaml, etc) are uploaded to raw repo under the same location. This change instead pushes to a path reflecting an artifact's module. Issue-ID: DCAEGEN2-206 Change-Id: I28c76583b5a6793b384b4955962d23e564ed4d49 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-27Add k8s bootstrap containerJack Lucas1-1/+1
Change-Id: Ib21bd80a1e43d1005974527cecf93e99462e94fa Issue-ID: DCAEGEN2-421 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-03-23Add CM container buildJack Lucas1-1/+1
Change-Id: I13150c229ecd3871c889dbfa979522be2360249d Issue-ID: DCAEGEN2-416 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-03-23Fix getting wrong mvn-phase-libLusheng Ji1-18/+10
Issue-ID: DCAEGEN2-206 Change-Id: I668a8db35b018a4bedc0f6550f7a24d001273350 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-22Add TCA-CDAP containerLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-357 Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-22Add Redis cluster containerLusheng Ji1-6/+8
A Redis cluster is needed for TCA to store states. This submission is a fork of the Dcokerfile from the redis-cluster work here https://github.com/sanderploegsma/redis-cluster (MIT licensed), and making a docker image available on ONAP registry. Issue-ID: DCAEGEN2-245 Change-Id: I35ccf756daec07cb8657d07248c17c616b1f4ccf Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-21Add uploading yaml input file under scriptsLusheng Ji1-0/+1
Issue-Id: DCAEGEN2-128 Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-17Fix not pushing cloud_init scriptsLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: I9198c1938c7c4265611dc6d6a0df624d7441919e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Upload raw files recuresively with pathLusheng Ji1-2/+2
Issue-Id: DCAEGEN2-128 Change-Id: I05c7ab91828224ccf87326c8980c2459290c56dc Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add BP input detemplating scriptLusheng Ji1-0/+1
Issue-Id: DCAEGEN2-128 Change-Id: I0461f1b3041682b21bcf8d3cf0e1eacbbd669ed9 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-12Add new bootstrap instaler scriptLusheng Ji1-0/+6
Issue-Id: DCAEGEN2-128 Change-Id: I6e55980d819e8030f2b49bdf594dc89539e22d81 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-21Use dcaegen2 as pom parentLusheng Ji1-47/+15
Issue-Id: DCAEGEN2-103 Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Fix issue in mvn scriptLusheng Ji1-264/+7
Issue-Id: DCAEGEN2-60 Change-Id: I238dfae33c09c8cae8c11f341dfdb9da5fa2dc92 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-11Add bootstrapLusheng Ji1-38/+334
Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-25Pass Nexus srvr ID on deploy from pom to scriptAndrew Gauld1-1/+1
Change-Id: Ia7cfb3e78e85a5ab6b98bced47a1bb6790c86629 Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-25Add pom.xml & build script, minor cleanupAndrew Gauld1-0/+95
Change-Id: I484b0a4693f34d242eb5e46a4354f9b86832662a Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>