summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15Add DCAE cleanup containerJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1317 Change-Id: I1c834346d99c62f036e14724674a447966032ec8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-05-06R5 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: Iea3ba723cba257c02c2cfdfa04153a93b0c8c8a9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1481
2019-04-03Add multisite to mvn-phase-scriptJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1136 Change-Id: Ieb5d5be217e5e7bcbea92bb5a7e03251a84a3fa8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-18Add consul-loader to build listJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Change-Id: I77b495373b2c8dc825fa3c70284c25acddf5bbd8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-11-03R4 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: I01adbf2a2188cf5ee57659bd526594c51cca6f7c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937
2018-09-11Add TLS init containerJack Lucas1-1/+1
Remove the binary .jks and .p12 files. Also update bootstrap container to load latest version of k8s plugin Update CM container to load latest version of k8s type file Change-Id: I6ad5dfdf7b5c4c485a3c6e4b921405c6061143e8 Issue-ID: DCAEGEN2-591 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-27Add pnda-bootstrap container creationJulien Barbot1-1/+1
Change-Id: I9cd64fe38d3990b82d21e68cb41e870407a60d27 Issue-ID: DCAEGEN2-701 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-08-27Add pnda-mirror container creationJulien Barbot1-2/+2
Issue-ID: DCAEGEN2-367 Change-Id: I3cdc20717890692cc4f81d6527598267b8efd798 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-07-16Update release tagLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-499 Change-Id: If18bd957a0caddbfcd57e8d2ffff7aa7b23fa949 Signed-off-by: Lusheng Ji <lji@research.att.com>
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>