aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30[SDC] Fix non ssl NodePortefiacor2-12/+11
Use single NodePort when needTLS = true Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I094edc8069ace49fdaa0e3fb56796530b748c72e Issue-ID: OOM-2957 (cherry picked from commit 1256637d8781647464fd65529abba20c80fc73fc)
2022-04-25[SDC] Remove http nodePortefiacor2-4/+0
Removing http nodePort Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8 Issue-ID: OOM-2966
2022-04-23Merge "[SDC-WD] Release 1.11.1 sdc-workflow-designer"Fiachra Corcoran2-3/+3
2022-04-22[SDC] Update SDC docker versions to 1.10.4MichaelMorris4-7/+7
Update versions for Jakarta RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3909 Change-Id: I6c55858aa9b6458aafabfe54dff099a3f12ccc93
2022-04-22[SDC-WD] Release 1.11.1 sdc-workflow-designervasraz2-3/+3
Release 1.11.1 sdc-workflow-designer Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: If60baf500c8ec6192c5a63fde204ebb7f5a7dbff Issue-ID: SDC-3961
2022-02-28Merge "[SDC] Top up sdc-helm-validator"Sylvain Desbureaux1-1/+1
2022-02-26Merge "[SDC] Update SDC docker versions to 1.10.1"Sylvain Desbureaux4-7/+7
2022-02-25[SDC] Update SDC docker versions to 1.10.1MichaelMorris4-7/+7
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 STDERRvasraz3-84/+153
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-02-23[SDC] Top up sdc-helm-validatorTomasz Wrobel1-1/+1
Top up sdc-helm-validator to 1.3.1 Issue-ID: SDC-3879 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I9bf55ac9d6e6b5bcfa54324618b9db3d0d30341a
2022-01-25[SDC] Service Mesh Compliance for SDCothman touijer26-141/+195
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-19Merge "[SDC] Add missing dependency to cassandra chart"Sylvain Desbureaux11-28/+40
2022-01-12[SDC] Add missing dependency to cassandra chartAndreas Geissler11-28/+40
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
2022-01-06[SDC] Top up sdc-helm-validator image to 1.3.0vasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3821 Change-Id: I9e48d61bdcbfe4a5aa9277011899ecda4261042e
2021-12-07[GLOBAL] Migrate to helm v3efiacor18-265/+128
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[SDC] Wait for Message Router before startSylvain Desbureaux1-0/+2
In some environment, SDC may be able to start before Message Router is up and running and that can lead to weird behavior for SDC-BE. This commit enforces that MR is running before starting SDC-BE. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I73438477afacc2623344c093e7c5e1797f3ec34d
2021-11-17[SDC] Update SDC to 1.9.5MichaelMorris4-7/+7
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 Wereski10-111/+46
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.4MichaelMorris4-7/+7
Updating SDC images for Istanbul RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3744 Change-Id: I37d9bcde09fa3de52242a776b572f24a61a872e5
2021-10-27Merge "[SDC] Exposing new parameters in chef config"Sylvain Desbureaux2-1/+7
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux16-36/+52
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-15[SDC] Exposing new parameters in chef configmarine2-1/+7
New parameters for Cassandra in chef config adding 3 new parameters in Auto.JSON. Issue-ID: SDC-3633 Signed-off-by: marine <marine.de.dorlodot@intl.att.com> Change-Id: Ic2e8345ed40c41ccf5c14236f9135f2602aea313 Signed-off-by: marine <marine.de.dorlodot@intl.att.com>
2021-10-09[SDC] Update SDC to 1.9.3MichaelMorris4-7/+7
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.lambert2-8/+4
- 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-08-09[SDC] Top up sdc-helm-validator image to 1.2.2Joanna Jeremicz1-1/+1
Fix code vulnerabilities: - spring.version 2.4.3 -> 2.5.0 - apache.commons.compress.version 1.20 -> 1.21 Issue-ID: SDC-3647 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I9d05dee137aad8a7328ef6a5d0f2c6425bb31f56
2021-06-21Merge "[SDC] Top up sdc-helm-validator image to 1.2.1"Sylvain Desbureaux1-1/+1
2021-06-10[SDC] Update chart with service accountfarida azmy18-0/+60
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-06-09[SDC] Top up sdc-helm-validator image to 1.2.1Tomasz Wrobel1-1/+1
Update: - Add logging of validation response in debug mode Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I7528f92cfd3b392f063fed9cbb70d2b1fa114588
2021-05-28[SDC] Update SDC to 1.9.0Joanna Jeremicz11-42/+54
- 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 Opasiak12-15/+161
2021-05-11Merge "[SDC] Fix image name"Krzysztof Opasiak1-1/+1
2021-05-05[SDC] Use Startup probesSylvain Desbureaux12-15/+161
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 Desbureaux5-15/+15
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-29Merge "[SDC] Add chart for helm-validator microservice"Krzysztof Opasiak7-0/+170
2021-04-28[SDC] Add chart for helm-validator microserviceRemigiusz Janeczek7-0/+170
Add microservice for SDC that allows to validate Helm charts package with various versions of Helm Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ic9c4305175d6418d472ac6554b661bfde89ed17d
2021-04-24[SDC] Update SDC to 1.8.5ChrisC4-7/+7
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 Desbureaux14-31/+31
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.4ChrisC4-9/+7
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 Desbureaux14-25/+25
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 Desbureaux21-52/+47
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
2020-11-22[SDC] Bring back sdc onboarding volume mount permissionsKrzysztof Kuzmicki1-0/+21
Set the permissions of files in the sdc onboarding backend persistent volume for package certs to enable access by the process in the pod which now runs as non-root user (since SDC-2798) Withdrawal of part of the change I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa Commit https://gerrit.onap.org/r/c/oom/+/111513 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: SDC-3385 Change-Id: I627922f80728ebf1e42a0c9b39d0e95fa3f7ec7c
2020-11-20[GENERIC] move from registry.hub.docker.com to docker.ioSylvain Desbureaux1-2/+2
`registry.hub.docker.com` needs authentication now, in contrary to previous behavior. As OOM deployments is unauthenticated when using docker hib repository, all OOM deployments is broken. `docker.io` seems to be still OK with unauthenticated requests so let's move to this endpoint. Issue-ID: OOM-2636 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d
2020-11-18[SDC] Release 1.7.3 imagessebdet4-7/+7
Release the 1.7.3 images for all sdc components Issue-ID: SDC-3364 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Icd873c8d5a2147e62938bf7fdd6da7b60bcf3c59
2020-11-04[SDC] Re-enable the cert storagesebdet3-0/+86
Re-enable the cert storage for secure package of the onboarding be Issue-ID: SDC-3361 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Signed-off-by: Xue Gao <xg353y@intl.att.com> Change-Id: I4325ebdaa2c52432150097032974e11668731492
2020-10-30[SDC] Update images for Guilin RC1ChrisC4-7/+7
Released images 1.7.2 updated for RC1 Issue-ID: SDC-3323 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I78c928a7ae1840545da7c002d512ddc94ea5346c
2020-10-22Merge "[Tree-wide] Add helmignore to ignore components"Sylvain Desbureaux1-21/+22
2020-10-21[SDC] change comment styleJakub Latusek20-0/+40
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I46aa2a84b2da0e7a09679d9af667bee1788e9f29 Issue-ID: OOM-2562
2020-10-21[Tree-wide] Add helmignore to ignore componentsKrzysztof Opasiak1-21/+22
components directory takes up a lot of space and is included during helm package Lets remove it using .helmignore This is just a copy of idea showed in: "[OOF] Add helmignore to ignore components" by krishnaa96 <krishna.moorthy6@wipro.com> Issue-ID: OOM-2534 Suggested-by: krishnaa96 <krishna.moorthy6@wipro.com> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I25c82e79ba2c472b7761a63365573188ab8db56b
2020-10-20Merge "Update makefiles to use specific helm version"Krzysztof Opasiak2-12/+14