aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init
AgeCommit message (Collapse)AuthorFilesLines
2017-09-01fixing failed SDC FE and BE startupMandeep Khinda1-0/+0
- a new sdcfe/be image was failing because of a file conflict with the keystore file that was mounted into the pods. fix was to remove mount and let chef do its thing inside the pods Issue-ID: OOM-259 Change-Id: Ib7937da71adf0a20c90d6efca71ccfb7c550f42d Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-01removing config files not used anymoreMandeep Khinda3-110/+0
- zookeeper config mounts should come from the message-router folder Issue-ID: OOM-65 Change-Id: Ie7096db8fa921e696a83d1a8f343c56900dd4892 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-01addressing search data properties CI commentMandeep Khinda1-1/+1
- missed ammending it during original review Issue-ID: OOM-65 Change-Id: Icd5a6b2934d0c75eabdeb6eff40e3d3964304267 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-09-01getting traversal, resources, & gremlin to bootMandeep Khinda3-8/+110
- reverted some log dir changes that cause chef to complain about pre-existing directories - had to fork and modify docker-entrypoint for both resources and traversal to avoid git clone of aai-data - updated gremlin hostname so that container comes up... was complaining about failure to bind to port 8182 Issue-ID: OOM-65 Change-Id: I84d2647af588e39502a075880a163104bb39540e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31config pod script updates for AAI 1.1Mandeep Khinda1-1/+19
Issue-ID: OOM-65 Change-Id: I10c6aa9fc8dd03005b8f740e267f08ea41cc6946 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 aaiproxy configMandeep Khinda1-0/+121
Issue-ID: OOM-65 Change-Id: I16478013f2f0b1b4f4c22b64fb5c9243719db5d2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31AAI 1.1 elasticsearch configMandeep Khinda1-0/+400
Issue-ID: OOM-65 Change-Id: I73ed4458be14290841349bd2a753365d655b50a5 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 zookeeper configMandeep Khinda3-0/+110
Issue-ID: OOM-65 Change-Id: Iab64a850ca9bc375c7b50efb6a94e376f947a3c1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 model-loader configMandeep Khinda2-0/+23
Issue-ID: OOM-65 Change-Id: I27159cac2b8c236b8b7afba711f40c82dc7e6e9e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com> Signed-off-by: Eric Au <kachun.au@amdocs.com>
2017-08-31AAI 1.1 search-data-service configMandeep Khinda5-0/+62
Issue-ID: OOM-65 Change-Id: I1d7cde3b8eb231708ffa6e57fca645b4c71b5b2e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 sparky-be configMandeep Khinda12-0/+5069
Issue-ID: OOM-65 Change-Id: Ic979181bae21fd1f94d24d5bb305d75c6107f458 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 data-router configuration changesMandeep Khinda9-0/+14131
Issue-ID: OOM-65 Change-Id: I73a712025da67fddf8403fe06c33ce5844eca434 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31AAI 1.1 aai-config chef scripts for configMandeep Khinda83-7790/+825
-used by traversal and resources -presence of this directory prevents the container from checking it out within the container Issue-ID: OOM-65 Change-Id: Iebe2c2fcc4247130fcdab7231d6cfe20336a2bf2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 aai-data chef scripts for configMandeep Khinda62-3590/+224
-used by traversal and resources -presence of this directory prevents the container from checking it out within the container Issue-ID: OOM-65 Change-Id: I0ddca93319527574f325b1f1d54e1e651060be8c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 message router config mount dataMandeep Khinda61-0/+311
-cloned from the regular message router as it is the exact same Issue-ID: OOM-65 Change-Id: I49d597c2a31f2037540c7ada05014bfcb12722fe Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-29Add ability to deploy mso 1.1 in K8sMike Elliott21-77/+2138
K8s deployment descriptors and configration files for mso 1.1 have been updated. Pushed updated config-init:1.1.0 container to align with code changes. Current state of mso 1.1 codebase is such that all war files deploy in jboss with the exception of workflow message war. This code submission is therefore concidered WIP until code stablizes. Issue-ID: OOM-64 Change-Id: I3ef6c34e090bb9d325dae1736c210c96d6522cfb Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-08-25fixing robot 1.1 k8s containerMandeep Khinda106-5470/+1
we forked too many files that we never needed too. - fix is to only fork those that we have changed to make the commands work in our envs. Issue-ID:OOM-169 Change-Id: I353e0c624a86169cf5243ea36839ce6754bf013b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-25moving appc & sdnc to 1.1Mandeep Khinda9-554/+328
-Updated forked config files. --Had to change from mounting whole dir to specific files as we were overwriting other files from the image! Issue-ID:OOM-66 Issue-ID:OOM-160 Change-Id: Id6d5394e279fcbdbbaffc8f48067e73a7c99c1c9 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-24Updated robot configs to 1.1Ahmed Alabulrahman5-115/+156
Changed robot configs to 1.1 and updated necessary variables Issue-ID: OOM-169 Change-Id: Ie747105b291b88d1d6d54f6e717dceb6310bf438 Signed-off-by: Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com>
2017-08-22Merge "ONAP 1.1 message-router work"Mandeep Khinda43-898/+0
2017-08-22Merge "VID 1.1 work"Mandeep Khinda1-1/+1
2017-08-22Merge "ONAP Portal 1.1 work"Mandeep Khinda14-368/+124
2017-08-21ONAP 1.1 message-router workMandeep Khinda43-898/+0
Removed files that are not used by pods Updated pull policy to always so that the latest is used No other changes necessary Issue-ID:OOM-132 Change-Id: I3a7e98913d93d0d33066454d2bff1a5c138c1d2a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-21VID 1.1 workMandeep Khinda1-1/+1
-Updating yamls, and config pod data -VID UI comes up when launched in portal, however certain fields do not as I believe it depends on AAI being up. Issue-ID: OOM-152 Change-Id: I5a64b28e4c8062959e081ddb81367c227c079df1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-21ONAP Portal 1.1 workMandeep Khinda14-368/+124
-Updating yamls, and config pod data and tag -VNC pod is currently WIP as the other services are not available yet. Issue-ID: OOM-151 Change-Id: I8f201645481888657d42bfe0e16ca505187521c7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-21Updated deployment yamls and config to SDC v1.1Dusan Rozman2-1/+15
Changed the yamls to pull the v1.1 image and updated config files for dockerdata Issue-ID: OOM-67 Change-Id: I2c51486a610f3187e200e5e08c59b132a5d7ffb5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-08-15[OOM-117] Multiple ONAP instances same K8s clusterMike Elliott1-21/+24
Change-Id: Ie670dd37da819b33e32885d3be20cc8739fc2524 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-08-01remove aai hbase data add fully qualified domainMunir Ahmad87-237/+23
Change-Id: I52280b677642da67b95e78be931e93985a552af6 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-01externalize /opt/data/ for AAI hbaseMunir Ahmad86-0/+214
Change-Id: If2f1f1138c0e15c0622fddfce06e409b8e2c6e22 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-06-24onap on kubernetes source filesMandeep Khinda418-0/+29823
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>