summaryrefslogtreecommitdiffstats
path: root/kubernetes/mso/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Remove obsolete mso chartMike Elliott1-35/+0
The mso directory/chart has not been used in some time since the new 'so' helm chart was introduced. Change-Id: I3395222bbaa574e5e22771ace32fc695acaddb0f Issue-ID: OOM-743 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-27Add standardized helm chart for logBorislavG1-0/+4
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79 Issue-ID: OOM-740 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-04Use latest stable mso imageBorislavG1-1/+1
Change-Id: I621c2418337047ae88ad58b26e447d3b750ed000 Issue-ID: OOM-780 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-25mso persistence folder parametrizationkerenj1-0/+1
Issue-ID: OOM-145 Change-Id: I4fe9f2f87d4b5a635b32de2ac5a3c6e2b7e68e0f Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-02-22mso - readiness image updatekerenj1-1/+1
changes can be seen in reviews: 31743 and 31721 Issue-ID: OOM-514 Change-Id: Ie77aee01045a62794a098cf20a99be46d86d60ae Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-02-13Replica Scaling of MSO componentvaibhav_16dec1-0/+2
Issue-ID: OOM-683 Change-Id: I6866376f94536dd93641d5ed7d99fb72a488543b Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-01-24config seg mso deploymentmayankg27031-1/+7
Issue-ID: OOM-480 Change-Id: Ie52d2cfb75474f612754e43e8d8bf29e1eb2b6bb Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2017-12-08Migrate to R1 released docker imagesAlexis de Talhouët1-1/+1
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
2017-09-27added filebeat to all componentsyuryn1-1/+1
Deployment of: filebeat containar for each relevant component + chown of log dir to root - prevents filebeat complaining about filebeat file + ecomp web app renamed onap - fixed dep-pap.yaml + fixed multiple volumeMounts in vid-server Change-Id: I74f8f2abd5feeba1d37b044d2a023674fd41c994 Issue-ID:OOM-110 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-26Revert "added filebeat to all components"Alexis de Talhouët1-1/+1
Pods aren't starting properly. Let's not take any risk, so reverting. 3m 18s 4 kubelet, kubernetes-5 spec.containers{vid-server} Normal Killing Killing container with id docker://vid-server:FailedPostStartHook This reverts commit 4ca69ea2b6a2aaaf0974953a3c3dec7694fdfcb0. Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I7953ac3b0e2a4ecbdd1a7d2a48cb9a1964bf08ab Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-09-24added filebeat to all componentsItay Hassid1-1/+1
Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I3605a975ee9dbe3e34b8fa6b17fef52e9d29b975 Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
2017-08-31NodePort Helm Parametrizationkerenj1-0/+1
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-29Add ability to deploy mso 1.1 in K8sMike Elliott1-2/+2
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-25refactor helm files to use namespace prefixMandeep Khinda1-1/+1
-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-22MSO K8S-Helm Parameterizationkerenj1-0/+7
changed MSO k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: Ifb192ee2d417aae6b0bdd05d662229e3542e7944 Signed-off-by: kerenj <keren.joseph@amdocs.com>