summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-docker
AgeCommit message (Collapse)AuthorFilesLines
2021-05-07AAF cadi fixesDan Timoney4-12/+41
Fixed AAF cadi log configuration and added missing dependency Change-Id: I4b32e069c4cc94129241225152759e953c32859b Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-30Support env variables for CADI settingsDan Timoney3-1/+57
Update code to read CADI properties using EnvProperties class to resolve env variable references and then pass resolved values to CadiFilter, instead of passing file itself as cadi_prop_files property setting. Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2 Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney17-0/+5131
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>