aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc
AgeCommit message (Collapse)AuthorFilesLines
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-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
2020-10-16Update makefiles to use specific helm versionJakub Latusek2-12/+14
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
2020-10-16Merge "[SDC] Update default VNFSDK port"Sylvain Desbureaux1-1/+1
2020-10-14[SDC] Update default VNFSDK portChrisC1-1/+1
VNFSDK port is now https and is 8703 (8702 was plain HTTP but that is closed now) Updating default values to match the change Issue-ID: SDC-3308 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I970ec5fe4fe707d8fb5fba6e84511c2baf476375
2020-10-14[SDC] Fix MSB annotation for sdc-be service portSatoshi Fujii1-1/+2
Currently sdc-be 8080(http) port is disabled and no longer used, but the MSB annotation still points to that port so an issue occurs when a client tries to communicate with SDC via MSB. This will change the service port to 8443(https) in the annotation, and also pass 'enable_ssl' param so that MSB will use https scheme in proxying communication. Issue-ID: SDC-3314 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I0f11fbe55fb21048571b657249b01065a2c0b443
2020-10-07Merge "[SDC] Update pod limits and timeouts"Sylvain Desbureaux15-108/+246
2020-10-05[SDC] Update pod limits and timeoutsChrisC15-108/+246
Add missing common flavor limits (and revisit some values) Add fixed limits for single job containers and init containers (no need to have these configurable I think) Reworked timeouts Issue-ID: SDC-3282 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I2eb7122eed370978876ac496a68eebb51421595a
2020-10-05Merge "[SDC] correct typo"Sylvain Desbureaux1-2/+2
2020-10-02[SDC] correct typoJakub Latusek1-2/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8 Issue-ID: OOM-2562
2020-09-29Merge "[SDC] Update SDC latest images for Guilin"Sylvain Desbureaux7-11/+11
2020-09-28[SDC] Update SDC latest images for GuilinChrisC7-11/+11
Bump sdc images to 1.7 version Issue-ID: SDC-3076 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I496ee4f63def228cca5783127d69aee08028c27f Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2020-09-25[SDC] Use helm-push pluginJakub Latusek2-0/+12
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: Ib39a3846020292cc4087947356d9d8e6247905d7
2020-09-16[SDC] Deprecate DCAE-DSChrisC40-2512/+1
DCAE-DS is now deprecated (replaced by DCAE-MOD) - no need to maintain old charts Issue-ID: SDC-2642 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iba2f17ff22c73b668466abd638323e5b2914c959
2020-09-09[SDC] use of certInitializer templateChrisC103-328/+898
Auto SSL certificates generation through certInitializer template for SDC Refactor to components Issue-ID: SDC-3172 Change-Id: I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux24-56/+46
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-07-23[SDC] Make SDC compatible with Kubernetes v1.17kwasiel8-9/+33
Issue-ID: OOM-2465 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: Iaddbc40c44c3ad7e306ec16926874ff41eaf5319
2020-07-08[SDC] Update sdc images for Frankfurtsebdet4-7/+7
Update the sdc images for frankfurt maintenance release, moving to 1.6. Issue-ID: SDC-3189 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1f7ea5f6aee0def6d9711e9c93496e00024f7e26
2020-07-06Reset workflow-designer to frankfurtsebdet2-3/+3
Set the workflow-designer to frankfurt version for now, as guilin has not been released yet (not rc0) Issue-ID: SDC-3176 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I163bd35e1ac4427f052edf60cf5f765e013ac1f0
2020-05-29Use SDC 1.6.6 containersOfir Sonsino4-7/+7
Change-Id: I6d14baf950e413caa9d672a96d4a194bccb507f9 Issue-ID: SDC-2948 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2020-05-08Merge "Fix name convention issue (SDC-WORKFLOW)"Krzysztof Opasiak2-3/+3
2020-05-07Merge "Use SDC 1.6.5 containers"Krzysztof Opasiak4-7/+7
2020-05-06Use SDC 1.6.5 containersOfir Sonsino4-7/+7
Change-Id: I0e1e7ee475b57179b8580b610d5b74cdecd59859 Issue-ID: SDC-2942 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>