aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler2-2/+4
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler2-4/+2
Currently in ONAP the imagePullSecrets is hardcoded to 'onap-docker-registry-key' which is created by the repository-wrapper component. With this change the secrets can be configured via setting global.imagePullSecrets and optionally per image if it is configured as map (image.pullSecrets) Issue-ID: OOM-3284 Change-Id: I8644f9b46043b6014219c42928e057b149df43a4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler2-16/+16
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-04[HOLMES] Fix Ingress definition to support gateway-apiAndreas Geissler1-3/+3
Added missing "port" definition for Ingress Issue-ID: OOM-3260 Change-Id: I9a03b9c5d873bff45502b3e1619b90ee2d6faca4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok2-4/+4
Adding specific cpu limits for all oom components Issue-ID: OOM-3241 Change-Id: I0bbd973d91d11dbb0ffa5848f7c1ed5ebb5f54ba Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
2023-08-07[OOM] Fixing k8s ServiceAccountsvladimir turok2-1/+3
Adding service account for the jobs Cleanup MSB, ES and other common charts from AAF dependencies Issue-ID: OOM-3199 Issue-ID: OOM-3114 Issue-ID: OOM-3116 Change-Id: I55bf80876c9fb3b110e538ed1a5504e0dc1d4e1a Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler2-7/+7
This fix is adjusting OOM helm charts components resources limits and requests Issue-ID: OOM-3199 Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com> Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
2023-06-29[COMMON] Bump ONAP versionAndreas Geissler3-17/+17
Update chart versions to 13.0.0 for Montreal Issue-ID: OOM-3173 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
2023-06-15[HOLMES] Correct resources settings for holmesAndreas Geissler3-13/+14
Add the resources config to rule management Correct the resources values for proper startup Issue-ID: OOM-3188 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ieadc080bdc438e983fe6e70cb6f0018b8be8d7ef
2023-04-12[HOLMES] Correct Ingress definitionAndreas Geissler1-1/+1
Fixed Holmes rule management Ingress definition Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Idb8c66ecefad7731996fc186b32f6733dad02de2
2023-04-07[COMMON][OTHERS] Fix dependency conditionsAndreas Geissler6-7/+19
In case of local DB the "init" dependency is activated as the "not" condition is not working Issue-ID: OOM-3152 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I27dba69a644bbcc2b61245c22784976ba7c66173
2023-03-27[HOLMES] Changed the way for MSB registrationGuangrong Fu5-9/+59
Register Holmes MSB through an annotation in the Helm chart. Enable/Disable TLS via an env variable. Added Ingress Configurations Issue-ID: HOLMES-612 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: If1bd8a62ea3840943ccd04cbcc16442f65fd434b
2023-03-13[HOLMES] Add missing Ingress definitionAndreas Geissler2-0/+28
Holmes rule management requires an Ingress definition Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I56fb1570ec1416dde70d6ea43b03135f87876a1b
2023-03-03[HOLMES] Remove AAF dependency and support SMAndreas Geissler10-101/+41
Delete AAF and certificate entries and change Holmes interfaces to HTTP Add readiness checks for the postgres-init-job to avoid missing DB user Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id15cfdbcd753d404ccae912dcd0d057f647917e7
2022-11-10[COMMON] Bump ONAP versionAndreas Geissler3-17/+17
Update chart versions 12.0.0 for London Issue-ID: OOM-3046 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
2022-09-29[HOLMES] Updated the Image VersionGuangrong Fu5-8/+54
Updated the image version and some config files. Issue-ID: HOLMES-567 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Iea30c097044a82d6a771064258cfb718f635b15a
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler2-6/+20
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler3-17/+17
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-05-11[HOLMES] Fixed the Healthcheck ProblemGuangrong Fu2-2/+2
Missed a conditional branch, now adding it. Issue-ID: HOLMES-536 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I64d5f32682b37ce865bcfcf180f99c4bf8afd9bb
2022-05-03[HOLMES] Fixed the Daily Healchcheck ProblemGuangrongFu2-2/+2
Fixed the daily healthcheck problem caused by the MSB registration failure. Issue-ID: HOLMES-536 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Ia69a1b6185e4a6cab56061d1d168d783d67508f1
2022-04-26[HOLMES] Reduced Log InfoGuangrongFu2-6/+6
Raise the logging level from DEBUG to INFO to reduce the amount of logs. Issue-ID: HOLMES-529 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I8ccee757a86b51ee7f09658a41fd869f6d3c79d5
2022-04-24[HOLMES] Updated the Docker Version to the LatestGuangrongFu2-2/+2
Updated docker versions. Issue-ID: HOLMES-529 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Ib9b576f035a7daae556265ff6461894932d591a5
2022-03-21[HOLMES] Fixed the healthcheck failureGuangrong Fu4-6/+20
Fixed the healthcheck failure occurred in the auto-tests. Issue-ID: HOLMES-512 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I2e3d89b8dc8b27412008ca36f1e6209a47a997db
2022-01-24[HOLMES] Remove DCAE-CBS DependenciesGuangrong Fu10-44/+134
Completed the final phase of the Helm transformation of DCAE services. Issue-ID: HOLMES-488 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I6b54d287ea71820d460cc290ee392aa842690d10
2021-12-13[HOLMES] Alter table to align with Ves 7.1 changes in Holmes-msVenkata Molluru1-5/+4
Table altered in Holmes-ms, same to be aligned in helm chart Issue-ID: HOLMES-308 Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com> Change-Id: I6a2a93fbcf232639c9f3d2853a91011a0f70673f
2021-12-07[GLOBAL] Migrate to helm v3efiacor8-103/+63
Move all Chart.yaml to use apiVersion: 2 Move dependencies from requirements.yaml to Chart.yaml Changes to all makeFiles Changes to helm deploy plugin Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0 Issue-ID: OOM-2845
2021-12-06[HOLMES] Use direct name for consulSylvain Desbureaux2-0/+6
Holmes used to use external service name created by dcae bootstrap. As it's not created anymore by default, we need to give the right value for it. Issue-ID: DCAEGEN2-2968 Issue-ID: DCAEGEN2-2958 Issue-ID: DCAEGEN2-2983 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I07ca710c78401c8c4bfafda5673a50f7831bebf7
2021-10-29[HOLMES] Use common postgres for holmesAbdelmuhaimen Seaudi2-3/+30
Use common postgres for holmes Issue-ID: OOM-2860 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I608c8b3e5c81c2a266ab259cb7e9be0c6cc5eb1f
2021-10-20Merge "[HOLMES] Bumped the version of holmes-rule-mgmt"Sylvain Desbureaux1-1/+1
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux6-17/+53
Use version 9.0.0 for Istanbul Also update the doc. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
2021-10-14[HOLMES] Bumped the version of holmes-rule-mgmtGuangrong Fu1-1/+1
Fixed a bug hence needs to update the docker image Issue-ID: HOLMES-475 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ia3571c418a4c5857cc1d0beed1dc26f4cb0048b9
2021-10-05[HOLMES] Update chart with service accountfarida azmy6-0/+20
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2849 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I9b92b925576c3f85d5dbd0a02a6c454eddd9961d
2021-09-08[HOLMES] Updated the Version of Docker ImagesGuangrong Fu2-2/+2
Updated the version of Holmes' images for Istanbul. Issue-ID: HOLMES-465 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I1241a1f652f9d001e23826f0924f759cb42de01e
2021-04-08[GLOBAL] Don't try to set keypassword when storetype is PKCS12Krzysztof Opasiak2-10/+0
It seems that for PKCS12 stores there is no keypassword so we are getting this error in our logs: keytool error: java.lang.UnsupportedOperationException: -keypasswd commands not supported if -storetype is PKCS12 Let's fix this by just not trying to set key password for PKCS12 stores. Issue-ID: OOM-1 Change-Id: I8f4cc5a0b54029b3c1baa83b61092942e34ffab2 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-08[HOLMES] Fixed the Start-up Failure in the Dualstack EnvGuangrongFu2-2/+2
Fixed the start-up failure in the dualstack and hence, updated the docker image version. Change-Id: Id0e98596016fe1fb772814b213792a1f6f5de439 Issue-ID: HOLMES-429 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2021-03-26[HOLMES] Migrate Holmes from Cloudify to HelmGuangrongFu29-0/+1293
Instead of using cloudify, use helm directly in order to deploy the charts. Change-Id: I6c97862898ab34b63a15b942b1396c0d19179e46 Issue-ID: HOLMES-396 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> [Adding AAF part and change nodeports] Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>