aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-23[MULTICLOUD] Make MULTICLOUD compatible with Kubernetes v1.17kwasiel11-17/+20
Issue-ID: OOM-2459 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: I0c52e0c0de799cd90270794f51ad000f05122265
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-22[GLOBAL] Add sleep 3 to avoid race conditionKrzysztof Opasiak1-0/+1
We are facing some random failures in our gating due to race condition between our makefile and helm startup. To prevent that let's add a sleep 3 after helm serve. Yes we realize that it's not the proper solution but it's an easy win which is very readable compared to placing a proper solution in the makefile. Issue-ID: OOM-2511 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: If6b3332ea9f51e997f2a6057fff9d481b425104a
2020-07-22Merge "[OOF] Move nginx to a sidecar container"Krzysztof Opasiak3-12/+44
2020-07-21Merge changes Idb112e86,Ia345251fSylvain Desbureaux4-26/+29
* changes: [COMMON] Use readinessCheck template inside certInitializer [COMMON] Fix name generation in readinessCheck template
2020-07-21Merge "[AAF Certservice] Update versions to 1.2.0"Sylvain Desbureaux2-2/+2
2020-07-20[AAF Certservice] Update versions to 1.2.0Piotr Marcinkiewicz2-2/+2
Update Cert Service version to 1.2.0 in order to allow creation not existing subdirectories where certs will be located. Issue-ID: DCAEGEN2-2252 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I83560e21a6894c8869201205000bb7c41956176a
2020-07-20[OOF] Move nginx to a sidecar containerkrishnaa963-12/+44
Issue-ID: OPTFRA-794 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I16547f24ca58a80634ff13a9aeb7a5f595633b44
2020-07-20[ESR] Add Kubernetes v1.17 compatibilitySylwia_Jakubek2-2/+8
Issue-ID: OOM-2456 Signed-off-by: Sylwia Jakubek <sylwia.jakubek@nokia.com> Change-Id: Ic544e839f27f72c45b53f8993678c2f51eeaa321
2020-07-20Update git submodulesMarcin Przybysz1-0/+0
* Update kubernetes/robot from branch 'master' to ad58ed92bd7c5cc7d51c09b405a99fd360ff5268 - Merge "Make ROBOT compatible with Kubernetes v1.17" - Make ROBOT compatible with Kubernetes v1.17 Issue-ID: OOM-2464 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: Iaacf334bc72f5c529c522fcc3ee598447b2cb916
2020-07-20Merge "[VFC] Remove EMS-driver chart"Sylvain Desbureaux5-280/+0
2020-07-17Merge "[VES] Update the VES Collector and bootstrap versions"Krzysztof Opasiak1-2/+2
2020-07-17Merge "[CLI] Add Kubernetes v1.17 compatibility"Krzysztof Opasiak1-1/+4
2020-07-17[VES] Update the VES Collector and bootstrap versionsedyta1-2/+2
Update Ves version to 1.7.0 and bootstrap to 2.0.1 to use latest versions in Cloudify deployment. Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I3e48b2aae001a362dc33f9654d45d6ab150363fa
2020-07-16[COMMON] Use readinessCheck template inside certInitializerKrzysztof Opasiak3-20/+10
Instead of manually creating readiness init container let's use our dedicated template for this. Issue-ID: OOM-2511 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idb112e864b7899e7a1e76d139c6cc6a94851a090
2020-07-16[COMMON] Fix name generation in readinessCheck templateKrzysztof Opasiak1-6/+19
According to docummentation readinessCheck template accept wait_for value in a type of list. Unfortunately in that case it generated the init container name with -- as the name key was empty. This commit fixes this and ensures acceptance of both simple and extended format for wait_for value. Issue-ID: OOM-2511 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia345251f01ade5191f0a06d6eaec41cdd6a53459
2020-07-16Update git submoduleswr148d1-0/+0
* Update kubernetes/aai from branch 'master' to f1e329c458c48530da36dd1c6b38b7548116bd65 - Ensure Non-root user is running all processes Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I7bb2900fb3521a43f883bf442aec3ff349493b03
2020-07-16Update git submodulesHany Abdelbaki1-0/+0
* Update kubernetes/robot from branch 'master' to 068514942a7af8ddfabd55697a67a8d27f799af8 - run cds bootstrap before vlb_cds instantiation Issue-ID: TEST-248 Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com> Change-Id: Iaef0445548f3d6b97a15c00399382eedd332643d
2020-07-16Merge "Make APPC compatible with Kubernetes v1.17"Krzysztof Opasiak3-3/+12
2020-07-16[VFC] Remove EMS-driver chartdyh5-280/+0
ems driver component is removed from scope of Guilin Release Issue-ID: VFC-1690 Change-Id: I90acd6d11163873594fd04a8b3a521a30ec54cc0 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-07-16Merge "[CDS] Enable hazelcast cluster cds blueprint processor"Sylvain Desbureaux2-5/+5
2020-07-15[CLI] Add Kubernetes v1.17 compatibilitykwasiel1-1/+4
Issue-ID: OOM-2450 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: I9d599707a4d11eef815aa3c04e8756c893151f56
2020-07-15Merge "[MODELING]Modify the owner of static directory to onap instead of root"Sylvain Desbureaux2-0/+11
2020-07-15[MODELING]Modify the owner of static directory to onap instead of rootdengyh2-0/+11
Issue-ID: MODELING-390 Change-Id: I0ee220f9a86765af7c1b7b1292a338ba13ae8988 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
2020-07-14Merge "Make CLAMP compatible with Kubernetes v1.17"Krzysztof Opasiak6-6/+24
2020-07-14Merge "[POLICY] update released images"Krzysztof Opasiak8-6/+8
2020-07-14Merge "[COMMON] Make MariaDB compatible with Kubernetes v1.17"Krzysztof Opasiak2-2/+5
2020-07-14Make APPC compatible with Kubernetes v1.17kosewski3-3/+12
Issue-ID: OOM-2447 Signed-off-by: Krzysztof Kosewski <krzysztof.kosewski@nokia.com> Change-Id: I9a199104001162fbf8531ac6ce9df4c3210c917d
2020-07-14Make CLAMP compatible with Kubernetes v1.17Magdalena_Biernacka6-6/+24
Issue-ID: OOM-2449 Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com> Change-Id: I75090aac67139465bb5f4030129361ea771c11d2
2020-07-13Merge "[COMMON] Allow to read replicaset status"Krzysztof Opasiak1-0/+4
2020-07-13Merge "Make CONSUL compatible with Kubernetes v1.17"Krzysztof Opasiak2-2/+2
2020-07-13[COMMON] Make MariaDB compatible with Kubernetes v1.17milaszki2-2/+5
Issue-ID: OOM-2482 Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com> Change-Id: I5dbe0b168535d48068a93dd3494a59bf90ea2a6f
2020-07-13[POLICY] update released imagesjhh8-6/+8
- update to the latest released images versions. - added fetchTimeout configuration to XACML-PDP and PAP for POLICY-2702. Issue-ID: POLICY-2695 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I492212e3920f93d42870ca20b7d0ca38c7841831
2020-07-13Fix configuration for ingress CDS blueprintsLucjan Bryndza1-1/+1
Fix wrong configuration for ingress CDS blueprints processor, causes that the service is inaccessible trough ingress controller Change-Id: I3ecd0ec6f5dd882be615bd1a5f617781ae4d486b Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2488
2020-07-11[CDS] Enable hazelcast cluster cds blueprint processorabdelseaudi2-5/+5
Issue-ID: CCSDK-2523 Signed-off-by: abdelseaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ide7c4165bbabc2f04b2fefd05d623958073a5eda
2020-07-10Merge "Make CONTRIB compatible with Kubernetes v1.17"Sylvain Desbureaux5-5/+17
2020-07-10Make CONSUL compatible with Kubernetes v1.17Magdalena_Biernacka2-2/+2
Issue-ID: OOM-2451 Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com> Change-Id: Idc86f18d1693e3b98188a3632343bf9b6ae3c7f5
2020-07-10Merge "[AAF CertService] Increase certificates validity"Sylvain Desbureaux5-26/+26
2020-07-10Make CONTRIB compatible with Kubernetes v1.17Grzegorz-Lis5-5/+17
Issue-ID: OOM-2452 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I82aa47855716bb2647aea6aac29484b325d80ef0
2020-07-10Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 44a38a594677ca38c4eea288908ebf503ad91b4e - Bump 1.6.4 version for Frankfurt maintenance release This new version includes minor fixes for ue case support Issue-ID: INT-1652 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I773d78906c5b32678e58eafe825ba12059ff52cf
2020-07-10Merge "[SO] bump the SO modules"Sylvain Desbureaux13-13/+13
2020-07-09[AAF CertService] Increase certificates validityTomasz Wrobel5-26/+26
Root keys of certificate should have 10 years validity. Issue-ID: AAF-1175 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0ff9ed6ff095baa0797a2af50eca740e9b4a5c6b
2020-07-09Merge "[SDC] Update sdc images for Frankfurt"Sylvain Desbureaux4-7/+7
2020-07-09Merge "[AAF CertService] Override outdated certificates"Sylvain Desbureaux5-30/+31
2020-07-09Merge "Make COMMON/NETWORK-NAME-GEN compatible with Kubernetes v1.17"Sylvain Desbureaux1-1/+4
2020-07-09[SO] bump the SO modulesseshukm13-13/+13
bump the SO modules for the F maintenance release This is from 1.6.3 to 1.6.4 SO-appc-Ochestrator is released first time in this release Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib73e08ecaf2a93153cda9eef4dd2880f5376b6c8
2020-07-08Merge "[COMMON] fix logic of post upgrade hook script to handle upgrade run ↵Sylvain Desbureaux2-2/+120
without any changes to charts that could cause loss of all data."
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-08Merge "Make COMMON/MONGO compatible with Kubernetes v1.17"Krzysztof Opasiak1-1/+4
2020-07-08[AAF CertService] Override outdated certificatesTomasz Wrobel5-30/+31
Certificates in AAF CertService expired Repleace by new certificates Issue-ID: AAF-1175 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ic04e337adfbec2acb31b830cf4d5193b3a0a0e80