oom.git
3 years ago[GLOBAL] Add sleep 3 to avoid race condition 43/110443/1
Krzysztof Opasiak [Wed, 22 Jul 2020 12:02:03 +0000 (14:02 +0200)]
[GLOBAL] Add sleep 3 to avoid race condition

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

3 years agoMerge "[OOF] Move nginx to a sidecar container"
Krzysztof Opasiak [Wed, 22 Jul 2020 10:44:06 +0000 (10:44 +0000)]
Merge "[OOF] Move nginx to a sidecar container"

3 years agoMerge changes Idb112e86,Ia345251f
Sylvain Desbureaux [Tue, 21 Jul 2020 07:25:55 +0000 (07:25 +0000)]
Merge changes Idb112e86,Ia345251f

* changes:
  [COMMON] Use readinessCheck template inside certInitializer
  [COMMON] Fix name generation in readinessCheck template

3 years agoMerge "[AAF Certservice] Update versions to 1.2.0"
Sylvain Desbureaux [Tue, 21 Jul 2020 06:42:15 +0000 (06:42 +0000)]
Merge "[AAF Certservice] Update versions to 1.2.0"

3 years ago[AAF Certservice] Update versions to 1.2.0 78/110378/1
Piotr Marcinkiewicz [Mon, 20 Jul 2020 14:22:52 +0000 (16:22 +0200)]
[AAF Certservice] Update versions to 1.2.0

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

3 years ago[OOF] Move nginx to a sidecar container 25/110325/3
krishnaa96 [Fri, 17 Jul 2020 13:51:18 +0000 (19:21 +0530)]
[OOF] Move nginx to a sidecar container

Issue-ID: OPTFRA-794
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I16547f24ca58a80634ff13a9aeb7a5f595633b44

3 years ago[ESR] Add Kubernetes v1.17 compatibility 76/110376/1
Sylwia_Jakubek [Mon, 20 Jul 2020 12:31:10 +0000 (14:31 +0200)]
[ESR] Add Kubernetes v1.17 compatibility

Issue-ID: OOM-2456
Signed-off-by: Sylwia Jakubek <sylwia.jakubek@nokia.com>
Change-Id: Ic544e839f27f72c45b53f8993678c2f51eeaa321

3 years agoUpdate git submodules
Marcin Przybysz [Mon, 20 Jul 2020 08:52:46 +0000 (08:52 +0000)]
Update git submodules

* 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

3 years agoMerge "[VFC] Remove EMS-driver chart"
Sylvain Desbureaux [Mon, 20 Jul 2020 07:35:20 +0000 (07:35 +0000)]
Merge "[VFC] Remove EMS-driver chart"

3 years agoMerge "[VES] Update the VES Collector and bootstrap versions"
Krzysztof Opasiak [Fri, 17 Jul 2020 16:00:38 +0000 (16:00 +0000)]
Merge "[VES] Update the VES Collector and bootstrap versions"

3 years agoMerge "[CLI] Add Kubernetes v1.17 compatibility"
Krzysztof Opasiak [Fri, 17 Jul 2020 15:59:22 +0000 (15:59 +0000)]
Merge "[CLI] Add Kubernetes v1.17 compatibility"

3 years ago[VES] Update the VES Collector and bootstrap versions 13/110113/5
edyta [Mon, 13 Jul 2020 05:35:18 +0000 (07:35 +0200)]
[VES] Update the VES Collector and bootstrap versions

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

3 years ago[COMMON] Use readinessCheck template inside certInitializer 93/110293/1
Krzysztof Opasiak [Thu, 16 Jul 2020 19:06:39 +0000 (21:06 +0200)]
[COMMON] Use readinessCheck template inside certInitializer

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

3 years ago[COMMON] Fix name generation in readinessCheck template 92/110292/1
Krzysztof Opasiak [Thu, 16 Jul 2020 19:02:56 +0000 (21:02 +0200)]
[COMMON] Fix name generation in readinessCheck template

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

3 years agoUpdate git submodules
wr148d [Thu, 16 Jul 2020 17:21:25 +0000 (13:21 -0400)]
Update git submodules

* 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

3 years agoUpdate git submodules
Hany Abdelbaki [Thu, 16 Jul 2020 14:30:01 +0000 (16:30 +0200)]
Update git submodules

* 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

3 years agoMerge "Make APPC compatible with Kubernetes v1.17"
Krzysztof Opasiak [Thu, 16 Jul 2020 14:03:08 +0000 (14:03 +0000)]
Merge "Make APPC compatible with Kubernetes v1.17"

3 years ago[VFC] Remove EMS-driver chart 83/109883/5
dyh [Tue, 7 Jul 2020 04:04:53 +0000 (12:04 +0800)]
[VFC] Remove EMS-driver chart

ems driver component is removed from scope of Guilin Release

Issue-ID: VFC-1690
Change-Id: I90acd6d11163873594fd04a8b3a521a30ec54cc0
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
3 years agoMerge "[CDS] Enable hazelcast cluster cds blueprint processor"
Sylvain Desbureaux [Thu, 16 Jul 2020 13:36:40 +0000 (13:36 +0000)]
Merge "[CDS] Enable hazelcast cluster cds blueprint processor"

3 years ago[CLI] Add Kubernetes v1.17 compatibility 52/110152/2
kwasiel [Tue, 14 Jul 2020 10:27:53 +0000 (10:27 +0000)]
[CLI] Add Kubernetes v1.17 compatibility

Issue-ID: OOM-2450
Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com>
Change-Id: I9d599707a4d11eef815aa3c04e8756c893151f56

3 years agoMerge "[MODELING]Modify the owner of static directory to onap instead of root"
Sylvain Desbureaux [Wed, 15 Jul 2020 06:58:35 +0000 (06:58 +0000)]
Merge "[MODELING]Modify the owner of static directory to onap instead of root"

3 years ago[MODELING]Modify the owner of static directory to onap instead of root 16/110116/6
dengyh [Mon, 13 Jul 2020 06:30:34 +0000 (14:30 +0800)]
[MODELING]Modify the owner of static directory to onap instead of root

Issue-ID: MODELING-390
Change-Id: I0ee220f9a86765af7c1b7b1292a338ba13ae8988
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
3 years agoMerge "Make CLAMP compatible with Kubernetes v1.17"
Krzysztof Opasiak [Tue, 14 Jul 2020 23:38:46 +0000 (23:38 +0000)]
Merge "Make CLAMP compatible with Kubernetes v1.17"

3 years agoMerge "[POLICY] update released images"
Krzysztof Opasiak [Tue, 14 Jul 2020 23:34:38 +0000 (23:34 +0000)]
Merge "[POLICY] update released images"

3 years agoMerge "[COMMON] Make MariaDB compatible with Kubernetes v1.17"
Krzysztof Opasiak [Tue, 14 Jul 2020 23:33:29 +0000 (23:33 +0000)]
Merge "[COMMON] Make MariaDB compatible with Kubernetes v1.17"

3 years agoMake APPC compatible with Kubernetes v1.17 51/110151/1
kosewski [Tue, 14 Jul 2020 09:57:53 +0000 (09:57 +0000)]
Make APPC compatible with Kubernetes v1.17

Issue-ID: OOM-2447
Signed-off-by: Krzysztof Kosewski <krzysztof.kosewski@nokia.com>
Change-Id: I9a199104001162fbf8531ac6ce9df4c3210c917d

3 years agoMake CLAMP compatible with Kubernetes v1.17 09/110109/2
Magdalena_Biernacka [Sun, 12 Jul 2020 21:21:43 +0000 (23:21 +0200)]
Make CLAMP compatible with Kubernetes v1.17

Issue-ID: OOM-2449
Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com>
Change-Id: I75090aac67139465bb5f4030129361ea771c11d2

3 years agoMerge "[COMMON] Allow to read replicaset status"
Krzysztof Opasiak [Mon, 13 Jul 2020 19:18:09 +0000 (19:18 +0000)]
Merge "[COMMON] Allow to read replicaset status"

3 years agoMerge "Make CONSUL compatible with Kubernetes v1.17"
Krzysztof Opasiak [Mon, 13 Jul 2020 19:15:22 +0000 (19:15 +0000)]
Merge "Make CONSUL compatible with Kubernetes v1.17"

3 years ago[COMMON] Make MariaDB compatible with Kubernetes v1.17 97/109897/5
milaszki [Tue, 7 Jul 2020 12:23:07 +0000 (12:23 +0000)]
[COMMON] Make MariaDB compatible with Kubernetes v1.17

Issue-ID: OOM-2482
Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I5dbe0b168535d48068a93dd3494a59bf90ea2a6f

3 years ago[POLICY] update released images 30/110130/1
jhh [Mon, 13 Jul 2020 15:55:47 +0000 (10:55 -0500)]
[POLICY] update released images

- 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

3 years agoFix configuration for ingress CDS blueprints 00/110000/2
Lucjan Bryndza [Thu, 9 Jul 2020 09:00:20 +0000 (09:00 +0000)]
Fix configuration for ingress CDS blueprints

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

3 years ago[CDS] Enable hazelcast cluster cds blueprint processor 26/109826/4
abdelseaudi [Fri, 3 Jul 2020 17:31:06 +0000 (17:31 +0000)]
[CDS] Enable hazelcast cluster cds blueprint processor

Issue-ID: CCSDK-2523
Signed-off-by: abdelseaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ide7c4165bbabc2f04b2fefd05d623958073a5eda

3 years agoMerge "Make CONTRIB compatible with Kubernetes v1.17"
Sylvain Desbureaux [Fri, 10 Jul 2020 14:40:51 +0000 (14:40 +0000)]
Merge "Make CONTRIB compatible with Kubernetes v1.17"

3 years agoMake CONSUL compatible with Kubernetes v1.17 72/110072/1
Magdalena_Biernacka [Fri, 10 Jul 2020 14:23:35 +0000 (16:23 +0200)]
Make CONSUL compatible with Kubernetes v1.17

Issue-ID: OOM-2451

Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com>
Change-Id: Idc86f18d1693e3b98188a3632343bf9b6ae3c7f5

3 years agoMerge "[AAF CertService] Increase certificates validity"
Sylvain Desbureaux [Fri, 10 Jul 2020 12:20:09 +0000 (12:20 +0000)]
Merge "[AAF CertService] Increase certificates validity"

3 years agoMake CONTRIB compatible with Kubernetes v1.17 64/110064/1
Grzegorz-Lis [Fri, 10 Jul 2020 11:12:21 +0000 (13:12 +0200)]
Make CONTRIB compatible with Kubernetes v1.17

Issue-ID: OOM-2452

Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I82aa47855716bb2647aea6aac29484b325d80ef0

3 years agoUpdate git submodules
mrichomme [Fri, 10 Jul 2020 09:04:10 +0000 (11:04 +0200)]
Update git submodules

* 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

3 years agoMerge "[SO] bump the SO modules"
Sylvain Desbureaux [Fri, 10 Jul 2020 06:30:37 +0000 (06:30 +0000)]
Merge "[SO] bump the SO modules"

3 years ago[AAF CertService] Increase certificates validity 03/110003/2
Tomasz Wrobel [Thu, 9 Jul 2020 11:31:47 +0000 (13:31 +0200)]
[AAF CertService] Increase certificates validity

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

3 years agoMerge "[SDC] Update sdc images for Frankfurt"
Sylvain Desbureaux [Thu, 9 Jul 2020 11:25:38 +0000 (11:25 +0000)]
Merge "[SDC] Update sdc images for Frankfurt"

3 years agoMerge "[AAF CertService] Override outdated certificates"
Sylvain Desbureaux [Thu, 9 Jul 2020 06:33:32 +0000 (06:33 +0000)]
Merge "[AAF CertService] Override outdated certificates"

3 years agoMerge "Make COMMON/NETWORK-NAME-GEN compatible with Kubernetes v1.17"
Sylvain Desbureaux [Thu, 9 Jul 2020 06:29:50 +0000 (06:29 +0000)]
Merge "Make COMMON/NETWORK-NAME-GEN compatible with Kubernetes v1.17"

3 years ago[SO] bump the SO modules 35/109935/2
seshukm [Wed, 8 Jul 2020 08:56:34 +0000 (14:26 +0530)]
[SO] bump the SO modules

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

3 years agoMerge "[COMMON] fix logic of post upgrade hook script to handle upgrade run without...
Sylvain Desbureaux [Wed, 8 Jul 2020 19:58:42 +0000 (19:58 +0000)]
Merge "[COMMON] fix logic of post upgrade hook script to handle upgrade run without any changes to charts that could cause loss of all data."

3 years ago[SDC] Update sdc images for Frankfurt 61/109961/4
sebdet [Wed, 8 Jul 2020 11:54:01 +0000 (13:54 +0200)]
[SDC] Update sdc images for Frankfurt

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

3 years agoMerge "Make COMMON/MONGO compatible with Kubernetes v1.17"
Krzysztof Opasiak [Wed, 8 Jul 2020 14:44:58 +0000 (14:44 +0000)]
Merge "Make COMMON/MONGO compatible with Kubernetes v1.17"

3 years ago[AAF CertService] Override outdated certificates 29/109929/2
Tomasz Wrobel [Wed, 8 Jul 2020 06:09:52 +0000 (08:09 +0200)]
[AAF CertService] Override outdated certificates

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

3 years agoMerge "Make COMMON/DGBUILDER compatible with Kubernetes v1.17"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:42:48 +0000 (06:42 +0000)]
Merge "Make COMMON/DGBUILDER compatible with Kubernetes v1.17"

3 years agoMerge "[CDS/SDNC] Update versions for Frankfurt mtce release"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:37:52 +0000 (06:37 +0000)]
Merge "[CDS/SDNC] Update versions for Frankfurt mtce release"

3 years agoMerge "[DCAE][DCAEMOD] Deploy R7 container images"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:25:55 +0000 (06:25 +0000)]
Merge "[DCAE][DCAEMOD] Deploy R7 container images"

3 years agoMerge "Make COMMON/MUSIC compatible with Kubernetes v1.17"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:21:53 +0000 (06:21 +0000)]
Merge "Make COMMON/MUSIC compatible with Kubernetes v1.17"

3 years agoMerge "Make COMMON/ETCD compatible with Kubernetes v1.17"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:18:06 +0000 (06:18 +0000)]
Merge "Make COMMON/ETCD compatible with Kubernetes v1.17"

3 years agoMerge "Make COMMON/POSTGRES compatible with Kubernetes v1.17"
Sylvain Desbureaux [Wed, 8 Jul 2020 06:17:23 +0000 (06:17 +0000)]
Merge "Make COMMON/POSTGRES compatible with Kubernetes v1.17"

3 years agoMerge "Reset workflow-designer to frankfurt"
Sylvain Desbureaux [Tue, 7 Jul 2020 13:41:49 +0000 (13:41 +0000)]
Merge "Reset workflow-designer to frankfurt"

3 years ago[CDS/SDNC] Update versions for Frankfurt mtce release 22/109922/1
Dan Timoney [Tue, 7 Jul 2020 13:26:39 +0000 (09:26 -0400)]
[CDS/SDNC] Update versions for Frankfurt mtce release

Updated CDS versions to 0.7.5 and SDNC versions to 1.8.4 for Frankfurt mtce
release.  Note: version 0.7.5 contains fix to remove hard-coded certs
from py-executor docker container.

Issue-ID: CCSDK-2519
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8a6e02d94e9ab8108950543b6431c46fde2016dc

3 years agoMake COMMON/NETWORK-NAME-GEN compatible with Kubernetes v1.17 01/109901/1
milaszki [Tue, 7 Jul 2020 12:45:36 +0000 (12:45 +0000)]
Make COMMON/NETWORK-NAME-GEN compatible with Kubernetes v1.17

Issue-ID: OOM-2485

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I4e284a877298e9c013926bc0a84fa535d7eafda9

3 years agoMake COMMON/MUSIC compatible with Kubernetes v1.17 99/109899/1
milaszki [Tue, 7 Jul 2020 12:38:11 +0000 (12:38 +0000)]
Make COMMON/MUSIC compatible with Kubernetes v1.17

Issue-ID: OOM-2484

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I8b89986cb73f9d7dedadacf88243623e7e91041f

3 years agoMake COMMON/MONGO compatible with Kubernetes v1.17 98/109898/1
milaszki [Tue, 7 Jul 2020 12:31:21 +0000 (12:31 +0000)]
Make COMMON/MONGO compatible with Kubernetes v1.17

Issue-ID: OOM-2483

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: If96bd1c72aa571314fc8665d382252b531554146

3 years agoMake COMMON/ETCD compatible with Kubernetes v1.17 95/109895/1
milaszki [Tue, 7 Jul 2020 12:13:44 +0000 (12:13 +0000)]
Make COMMON/ETCD compatible with Kubernetes v1.17

Issue-ID: OOM-2481

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I3d2e249bfd158575c67eaf5600cdae1921bd3b2e

3 years agoMake COMMON/DGBUILDER compatible with Kubernetes v1.17 94/109894/1
milaszki [Tue, 7 Jul 2020 11:59:35 +0000 (11:59 +0000)]
Make COMMON/DGBUILDER compatible with Kubernetes v1.17

Issue-ID: OOM-2480

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I0813ab2921cdaa2f8e3bc4de1a1b4779dc2d5c86

3 years agoMake COMMON/POSTGRES compatible with Kubernetes v1.17 93/109893/1
milaszki [Tue, 7 Jul 2020 11:28:15 +0000 (11:28 +0000)]
Make COMMON/POSTGRES compatible with Kubernetes v1.17

Issue-ID: OOM-2479

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: Ic64b84db2c192cd5d737b5ef6d59aa4b4c20a48e

3 years agoMerge "Release Clamp 5.0.7"
Krzysztof Opasiak [Mon, 6 Jul 2020 21:53:51 +0000 (21:53 +0000)]
Merge "Release Clamp 5.0.7"

3 years agoMerge "[COMMON] Allow to use ' in mariadb-init"
Krzysztof Opasiak [Mon, 6 Jul 2020 14:18:09 +0000 (14:18 +0000)]
Merge "[COMMON] Allow to use ' in mariadb-init"

3 years agoRelease Clamp 5.0.7 70/109570/1
sebdet [Fri, 29 May 2020 09:06:07 +0000 (11:06 +0200)]
Release Clamp 5.0.7

Release clamp 5.0.7 containing an important fix for clamp-857

Issue-ID: CLAMP-857
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I94b0d11ca0e6fdf441784c8cb77860d002923dad
(cherry picked from commit f80ad5609f2e271eaa9d3c9c693f5d5c289c250e)

3 years ago[COMMON] Allow to read replicaset status 51/109851/1
Sylvain Desbureaux [Mon, 6 Jul 2020 11:55:41 +0000 (13:55 +0200)]
[COMMON] Allow to read replicaset status

readiness check needs also to read replicaset status from extensions
API.

Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie8f271ef7a4411340299ff7635594b66a1a1c8fd

3 years agoMerge "Make COMMON/COMMON compatible with Kubernetes v1.17"
Sylvain Desbureaux [Mon, 6 Jul 2020 10:06:20 +0000 (10:06 +0000)]
Merge "Make COMMON/COMMON compatible with Kubernetes v1.17"

3 years agoReset workflow-designer to frankfurt 20/109820/3
sebdet [Fri, 3 Jul 2020 12:07:18 +0000 (14:07 +0200)]
Reset workflow-designer to frankfurt

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

3 years agoMerge "[SO] Sync up with the last-minute MSB certificate changes."
Sylvain Desbureaux [Mon, 6 Jul 2020 07:33:40 +0000 (07:33 +0000)]
Merge "[SO] Sync up with the last-minute MSB certificate changes."

3 years ago[SO] Sync up with the last-minute MSB certificate changes. 70/109770/2
MukeshKumar [Thu, 2 Jul 2020 11:41:04 +0000 (12:41 +0100)]
[SO] Sync up with the last-minute MSB certificate changes.

JKS file for SO Sol003 adapter updated to reflect changes in MSB. White spaces removed in override file which caused issues.

Issue-ID: SO-2982
Change-Id: I78181cbba6fb1d785eb503bd1e9de5f9bb8a9b4a
Signed-off-by: Mukesh <mukeshsharma@est.tech>
3 years agoMake COMMON/COMMON compatible with Kubernetes v1.17 14/109814/1
Krzysztof Kuzmicki [Fri, 3 Jul 2020 07:48:21 +0000 (09:48 +0200)]
Make COMMON/COMMON compatible with Kubernetes v1.17

Issue-ID: OOM-2478

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I7ec0b7469c1525fc1d73adaa7a8893d6effc6141

3 years agoMerge "Correct image path resolving for cert service"
Krzysztof Opasiak [Thu, 2 Jul 2020 20:58:02 +0000 (20:58 +0000)]
Merge "Correct image path resolving for cert service"

3 years ago[COMMON] Allow to use ' in mariadb-init 85/109785/1
Krzysztof Opasiak [Thu, 2 Jul 2020 18:10:04 +0000 (20:10 +0200)]
[COMMON] Allow to use ' in mariadb-init

' is one of characters that are placed in passwords by our default
password generation algorith. As ' is a special character in SQL
we need to escape it before concatenating it with SQL command.

Let's also add set -e to fail if any of databases has not been created

Issue-ID: OOM-2436
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ida8c75639eaa4049e3f874d30666f1fe4dc02e12

3 years agoMerge "[COMMON] Templates for services accounts and roles"
Krzysztof Opasiak [Thu, 2 Jul 2020 17:26:56 +0000 (17:26 +0000)]
Merge "[COMMON] Templates for services accounts and roles"

3 years agoCorrect image path resolving for cert service 75/109775/1
kjaniak [Thu, 2 Jul 2020 13:59:14 +0000 (15:59 +0200)]
Correct image path resolving for cert service

Change-Id: I9c5bf34516d32bedaf8314044d71d6aad401966c
Issue-ID: AAF-1152
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
3 years agoMerge "[GENERIC] Committers cleaning"
Sylvain Desbureaux [Thu, 2 Jul 2020 07:00:02 +0000 (07:00 +0000)]
Merge "[GENERIC] Committers cleaning"

3 years ago[COMMON] fix logic of post upgrade hook script to handle upgrade run without any... 27/109627/7
Marat Salakhutdinov [Sun, 28 Jun 2020 03:18:17 +0000 (23:18 -0400)]
[COMMON] fix logic of post upgrade hook script to handle upgrade run without any changes to charts that could cause loss of all data.

Issue-ID: OOM-2442
Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca>
Change-Id: Ifd3bbc0f63e95b1c8797ecd09a891195faafc8c2

3 years ago[AAF Certservice] Update versions to 1.1.0 47/109647/3
Remigiusz Janeczek [Mon, 29 Jun 2020 11:05:00 +0000 (13:05 +0200)]
[AAF Certservice] Update versions to 1.1.0

Allow use of OUTPUT_TYPE env in certservice client to define desired
certificates format (one of: P12, JKS, PEM)

Issue-ID: AAF-1152
Change-Id: I5065b659ae36d71209d643303896516042fabaa0
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
3 years ago[COMMON] Templates for services accounts and roles 86/107886/12
Sylvain Desbureaux [Tue, 19 May 2020 15:46:54 +0000 (17:46 +0200)]
[COMMON] Templates for services accounts and roles

Create a common chart that will create the relevant service accounts /
roles and role binding for ONAP components.

Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I687ef6debe679b5f7f250d75d93ee4da84d97104

3 years ago[DCAE][DCAEMOD] Deploy R7 container images 70/109470/4
Jack Lucas [Fri, 12 Jun 2020 22:36:55 +0000 (18:36 -0400)]
[DCAE][DCAEMOD] Deploy R7 container images

Deploy new versions of cm-container, k8s-bootstrap-container
and healthcheck-container for DCAE.
Deploy a healthcheck-container for DCAEMOD.
Add readiness checks for aaf-cm for dcae-cloudify-manager,
dcae-inventory-api, and dcae-config-binding-service, to
avoid crash loops in the init phase.

Issue-ID: DCAEGEN2-2099
Issue-ID: DCAEGEN2-1789
Issue-ID: DCAEGEN2-2236
Issue-ID: DCAEGEN2-1864
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I473a0cd0e3e00d39e6c33d87781581ec527fbc89

3 years agoMerge "sdnc org.ops4j.pax.logging.cfg changes"
Sylvain Desbureaux [Wed, 24 Jun 2020 17:46:07 +0000 (17:46 +0000)]
Merge "sdnc org.ops4j.pax.logging.cfg changes"

3 years agoUpdate git submodules
Lukasz Muszkieta [Wed, 24 Jun 2020 17:08:19 +0000 (19:08 +0200)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to e77bd83639f77e68f4c7df9b35c95a4d70e70384
  - Add support for PNF resources

    Issue-ID: AAI-2853
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
    Change-Id: I43a44ed1b34d486a5329595abd66e34b4086a8fe

3 years agosdnc org.ops4j.pax.logging.cfg changes 27/109427/4
Smokowski, Kevin (ks6305) [Mon, 22 Jun 2020 19:07:14 +0000 (14:07 -0500)]
sdnc org.ops4j.pax.logging.cfg changes

fix outstanding issues from previous changeset

Issue-ID: OOM-2426
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I97e6f5f17104bf8f76bda6f7b9492cc0e2921349

3 years ago[GENERIC] Committers cleaning 05/109405/1
Sylvain Desbureaux [Mon, 22 Jun 2020 11:28:47 +0000 (13:28 +0200)]
[GENERIC] Committers cleaning

Remove all committers not being active in the last six monthes.

Issue-ID: OOM-2432
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ice7d672a118f2b52a7b2efe53d51a8f83642f0ac

3 years agoMerge "[GLOBAL] Upgrade readiness check version"
Krzysztof Opasiak [Fri, 19 Jun 2020 22:41:35 +0000 (22:41 +0000)]
Merge "[GLOBAL] Upgrade readiness check version"

3 years agoMerge "[COMMON] Fix bad subchartDot retrieving"
Krzysztof Opasiak [Fri, 19 Jun 2020 22:40:09 +0000 (22:40 +0000)]
Merge "[COMMON] Fix bad subchartDot retrieving"

3 years ago[RELEASE] Change AppVersion for onap main chart 47/109347/1
Sylvain Desbureaux [Fri, 19 Jun 2020 11:55:47 +0000 (13:55 +0200)]
[RELEASE] Change AppVersion for onap main chart

Issue-ID: OOM-2424
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iee3f9b6e1dc0dd278c9c55d317827f16ac8b3389

3 years ago[DMAAP] Fix provisioning job for topic creation 64/109264/1
efiacor [Wed, 17 Jun 2020 14:06:21 +0000 (15:06 +0100)]
[DMAAP] Fix provisioning job for topic creation

Change-Id: Ifa779a2bf97c4b8c06bc7cdd9e67a66200cb8afe
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1444

3 years ago[DOC] Use the right version for ONAP Frankfurt 93/109193/1
Sylvain Desbureaux [Tue, 16 Jun 2020 13:13:53 +0000 (15:13 +0200)]
[DOC] Use the right version for ONAP Frankfurt

The version given for Frankfurt version is not the right one. So we fix
it with this commit.

Issue-ID: OOM-2424
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I9e24f0b15d821904e70d758a978c2979a530adf0

3 years agoMerge "[DOC] Update release note"
Sylvain Desbureaux [Mon, 15 Jun 2020 15:00:07 +0000 (15:00 +0000)]
Merge "[DOC] Update release note"

3 years ago[GLOBAL] Upgrade readiness check version 61/108761/3
Sylvain Desbureaux [Thu, 4 Jun 2020 08:08:23 +0000 (10:08 +0200)]
[GLOBAL] Upgrade readiness check version

Use a newer readiness check script with better handling of readiness on
statefulsets.

Issue-ID: OOM-2418
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ica7c87e856c193b2ed825a3eb2345262689f2808

3 years ago[DOC] Update release note 55/108555/9
Sylvain Desbureaux [Fri, 29 May 2020 09:19:42 +0000 (11:19 +0200)]
[DOC] Update release note

Create release note for Frankfurt

Issue-ID: OOM-2382
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ia78f6eee0dd07b0ebba84c8c714c6a95e4d99a34

3 years agoMerge "correct uid and guid for blueprints deploy folder"
Sylvain Desbureaux [Fri, 12 Jun 2020 13:13:31 +0000 (13:13 +0000)]
Merge "correct uid and guid for blueprints deploy folder"

3 years agocorrect uid and guid for blueprints deploy folder 31/109031/3
root@nfs [Wed, 10 Jun 2020 23:15:10 +0000 (23:15 +0000)]
correct uid and guid for blueprints deploy folder

Issue-ID: CCSDK-2425
Change-Id: Ia2dd204f4b089922ff2e4e152bbda7fc374e7d09
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
3 years ago[COMMON] Fix bad subchartDot retrieving 96/108196/4
Sylvain Desbureaux [Mon, 25 May 2020 11:05:45 +0000 (13:05 +0200)]
[COMMON] Fix bad subchartDot retrieving

readinessCheck was retrieving "subchartDot" in string format and not in
"object" format.
This commit fixes it

Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I04060f973d283802e6269dc67370a336c5bcf95e

3 years agoMerge "[AAF SMS] Use certInitializer for certificates"
Krzysztof Opasiak [Thu, 11 Jun 2020 12:38:48 +0000 (12:38 +0000)]
Merge "[AAF SMS] Use certInitializer for certificates"

3 years agoMerge "[COMMON] add pre upgrade script for mariadb-galera"
Sylvain Desbureaux [Wed, 10 Jun 2020 14:08:26 +0000 (14:08 +0000)]
Merge "[COMMON] add pre upgrade script for mariadb-galera"

3 years ago[DOC] retrieve submodules at clone in guide 18/108918/1
Sylvain Desbureaux [Mon, 8 Jun 2020 13:02:11 +0000 (15:02 +0200)]
[DOC] retrieve submodules at clone in guide

The git clone command was missing the automatic retrieve of submodules.

Issue-ID: DOC-618
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic43fa71c3b931b21160095ed9a9f4e48f733cbf4

3 years ago[AAF SMS] Use certInitializer for certificates 25/108825/5
Sylvain Desbureaux [Fri, 5 Jun 2020 13:19:22 +0000 (15:19 +0200)]
[AAF SMS] Use certInitializer for certificates

AAF SMS was hardcoding its certificates in the container.
This patch makes use of certInitializer in order to retrieve "fresh"
certificates.
In order to use certInitiliazer in a sub component, we had to move
charts to component and add the right requirements.

Issue-ID: AAF-1159
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6ec55eddffd54dd56b03cea1a6f0b437f8bfa299

3 years agoMerge "sdnc update"
Borislav Glozman [Sun, 7 Jun 2020 11:51:46 +0000 (11:51 +0000)]
Merge "sdnc update"