summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-05-25Remove deprecated configAlexis de Talhouët1-17/+0
Now that all the configs lives in its chart, we can get rid of that big config folder, taking 200Mb+ in the git repo. Change-Id: I222ba9c64bf4dadbe4a22d61f790a8f796f2b6eb Issue-ID: OOM-10 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-09-08converting config to helm and setting demo valuesMandeep Khinda1-0/+8
To be able to run the vFW/vLB demos, these needed to be done manually and it was a big mess. With the power of helm we can now pass data into the config pod and make some substitutions Issue-ID: OOM-277 Change-Id: Ie167920fac7896661b81443aa460ce2e6f615187 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-07Fix config-init docker volume mapping on nfsBorislavG1-1/+0
On some kubernetes deployments there is a conflict when a volume in docker image is mounted in kubernetes over NFS. files / directories created inside the container are not visible inside / outside of the container. Removing VOLUME declaration from the Dockerfile solve this problem. Change-Id: I05081a21a64c08e7ad19403a80ad1195a5bd8cb4 Issue-ID: OOM-290 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda1-0/+10
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>