summaryrefslogtreecommitdiffstats
path: root/kubernetes/message-router/templates/message-router-kafka.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20Incorrect start-kafka.sh mounted to global-kafkamayankg27031-6/+1
Issue-ID: OOM-481 Change-Id: Ie8bdcf5fdd3999488728fc751596121399e9738c Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com> (cherry picked from commit 2c1e36d2e9c224e901179d253616d0ee62a41a86)
2017-10-29Add option to disable specific deploymentsyuryn1-0/+2
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Containers time zone syncyuryn1-0/+6
Make sure time zones on the containers are in sync with the hosting machines Change-Id: Ie22608bda63cbcdf564f73adcdd3e829afad05ca Issue-ID: OOM-299 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-06Persistent volumes for Database storageBorislavG1-2/+2
Addition of persistent volumes for all DBs including persistence of policy mariadb (with initial configuration data) Change-Id: I029e724c3f8bba7fe3599b0955a4a3d213c08163 Issue-ID: OOM-268 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-08-25refactor helm files to use namespace prefixMandeep Khinda1-5/+5
-removed the full namespace from each template. better lets us reuse variables. -made secret end up in a configurable namespace -fixed some bugs where secrets were missing -updated createAll and delete to make use of namespace prefix removing the need for seds to replace the word onap. *** all containers at this point come up in my env. except for aai model loader which is failing cause its still at 1.0 and its trying to talk to a 1.1 sdc and it doesnt auth properly. *** Issue-ID:OOM-215 Change-Id: I15815a01469786a391e272fde4bdaa53ff48091c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-23message-router K8S-Helm Parameterizationkerenj1-0/+83
changed message-router k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: I6a46293e4b38d7c7ed91a5642de6c169193f14d5 Signed-off-by: kerenj <keren.joseph@amdocs.com>