summaryrefslogtreecommitdiffstats
path: root/kubernetes/message-router
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 deploymentsyuryn5-0/+16
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-15Merge "Add service endpoint annotation for message router"rui hu1-0/+11
2017-09-14Containers time zone syncyuryn3-0/+18
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-13Add service endpoint annotation for message routerHuabingZhao1-0/+11
Issue-Id: OOM-302 Change-Id: I16eb5dbd707609d27a100b9112965cf8d7a17879 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-13Revert "moving certs and keys to k8s secrets"Keren Joseph1-2/+2
This reverts commit 59ffd500ea34c201fbb3edc39e64655fa8381be0. Tested locally and does not work. DmaaP fails to come up causing many other pods to crash loop. failed to start container "dmaap": Error response from daemon: {"message":"invalid header field value "oci runtime error: container_linux.go:247:starting container process caused "process_linux.go:359: container init caused "rootfs_linux.go:53: mounting "/var/lib/kubelet/pods/9ae222e0-98a9-11e7-badd-02cfc855c3b9 /volumes/kubernetes.io~secret/mykey" to rootfs "/var/lib/docker/aufs/mnt /b92c56185f3371cb1f091679780d40797dd2c6124cd00cb8fe68da2b247363a8" at "/var/lib/docker/aufs/mnt/.../appl/dmaapMR1/etc/keyfile" caused "not a directory"""n""} Issue-ID: OOM-293 Change-Id: I348ffa14718bd6e89e99f2859cf6612c10370559 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-13Fix persistent volumes for multiple onap instancesBorislavG1-6/+6
Deploy multiple namespaces fails due to existing persistence volumes. "persistent-volume "appc-db" already exists" Need to change all persistent volume names to include namespace. Change-Id: I40a3048bef14f813b133ea75e2f664f669183e82 Issue-ID: OOM-294 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-09-12moving certs and keys to k8s secretsKeren Joseph1-2/+2
changed location of used certs and keys files, updated deploy yamls and create/delete all Issue-ID: OOM-293 Change-Id: I53766b7028d6b725bf381875105b196246ff2ee1 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2017-09-06Persistent volumes for Database storageBorislavG3-4/+65
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-31NodePort Helm Parametrizationkerenj2-2/+3
parameterization of node ports, and create/delete update to fix multi ONAP instances creation(in diff NS). Issue-ID: OOM-52 Change-Id: Iaa3f5bc43f70b95cdc349389e25ef8b804a7a329 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-25refactor helm files to use namespace prefixMandeep Khinda5-17/+17
-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-25add helm parms to zookeeperMandeep Khinda1-2/+3
These were missing for some reason. Issue-ID:OOM-132 Change-Id: I263b45f6a20966b11b3ee71f70060b61c8296d98 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-23message-router K8S-Helm Parameterizationkerenj6-14/+30
changed message-router k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: I6a46293e4b38d7c7ed91a5642de6c169193f14d5 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-21ONAP 1.1 message-router workMandeep Khinda3-3/+3
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-17Revert 0b1332938385cc534b1f034b73f19c145ead87c6Munir Ahmad3-6/+6
Issue-ID: OOM-66 This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6. Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-16onap 1.1 deployment files work in progress...Munir Ahmad3-6/+6
issue-id: OOM-66 Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-03[OOM-3] Docker credentials secret missingBorislav Glozman3-0/+6
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825 Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda4-0/+231
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>