diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-11 20:12:08 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-11 21:04:54 +0000 |
commit | f8bda5c9ee1b5a0519fa5e7faa0fdd5b889e4e85 (patch) | |
tree | a1d5192ec968b2406d8d9961884bf014e47df455 /.gitignore | |
parent | a52f1b5dc7230816f8799fa044d8d3bbc7fb0bce (diff) |
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 <mandeep.khinda@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |