aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25[COMMON][ETCD] Skip startup self-discovery for etcd nodesKonrad Bańka1-0/+4
Current startup script of etcd checks whether all assumed other nodes are already running, before proceeding. This check, however, also includes checking localhost, but due to using headless service statefulset pod DNS discovery, it doesnt succeed immediately. In some deployments k8s DNS server may be laggy, thus failing startup script to finish before liveness check. This patch fixes such failures of 1 pod etcd clusters, and improves startup time for any size ones. Signed-off-by: Konrad Bańka <k.banka@samsung.com> Issue-ID: OOM-2668 Change-Id: I2f9263a0f4964b0a495631775d0cbbceef25e85b
2021-01-21Merge "[COMMON][CERTS] Use sh to onboard custom certs"Krzysztof Opasiak2-7/+13
2021-01-20Merge "[COMMON] Uses new generator for repos and images"Krzysztof Opasiak3-2/+3
2021-01-20Merge "[AAF] Externalizes init data out from aaf-cass"Krzysztof Opasiak24-14/+1663
2021-01-20Merge "[SDNC] Move ODL persistent data to pvc"Sylvain Desbureaux4-48/+106
2021-01-20Merge "[SDNC] Bump versions for Guilin mtce release 1"Sylvain Desbureaux5-5/+5
2021-01-19[COMMON][CERTS] Use sh to onboard custom certsSylvain Desbureaux2-7/+13
Today, onboarding custom certificates relies on `bash`. But image used for that doesn't have bash. Therefore, we need to use `sh` in order to onboard the certs. Issue-ID: OOM-2666 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia8087bd9484a013ac76044681059f634a4e45eb8
2021-01-19Merge "[OOF] Fix typo in license headers"Sylvain Desbureaux4-78/+79
2021-01-18Merge "[DCAEGEN2] Update bootstrap to version 2.2.4"Sylvain Desbureaux1-1/+1
2021-01-18[OOF] Fix typo in license headerskrishnaa964-78/+79
Issue-ID: OPTFRA-886 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I1e6475c90546a94051015732dc9730dc21cc591f
2021-01-18[COMMON] Uses new generator for repos and imagesSylvain Desbureaux3-2/+3
This commit makes common template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I35123faf99ae3bffea68bc39776f320c4168b45f
2021-01-18Merge "[DCAEMOD] Update runtime-api"Sylvain Desbureaux1-2/+2
2021-01-18Merge "[SDNC] Tuning fixes for SDNC"Sylvain Desbureaux3-1/+5
2021-01-15[SDNC] Move ODL persistent data to pvcDan Timoney4-48/+106
In OpenDaylight, there are three types of data that we want to retain: - exported backups (stored in /opt/opendaylight/daexim) - journals (stored in /opt/opendaylight/journal) - snapshots (stored in /opt/opendaylight/snapshots) This change saves all 3 directories to the sdnc persistent volume so that they are retained across restarts. Issue-ID: SDNC-1455 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6b068c7a7bce294f94f9697a34027010bb5bfe8f
2021-01-15[DCAEMOD] Update runtime-apiRemigiusz Janeczek1-2/+2
Update runtime-api image to 1.2.0 Set k8splugin import in runtime-api to range: >=3.4.3,<4.0.0 Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9e6b77c728904d0c87648470d71d4a0bcf7fdc75
2021-01-15[AAF] Externalizes init data out from aaf-cassSylvain Desbureaux24-14/+1663
Instead of keep initialization data into the docker image, we move them to the chart. This will simplify adding / removing certificates as no image release will be necessary, but only a change in OOM which can be directly tested. This reverts commit aa950d2ea4afa900c69eb622a776c8830a1c4e33. Reason for revert: Changed the initial commit in order to make it really work. Issue-ID: OOM-2586 Change-Id: I1091d8940a8499503c72bd92ded9a54f08091ee3 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2021-01-15[DCAEGEN2] Update bootstrap to version 2.2.4Remigiusz Janeczek1-1/+1
Update HV-VES to 1.6.0 (libs update) Update DFC blueprint with CMPv2 config Issue-ID: DCAEGEN2-2537 Issue-ID: DCAEGEN2-1795 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I26dad273d2f803362f7a428a9cf05d4d5c5132d1
2021-01-13Merge "[CMPV2] Generate certificate name"Krzysztof Opasiak2-12/+10
2021-01-13[SDNC] Bump versions for Guilin mtce release 1Dan Timoney5-5/+5
Bump SDNC docker version to 2.0.5 for Guilin maintenance release. This release contains bug fixes related to the Transport Slicing use case (see Issue-ID footers for list of Jiras addressed) Issue-ID: SDNC-1431 Issue-ID: CCSDK-3075 Issue-ID: CCSDK-3013 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I87526ad058b413692cb731d3cad1457efbefc108
2021-01-13[CMPV2] Generate certificate nameJan Malkiewicz2-12/+10
Genereate names of certificate and secret Issue-ID: OOM-2568 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I014df059f348e974f6d222b5d6d1c2416bea0440
2021-01-12[SDNC] Tuning fixes for SDNCDan Timoney3-1/+5
Corrected issue in values.yaml that was causing OpenDaylight akka configuration file override not to be loaded properly. As a result, we are seeing memory-related exceptions (circuit-breaker exception), whic seems to be contributing to a memory leak error. Also, updated configuration to enhance logging so that summary of messages in/out (aka 'audit log') is written for debugging purposes. Issue-ID: SDNC-1430 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I2a3950ecde1c53f8e68b11bbc9c0ddc136f67b54
2021-01-12Merge "[SO] Update SO to 1.7.11 (CNF and slicing bugfixes)"Sylvain Desbureaux14-14/+14
2021-01-12Merge "[COMMON][Readiness] Uses new tpls for repos / images"Krzysztof Opasiak4-3/+5
2021-01-11[SO] Update SO to 1.7.11 (CNF and slicing bugfixes)deen198514-14/+14
Update SO containers to 1.7.11, solve CNF and E2E NW slicing bugfixes: Containers: + name: 'so/vnfm-adapter' + name: 'so/catalog-db-adapter' + name: 'so/request-db-adapter' + name: 'so/openstack-adapter' + name: 'so/sdnc-adapter' + name: 'so/vfc-adapter' + name: 'so/sdc-controller' + name: 'so/bpmn-infra' + name: 'so/so-monitoring' + name: 'so/api-handler-infra' + name: 'so/nssmf-adapter' + name: 'so/mso-cnf-adapter' + name: 'so/so-oof-adapter' + name: 'so/so-etsi-nfvo-ns-lcm' Change-Id: I6755bef5a6ee019afa6ad41ec20c42f9703182d8 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: SO-3431
2021-01-11[DCAEGEN2] Update hv-ves imagePawel1-1/+1
Upgrade hv-ves, reactor, protobuf and sdk versions Reactor from Dysprosium-SR11 to 2020.0.2 Protobuf from 3.6.1 to 3.14.0 SDK from 1.4.4 to 1.5.0 Issue-ID: DCAEGEN2-2537 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: If4a1a3280fed0346560db25b3db2b6a5adef2e0b
2021-01-11Merge "[DCAEGEN2] Provide inputs for new DFC blueprint"Sylvain Desbureaux2-10/+20
2021-01-08Merge "[PORTAL] Make Portal use generic Cassandra image"Sylvain Desbureaux3-17/+59
2021-01-08[PORTAL] Make Portal use generic Cassandra imageGrzegorz-Lis3-17/+59
Portal uses currently a customized, old Cassandra Image (cassandra_music:3.0.0) which doesn't support dual stack (IPv4 and IPv6). Intention of this change is to replace this image with generic, bitnami image. Issue-ID: PORTAL-1037 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I6d76a09328adc20b408f1e22fd608cd44b074712
2021-01-08Merge "[UUI-SERVER] Modify field name and fix postgresql error"Sylvain Desbureaux1-1/+1
2021-01-08Merge "[CMPV2] Add a template for Certificate (cert-manager)"Sylvain Desbureaux6-0/+263
2021-01-08[COMMON][Readiness] Uses new tpls for repos / imagesSylvain Desbureaux4-3/+5
This commit makes Readiness Check template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6d115a071e11f9e992f04ec2a14595a5aed5401b
2021-01-07[UUI-SERVER] Modify field name and fix postgresql errorhekeguang1-1/+1
1. In UUI-Server, modify sliceProfile field name. 2. In UUI-Server, fix "no transaction is in progress" error. Issue-ID: USECASEUI-524 Change-Id: Ic3670bdd65e46629a8d215effd67e3912fce2619 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-01-07Merge "[PLATFORM] Update cert service images to 2.3.2"Sylvain Desbureaux5-6/+6
2021-01-07[DCAEGEN2] Provide inputs for new DFC blueprintTomasz Wrobel2-10/+20
DFC blueprint (k8s-datafile.yaml) will use the inputs for CMPv2 cert, when use_external_tls=true. - Align inputs to bootstrap blueprint (current are outdated) - Add External TLS inputs Issue-ID: DCAEGEN2-1795 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Iebd5e10918b2c555997e239f9077bad2c8b05dec
2021-01-07Merge "[DCAEGEN2] Update bootstrap to 2.2.3 and cm-container to 3.4.2"Sylvain Desbureaux2-2/+2
2021-01-06[DCAEGEN2] Update bootstrap to 2.2.3 and cm-container to 3.4.2Remigiusz Janeczek2-2/+2
CM-Container changes: - Update k8splugin to 3.5.1 (add support for ipv6 services) Bootstrap changes: - Update DFC FTPeS certificates paths, update DFC to 1.5.0 (DCAE SDK, Spring, Reactor update) - Update cloudify version in son-handler blueprint - Update PM-Mapper to 1.5.0 (Reactor update) - Update BBS-EP to 2.1.0 (DCAE SDK, Spring update) - Update blueprints to import k8splugin as range between 3.4.3 and 4.0.0 (CM-Container was decided to only keep one version of k8splugin, so we can use that syntax) Issue-ID: DCAEGEN2-2456 Issue-ID: TEST-285 Issue-ID: DCAEGEN2-2537 Issue-ID: DCAEGEN2-2508 Issue-ID: DCAEGEN2-2388 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I5fd67998c18fdb427162c667cca15d31679b5220
2021-01-06[CDS] Removed USE_SCRIPT_COMPILE_CACHE environment variableJulien Fontaine2-6/+1
USE_SCRIPT_COMPILE_CACHE is not used anymore because of CCSDK-3052 changes. * Cleaned up of `.Values.useScriptCompileCache` references Issue-ID: CCSDK-3052 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I1c4a58a72c0ebd6210cc5deaf835eb0862af9d5c
2021-01-06[PLATFORM] Update cert service images to 2.3.2Remigiusz Janeczek5-6/+6
Align Cert Service Api to RFC4210. Fix Cert Service Client CA_NAME validation. Fix Cert Service External Provider logging. Issue-ID: OOM-2656 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I644946b139bd4879e44cdf705eadcc4c2c81a0e2
2021-01-06[CMPV2] Add a template for Certificate (cert-manager)Jan Malkiewicz6-0/+263
This commit introduces a template for requesting a cert-manager certificate. See: https://cert-manager.io. It consist of the following parts: - a template for creating certificate in commons component - a definition of a certifcate object in sdnc component Issue-ID: OOM-2568 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: If58b8f12eff075d058db5a0fee3b2db5c2c93a17
2021-01-05Merge "[GLOBAL] Fix Makefile typo"Krzysztof Opasiak1-1/+1
2021-01-05[GLOBAL] Fix Makefile typoSylvain Desbureaux1-1/+1
One of Makefile action is to copy `helm` directory into `packages` one. Change done in order to choose helm binary accidentally made this behavior to work _only_ if helm binary is `helm`. This patch set it back to previous behaviour for this particular command. Issue-ID: OOM-2562 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I22c52d538f9f396bd4028b6e0f0adcecb8e8df61
2021-01-04[COMMON][MARIADB] Set init wait right variableSylvain Desbureaux1-1/+1
Bitnami mariadb-galera image has a special environment variable that allows to wait few seconds for mariadb to be fully initialized. This is especially important when a lot of pods are created in parallel, like in OOM. Unfortunately, the variable name used wasn't the good one. This patch rectifies that Issue-ID: OOM-1720 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2f41ec734a45197c40d5adfa9e214ba5e335f44d
2020-12-18Merge "[COMMON][CertInit] Uses new tpls for repos / images"Krzysztof Opasiak6-4/+14
2020-12-18Merge "[CMPV2] Set flag CMPv2CertManagerIntegration"Krzysztof Opasiak2-1/+3
2020-12-17Merge "[SDNC] Remove hook on db job"Krzysztof Opasiak2-5/+1
2020-12-17[CMPV2] Set flag CMPv2CertManagerIntegrationJan Malkiewicz2-1/+3
Default value for onap is 'false'. Default value for cert-service environment is 'true'. Issue-ID: OOM-2560 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I4e390f875b88f3684f82b9f8bbb3c5462c719c9e
2020-12-17[COMMON][CertInit] Uses new tpls for repos / imagesSylvain Desbureaux6-4/+14
This commit makes CertInitializer template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5efa37225bfe05e2c7be7b8d2420ccaeb10afe62
2020-12-17Merge "[COMMON][MARIADB] Upgrade Mariadb DB galera version"Krzysztof Opasiak47-1225/+1258
2020-12-17Merge "[ROBOT] Uses new tpls for repos / images"Krzysztof Opasiak2-2/+4
2020-12-17Merge "[SO] Use readiness check job support"Krzysztof Opasiak3-14/+10