aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-onboarding-be
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13[COMMON] Remove hostPath entriesAndreas Geissler1-6/+0
As hostPath volumes violate Cluster policies, they are not allowed within pod definitions. In our case only the "etc/localtime" is mounted to get the timezone of the host, which is not required. Issue-ID: OOM-3287 Change-Id: I6c8c8ea4e982d7e95e73f5fed7fc07ed47ceaab7 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-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler2-5/+5
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler3-20/+20
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>
2023-11-13Merge "[SDC] Update SDC images to 1.13.6"Andreas Geissler1-2/+2
2023-11-06[SDC] Update SDC images to 1.13.6MichaelMorris1-2/+2
Preliminary release of Montreal functionality Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4673 Change-Id: Ia9a234bf68e31d19046d88c26f9d37cb94cddc57
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok1-2/+2
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 turok1-0/+1
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 Geissler1-8/+8
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 Geissler1-3/+3
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-26[COMMON] Fix various helm errorsAndreas Geissler1-1/+0
Fixes in helmcharts which are not detected by helm, but kustomize in common, CDS, POLICY, SDC, SO Issue-ID: OOM-3200 Issue-ID: OOM-3201 Issue-ID: OOM-3202 Issue-ID: OOM-3203 Issue-ID: OOM-3204 Issue-ID: OOM-3205 Issue-ID: OOM-3206 Issue-ID: OOM-3207 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8416726693d6606d936aaf4cfe2c097752689c29
2023-06-06[SDC] Update SDC images to 1.12.5MichaelMorris1-2/+2
SDC images for London RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4516 Change-Id: I698180e5bf13df7928c56142c4fd2d366da88fe2
2023-05-26[COMMON] Adding Common Template for cassa-operatordasarathi5280241-0/+5
- K8ssandraCluster resources template file added - Modification of the cassandra chart to add the option to install cassandra using the k8ssandra-operator - AAI and SDC values changed to support the new cassandra settings - Fix for SDC cql version in jobs - for London make k8ssandra-operator optional (default: false) Issue-ID: OOM-3168 Signed-off-by: Dasarathi, Swain (ds00528024) <ds00528024@techmahindra.com> Change-Id: Idfe232460c9c1f584536e60ea042345d7dca3164
2023-04-26[SDC] Update SDC images to 1.12.4MichaelMorris1-2/+2
Update images for London M4 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4458 Change-Id: Id20dac774c7be563462959ceb15c53672fa07102
2023-04-17[SDC] Create Authorization Policies for SDCAndrewLamb2-0/+22
- Create Authoriation Policies for SDC - Add in initial authorized serviceaccounts for each sub component service Issue-ID: OOM-3127 Change-Id: I6e1ce0173028bf75ae3696b29fae80250731dc94 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2023-03-27[SDC] Update docker imagesvasraz1-2/+2
Update SDC to 1.12.3 Update SDC-WD to 1.12.0 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I36ae9f5cafd9a2f4f2548cfd4944c26a47cb1484 Issue-ID: SDC-4449
2023-03-22[SDC] Chart cleanup for AAF/TLS removalAndreas Geissler7-264/+19
Use latest helm templates and remove TLS/AAF related parts Issue-ID: OOM-3121 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I453d9bfb471462a3c2f4825a3a542c61df353cf5
2023-03-06[SDC] Update SDC images to 1.12.2MichaelMorris1-2/+2
Update SDC images to 1.12.2 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4417 Change-Id: I77301b7f258725a2b173a220bd7a872f0ee41179
2022-11-22[SDC] Add strimzi kafka setup on sdc-beefiacor1-2/+2
Add SDC KafkaTopics and KafkaUser Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I78542539567d2e3b67376b154ad069df3d1dad55 Issue-ID: DMAAP-1744
2022-11-10[COMMON] Bump ONAP versionAndreas Geissler1-4/+4
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[SDC] Update SDC docker images to 1.11.9MichaelMorris1-2/+2
Update SDC versions for M4 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4155 Change-Id: I87263dd8474287a29ae6c5b2f5f8c605a5aa9b1f
2022-09-22[SDC] Update SDC docker images to 1.11.8MichaelMorris1-2/+2
Update SDC versions for M4 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4155 Change-Id: Iec5eccb19a41401298224c5b3290acdf85190c63
2022-08-10[SDC] Update SDC docker images to 1.11.6MichaelMorris1-2/+2
Early release of Kohn functionality Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4108 Change-Id: I789d6cdd521b90a7f0b3ffe1daee37efbe655944
2022-07-06[SDC] Update SDC docker versions to 1.11.4MichaelMorris1-2/+2
Early release of Kohn functionality Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4040 Change-Id: If64f4d3db51bcfb274a4895a19d51a6474c31cfe
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler1-4/+4
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-04-22[SDC] Update SDC docker versions to 1.10.4MichaelMorris1-2/+2
Update versions for Jakarta RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3909 Change-Id: I6c55858aa9b6458aafabfe54dff099a3f12ccc93
2022-02-26Merge "[SDC] Update SDC docker versions to 1.10.1"Sylvain Desbureaux1-2/+2
2022-02-25[SDC] Update SDC docker versions to 1.10.1MichaelMorris1-2/+2
Update SDC docker versions to 1.10.1 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3868 Change-Id: I6b0bc29b304588544f45b365be282b3b572efa7f
2022-02-23[SDC] Enable logging to STDOUT and STDERRvasraz1-28/+51
implement Jakarta Global Requirement: https://jira.onap.org/browse/REQ-1070 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3853 Change-Id: Ib17f763d0acb9632865a4708472b360a971ed7ed
2022-01-25[SDC] Service Mesh Compliance for SDCothman touijer4-20/+39
Adding basic requirements for Service Mesh Compliance within SDC. Change-Id: Ib9104ef2e8b6daf0b9b529288cee158b297ce9e4 Issue-ID: OOM-2253 Signed-off-by: rope252 <gareth.roper@est.tech> Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
2022-01-12[SDC] Add missing dependency to cassandra chartAndreas Geissler2-2/+2
In case of "localCluster: true" the cassandra chart will be added in sdc-cs subchart. Renamed global section to sdc-cassandra. Additionally serviceAccount is added to cassandra definition in sdc-cs (see OOM-2905) Issue-ID: OOM-2899 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id943db249a3abd9dbc67e333a05f6c2abd84a810
2021-12-07[GLOBAL] Migrate to helm v3efiacor2-32/+14
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-11-17[SDC] Update SDC to 1.9.5MichaelMorris1-2/+2
Addresses issues found in Istanbul stability tests. Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: I1c28f35730aff7e22107218c72fb3ce942cd60b5 (cherry picked from commit 0ebca89a44f90b43ea856674691680ca8974e74f)
2021-11-08[SDC] Use log templateMaciej Wereski2-25/+9
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: If9d80afb9983247f80317a8f201329c85884e37b
2021-10-27[SDC] Update SDC to 1.9.4MichaelMorris1-2/+2
Updating SDC images for Istanbul RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3744 Change-Id: I37d9bcde09fa3de52242a776b572f24a61a872e5
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux2-4/+6
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-09[SDC] Update SDC to 1.9.3MichaelMorris1-2/+2
Updating SDC images for Istanbul M4. Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: Ifbba120ef5fd1284a28703260169ab44b6a2bc58
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert1-4/+2
- create a .pre-commit-config.yaml configuration file with * gitlint * trailing blanks linter * tabs removal linter - exclude .git folder from it - exclude Makefiles since tabs are mandatory by default in them - create a tox pre-commit profile to run it from tox note gitlint is not runnable at this pre-commit stage - create pre-commit-install and pre-commit-uninstall tox profiles to (un)install hooks locally and (un)perform tests at each "git commit" call (i.e. without calling manually the pre-commit tox profile) - precise pre-commit stages/types in the pre-commit configuration file so that hooks are installed correctly. This avoids messages about skipped tests when they are run at a wrong stage. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie95bb4f6f90be80b05a1398973caffeff7936881
2021-06-10[SDC] Update chart with service accountfarida azmy3-0/+10
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2717 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I57a398865c2dea8dd5989dc2e9d80843bfabd3b5
2021-05-28[SDC] Update SDC to 1.9.0Joanna Jeremicz2-16/+16
- Add variables and default values needed for communication between SDC and helm-validator microservice. - Correct jetty paths - Update SDC to 1.9.0. Issue-ID: SDC-3185 Change-Id: Id054124a9f5e183597acbc81df79535aff517a1f Signed-off-by: xuegao <xue.gao@intl.att.com> Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2021-05-13Merge "[SDC] Use Startup probes"Krzysztof Opasiak2-5/+29
2021-05-11Merge "[SDC] Fix image name"Krzysztof Opasiak1-1/+1
2021-05-05[SDC] Use Startup probesSylvain Desbureaux2-5/+29
Instead of long initial delay on readiness and liveness probes, use startup probes and be more aggressive on readiness and liveness. Issue-ID: OOM-2743 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibde8d10dad150fcad5740533d0bdd0926a44ccc1
2021-05-03[SDC] Fix image nameSylvain Desbureaux1-1/+1
One of SDC onboarding fe image is using the old way. Change it to the right way. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8
2021-05-03[SDC] Simplify cert retrieval scriptSylvain Desbureaux1-3/+3
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I609be11acfcb4895354dd049839af3cffb48bcbd
2021-04-24[SDC] Update SDC to 1.8.5ChrisC1-2/+2
Bugfixes only for Honolulu RC2 including SDC-3557 SDC-3551 SDC-3545 SDC-3533 SDC-3528 Issue-ID: SDC-3555 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie48ae7e04a755f84831b7f436a6c4ddbf14e4b8c
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux2-3/+3
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-03-21[SDC] Update containers to 1.8.4ChrisC1-2/+2
Updating SDC to Honolulu released containers. Issue-ID: SDC-3519 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Icac7469bdf9b8f283b76b86fa6fbae9c988e6051
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux2-3/+3
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
2020-11-24[SDC] Uses new tpls for repos / imagesSylvain Desbureaux4-10/+9
This commit makes SDC chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I91eb59675ef0080f67aced0ae99c238143461efe