From f8bda5c9ee1b5a0519fa5e7faa0fdd5b889e4e85 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Mon, 11 Sep 2017 20:12:08 +0000 Subject: synching portal config with upstream on master branch there were changes to portals vm_init script and docker-compose process that needed to be ported to oom. src of config are on master in portal/deliveries/ reverted the docker image name changes. upstream master has introuced a "-" between apps, db and wms. these images were cauing NPEs during portal spring boot so went back to original image names until further notice. Issue-ID: OOM-276 Change-Id: I708628f4b375325f2f2b753d1a374699b763098a Signed-off-by: Mandeep Khinda --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..decc205720 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +kubernetes/config/onap-parameters.yaml -- cgit 1.2.3-korg