oom.git
3 years agoMerge "[VNFSDK] Use the newest image"
Sylvain Desbureaux [Mon, 8 Mar 2021 14:28:04 +0000 (14:28 +0000)]
Merge "[VNFSDK] Use the newest image"

3 years agoMerge "[COMMON] Get rid of a few bashisms"
Sylvain Desbureaux [Mon, 8 Mar 2021 14:02:56 +0000 (14:02 +0000)]
Merge "[COMMON] Get rid of a few bashisms"

3 years agoMerge "[SO] Update camunda sql scripts for new version"
Sylvain Desbureaux [Mon, 8 Mar 2021 13:23:49 +0000 (13:23 +0000)]
Merge "[SO] Update camunda sql scripts for new version"

3 years ago[VNFSDK] Use the newest image 86/118586/3
Bogumil Zebek [Fri, 26 Feb 2021 10:10:55 +0000 (11:10 +0100)]
[VNFSDK] Use the newest image

The image contains code improvements, bug fixes implemented in release H.

Issue-ID: VNFSDK-745
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I77fba727192a0b72cf6f30a7c52d46ed7df5ac67

3 years agoRevert "[AAI][SPARKY] Automatically retrieve certs" 32/118832/1
Krzysztof Opasiak [Thu, 4 Mar 2021 21:14:51 +0000 (22:14 +0100)]
Revert "[AAI][SPARKY] Automatically retrieve certs"

This reverts commit a9a41d84026f059aae70f9042c0b99af5b72e619.

aai-sparky-be with this patch fails often in the gate.
I expect this to be related to this patch as the stack trace contains
below error message:

java.io.IOException: keystore password was incorrect

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

3 years agoMerge "[MULTICLOUD] Update multicloud k8s image to 0.8.0"
Krzysztof Opasiak [Thu, 4 Mar 2021 20:39:20 +0000 (20:39 +0000)]
Merge "[MULTICLOUD] Update multicloud k8s image to 0.8.0"

3 years agoMerge "[DCAEGEN2] Add subproject ves-openapi-manager"
Krzysztof Opasiak [Thu, 4 Mar 2021 20:31:16 +0000 (20:31 +0000)]
Merge "[DCAEGEN2] Add subproject ves-openapi-manager"

3 years agoMerge "[COMMON] Get rid of python2"
Krzysztof Opasiak [Thu, 4 Mar 2021 20:16:02 +0000 (20:16 +0000)]
Merge "[COMMON] Get rid of python2"

3 years agoMerge "[MODELING] Update modeling/etsicatalog image"
Krzysztof Opasiak [Thu, 4 Mar 2021 17:51:44 +0000 (17:51 +0000)]
Merge "[MODELING] Update modeling/etsicatalog image"

3 years ago[DCAEGEN2] Add subproject ves-openapi-manager 34/117734/12
Michal Banka [Thu, 11 Feb 2021 09:36:47 +0000 (10:36 +0100)]
[DCAEGEN2] Add subproject ves-openapi-manager

Added ves-openapi-manager Helm chart as DCAE component.

Change-Id: I68c4b016f2c97f430867fc5c709531d7a783271f
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: DCAEGEN2-2574

3 years ago[MODELING] Update modeling/etsicatalog image 45/118745/2
dyh [Wed, 3 Mar 2021 10:08:47 +0000 (18:08 +0800)]
[MODELING] Update modeling/etsicatalog image

Update modeling/etsicatalog image to 1.0.10

Issue-ID: MODELING-492
Change-Id: I0e46408ecee550064b0783aa2c807a223d3530ef
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
3 years agoMerge "[DCAEGEN2] Update bootstrap to 3.0.2"
Krzysztof Opasiak [Wed, 3 Mar 2021 20:11:08 +0000 (20:11 +0000)]
Merge "[DCAEGEN2] Update bootstrap to 3.0.2"

3 years agoMerge "[AAI][SPARKY] Automatically retrieve certs"
Krzysztof Opasiak [Wed, 3 Mar 2021 20:07:36 +0000 (20:07 +0000)]
Merge "[AAI][SPARKY] Automatically retrieve certs"

3 years agoMerge "[AAI] Use honolulu m3 released artifacts"
Krzysztof Opasiak [Wed, 3 Mar 2021 19:58:54 +0000 (19:58 +0000)]
Merge "[AAI] Use honolulu m3 released artifacts"

3 years ago[CPS] Configuration Persistence Service Charts 99/117099/38
puthuparambil.aditya [Fri, 22 Jan 2021 21:01:50 +0000 (22:01 +0100)]
[CPS] Configuration Persistence Service Charts

CPS Helm charts added

Issue-ID: CPS-7
Co-authored-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Co-authored-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I027e5e4b3eec78ce889168f8796d55e6f9fd9be6
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
3 years ago[COMMON][READINESS] Fix user and group 13/118513/4
Sylvain Desbureaux [Thu, 25 Feb 2021 13:17:55 +0000 (14:17 +0100)]
[COMMON][READINESS] Fix user and group

readiness check can be launched in a lot of various situation.
Especially, it can be runned on deployments / statefulsets where the
user and group are fixed.
But python code underneath can work only when user is set to "onap" as
requirements are installed only for this specific user.
This patch forces the user and group to the desired one.

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

3 years agoMerge "[GENERAL] Allow different port for svc and pod"
Krzysztof Opasiak [Wed, 3 Mar 2021 19:51:37 +0000 (19:51 +0000)]
Merge "[GENERAL] Allow different port for svc and pod"

3 years ago[COMMON] Get rid of a few bashisms 30/118730/3
Guillaume Lambert [Tue, 2 Mar 2021 20:45:00 +0000 (21:45 +0100)]
[COMMON] Get rid of a few bashisms

The built-in command source is a bashism.
Profiles script must be dotted and not sourced when possible.

Issue-ID: OOM-2688 OOM-2158
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Id7cad0d499129fa3b7ea020e906748243b1b3ace

3 years ago[COMMON] Get rid of python2 29/118729/1
Guillaume Lambert [Tue, 2 Mar 2021 20:44:30 +0000 (21:44 +0100)]
[COMMON] Get rid of python2

Python 2 is no more supported and Python 3 must be used.

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I81158561fa0af4b1441b27b3a4546b815fb659e3

3 years agoMerge "[SDNC] Fix sdnrdb discovery issue"
Krzysztof Opasiak [Tue, 2 Mar 2021 19:33:49 +0000 (19:33 +0000)]
Merge "[SDNC] Fix sdnrdb discovery issue"

3 years ago[SO] Update camunda sql scripts for new version 22/118722/3
Benjamin, Max (mb388a) [Tue, 2 Mar 2021 16:42:08 +0000 (11:42 -0500)]
[SO] Update camunda sql scripts for new version

Update sql scripts to match camunda 7.14.0

Issue-ID: SO-3562
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I013caf1791a426f6bbfa85fdc6572426ed332d33

3 years agoMerge "[CLI] Set version to 6.0.1"
Krzysztof Opasiak [Tue, 2 Mar 2021 19:31:44 +0000 (19:31 +0000)]
Merge "[CLI] Set version to 6.0.1"

3 years agoMerge "[EXTAPI] Deploy R8 container image with nexus base for external api"
Krzysztof Opasiak [Tue, 2 Mar 2021 19:29:46 +0000 (19:29 +0000)]
Merge "[EXTAPI] Deploy R8 container image with nexus base for external api"

3 years agoMerge "[A1P] Retrieve the certificates automatically"
Krzysztof Opasiak [Tue, 2 Mar 2021 18:57:32 +0000 (18:57 +0000)]
Merge "[A1P] Retrieve the certificates automatically"

3 years agoMerge "[COMMON] Add some python linters in tox.ini"
Krzysztof Opasiak [Tue, 2 Mar 2021 18:54:18 +0000 (18:54 +0000)]
Merge "[COMMON] Add some python linters in tox.ini"

3 years ago[AAI][SPARKY] Automatically retrieve certs 85/117885/18
Sylvain Desbureaux [Tue, 16 Feb 2021 10:08:25 +0000 (11:08 +0100)]
[AAI][SPARKY] Automatically retrieve certs

Instead of using hardcoded certificates, use certInitializer in order to
retrieve them automatically.

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

3 years agoMerge "[COMMON][CERTINIT] Fail if cert retrieval fails"
Krzysztof Opasiak [Tue, 2 Mar 2021 18:51:55 +0000 (18:51 +0000)]
Merge "[COMMON][CERTINIT] Fail if cert retrieval fails"

3 years ago[GENERAL] Allow different port for svc and pod 42/117642/3
Sylvain Desbureaux [Tue, 9 Feb 2021 13:59:21 +0000 (14:59 +0100)]
[GENERAL] Allow different port for svc and pod

Instead of having the exact same port number for service and container,
let's allow to use an internal port (usually > 1024) and a service port
(usually 80 or 443).

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

3 years ago[DCAEGEN2] Update bootstrap to 3.0.2 20/117920/6
Jack Lucas [Tue, 16 Feb 2021 18:39:21 +0000 (13:39 -0500)]
[DCAEGEN2] Update bootstrap to 3.0.2

Fixes a Docker build problem that arose
due (apparently) to a dependency change.
Adds HTTPS to DFC (update blueprint config and DFC version)

Issue-ID: DCAEGEN2-2628
Issue-ID: DCAEGEN2-2528
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I622f16bf3cb31774b2063ffac6f270e5f17153f1

3 years ago[MULTICLOUD] Update multicloud k8s image to 0.8.0 26/118426/3
Lukasz Rajewski [Wed, 24 Feb 2021 18:22:20 +0000 (19:22 +0100)]
[MULTICLOUD] Update multicloud k8s image to 0.8.0

Update multicloud k8s image to 0.8.0

Issue-ID: MULTICLOUD-1294
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Id8a5ec9d509076f1debcbac6e12dc981c40568ef

3 years agoMerge "[ROBOT] Add DCAE MOD smoke/verification test using simple app"
Krzysztof Opasiak [Tue, 2 Mar 2021 16:40:15 +0000 (16:40 +0000)]
Merge "[ROBOT] Add DCAE MOD smoke/verification test using simple app"

3 years ago[A1P] Retrieve the certificates automatically 37/117837/14
Sylvain Desbureaux [Mon, 15 Feb 2021 10:30:29 +0000 (11:30 +0100)]
[A1P] Retrieve the certificates automatically

Instead of using hardcoded certificates in the container, let's retrieve
them automatically.

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

3 years ago[COMMON][CERTINIT] Fail if cert retrieval fails 47/118247/4
Sylvain Desbureaux [Tue, 23 Feb 2021 14:54:00 +0000 (15:54 +0100)]
[COMMON][CERTINIT] Fail if cert retrieval fails

Current script that retrieve certificates can fail but exit code will be
0. We then add a check in the script in order to avoid such issue

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

3 years ago[DCAEGEN2] Top up cm-container 64/118164/9
Jan Malkiewicz [Mon, 22 Feb 2021 14:40:00 +0000 (15:40 +0100)]
[DCAEGEN2] Top up cm-container

Update cloudify manager container with support for Cert
Manager Certificates.
Add configuration for underlying k8splugin for CMPv2 with
Cert Manager integration.

Issue-ID: DCAEGEN2-2440
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I8739835c8649278005d2ef763dcbf16beb86decd

3 years ago[ROBOT] Add DCAE MOD smoke/verification test using simple app 40/118440/3
Krzysztof Kuzmicki [Wed, 24 Feb 2021 22:25:24 +0000 (23:25 +0100)]
[ROBOT] Add DCAE MOD smoke/verification test using simple app

Add robot properties required by newly introduced DCAE MOD
smoke/verification test cases

Issue-ID: INT-1855
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ifd33e64b775c33354e99b88dea92f003daac01c1

3 years ago[AAI] Use honolulu m3 released artifacts 45/118545/1
Harish Venkata Kajur [Thu, 25 Feb 2021 18:21:54 +0000 (13:21 -0500)]
[AAI] Use honolulu m3 released artifacts

Update schema service, resources, traversal
and graphadmin to use the latest released
artifacts for the honolulu release

Issue-ID: AAI-3269
Change-Id: Iba9deb226586e751cdd1631b9cb9c4f4500a0ff9
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoMerge "[DCAEGEN2] Add external configmaps"
Sylvain Desbureaux [Thu, 25 Feb 2021 16:16:43 +0000 (16:16 +0000)]
Merge "[DCAEGEN2] Add external configmaps"

3 years agoMerge "[AAI][SPARKY] Remove Retired Components"
Sylvain Desbureaux [Thu, 25 Feb 2021 10:24:02 +0000 (10:24 +0000)]
Merge "[AAI][SPARKY] Remove Retired Components"

3 years agoMerge "[CASSANDRA] Loosen probe check time"
Krzysztof Opasiak [Thu, 25 Feb 2021 10:05:05 +0000 (10:05 +0000)]
Merge "[CASSANDRA] Loosen probe check time"

3 years ago[AAI][SPARKY] Remove Retired Components 85/118285/2
wr148d [Tue, 23 Feb 2021 16:21:56 +0000 (11:21 -0500)]
[AAI][SPARKY] Remove Retired Components

Remove Elastic Search
Remove Data Router
Remove Search Data
Remove Sparky dependencies on the above

Issue-ID: AAI-3181
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9efb1c89d1f2196bc0cc82e394cd9a12098b14c7

3 years ago[EXTAPI] Deploy R8 container image with nexus base for external api 06/118306/2
aosull01 [Tue, 23 Feb 2021 17:59:34 +0000 (17:59 +0000)]
[EXTAPI] Deploy R8 container image with nexus base for external api

New base java 11 image in Dockerfile from nexus, integration team

Issue-ID: EXTAPI-572

Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I47b785298fa3a9b6dcc7e816c32c4f5993fc6684

3 years agoMerge "[DCAEGEN2] Upgrade cm-container to 4.3.1"
Sylvain Desbureaux [Wed, 24 Feb 2021 10:10:57 +0000 (10:10 +0000)]
Merge "[DCAEGEN2] Upgrade cm-container to 4.3.1"

3 years ago[DCAEGEN2] Upgrade cm-container to 4.3.1 42/118342/4
Edyta Krukowska [Wed, 24 Feb 2021 06:22:13 +0000 (07:22 +0100)]
[DCAEGEN2] Upgrade cm-container to 4.3.1

Fix bug with default mode in k8s plugin

Issue-ID: DCAEGEN2-2546
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Iadeab5192f0132cbffcc2da778838b13fc68c825

3 years ago[CASSANDRA] Loosen probe check time 52/118352/1
Sylvain Desbureaux [Wed, 24 Feb 2021 09:40:15 +0000 (10:40 +0100)]
[CASSANDRA] Loosen probe check time

As for main cassandra chart, with Azure and also some internal
deployments, `nodepool status` takes more than 3 seconds and so
cassandra is not coming up or quite randomly.
This patch gives more room to `nodepool status` to answer.

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

3 years ago[CLI] Set version to 6.0.1 51/118351/1
Bogumil Zebek [Wed, 24 Feb 2021 09:01:44 +0000 (10:01 +0100)]
[CLI] Set version to 6.0.1

Set the newest version of cli image.

Issue-ID: CLI-362
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I963168ff6c10a8b66a3d2c61fe5f169b0ddee871

3 years agoMerge "[AAI][SPARKY] Updating the sparky config"
Sylvain Desbureaux [Wed, 24 Feb 2021 07:29:48 +0000 (07:29 +0000)]
Merge "[AAI][SPARKY] Updating the sparky config"

3 years agoMerge "[OOF] Update image versions"
Sylvain Desbureaux [Wed, 24 Feb 2021 07:23:48 +0000 (07:23 +0000)]
Merge "[OOF] Update image versions"

3 years ago[DCAEGEN2] Add external configmaps 44/118344/1
Bogumil Zebek [Wed, 24 Feb 2021 06:46:24 +0000 (07:46 +0100)]
[DCAEGEN2] Add external configmaps

Add config maps which will be used by dcaegen2: ves-open-api and ves component.

Issue-ID: DCAEGEN2-2576
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I4343c0b21c947237fd0069e1f2241c9288240031

3 years ago[AAI][SPARKY] Updating the sparky config 90/118190/2
wr148d [Mon, 22 Feb 2021 17:45:49 +0000 (12:45 -0500)]
[AAI][SPARKY] Updating the sparky config

Sparky config updated to 2.0.2

Issue-ID: AAI-3250
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I677358720234e576234582267b65b3a377c8cd6f

3 years ago[COMMON] Add some python linters in tox.ini 43/117943/3
Guillaume Lambert [Wed, 17 Feb 2021 11:09:47 +0000 (12:09 +0100)]
[COMMON] Add some python linters in tox.ini

and configure them with a few reasonable parameters

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ic1e8d6be63c45d89de41e8589aa3bd1214a3f0a1

3 years ago[OOF] Update image versions 28/118228/1
krishnaa96 [Mon, 22 Feb 2021 15:23:44 +0000 (20:53 +0530)]
[OOF] Update image versions

- Update OSDF to 3.0.3
    - NST selection enhancements
    - Interface with consul
- Update HAS to 2.1.3
    - New candidate support(NST)
- Update CMSO to 2.3.1
    - Fixed security vulnerabilities

Issue-ID: OPTFRA-904
Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
Change-Id: Ib78325aba6e043c06a9e766298f91badf1af4d27

3 years agoMerge "Revert "[DCAEGEN2] Add external configmaps""
Krzysztof Opasiak [Tue, 23 Feb 2021 07:39:30 +0000 (07:39 +0000)]
Merge "Revert "[DCAEGEN2] Add external configmaps""

3 years agoRevert "[DCAEGEN2] Add external configmaps" 72/117972/1
Sylvain Desbureaux [Tue, 23 Feb 2021 07:29:13 +0000 (07:29 +0000)]
Revert "[DCAEGEN2] Add external configmaps"

This reverts commit eca8c6cefeda57447fcbb445cac3fd925b37bca6.

Reason for revert: This commit breaks "make" part of ONAP with helm3.5

Issue-ID: DCAEGEN2-2576
Change-Id: Ice6ef2d6d5de382ec58f17c2e9b05c8258594667
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
3 years agoMerge "[AAI][TRAVERSAL] Remove Hardcoded certificates"
Krzysztof Opasiak [Mon, 22 Feb 2021 23:09:22 +0000 (23:09 +0000)]
Merge "[AAI][TRAVERSAL] Remove Hardcoded certificates"

3 years agoMerge "[AAI][RESOURCES] Remove Hardcoded certificates"
Krzysztof Opasiak [Mon, 22 Feb 2021 23:08:40 +0000 (23:08 +0000)]
Merge "[AAI][RESOURCES] Remove Hardcoded certificates"

3 years ago[GENERIC][CASSANDRA] Loosen probe check time 71/118171/1
Sylvain Desbureaux [Mon, 22 Feb 2021 15:23:04 +0000 (16:23 +0100)]
[GENERIC][CASSANDRA] Loosen probe check time

With Azure and also some internal deployments, `nodepool status` takes
more than 3 seconds (it can go up to 6 seconds) and so cassandra is not
coming up or quite randomly.
This patch gives more room to `nodepool status` to answer.

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

3 years ago[AAI][TRAVERSAL] Remove Hardcoded certificates 28/117828/6
Sylvain Desbureaux [Mon, 15 Feb 2021 09:14:22 +0000 (10:14 +0100)]
[AAI][TRAVERSAL] Remove Hardcoded certificates

Use Certinitializer in order to retrieve needed certificates.

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

3 years ago[AAI][RESOURCES] Remove Hardcoded certificates 86/116386/23
Sylvain Desbureaux [Tue, 15 Dec 2020 11:00:26 +0000 (12:00 +0100)]
[AAI][RESOURCES] Remove Hardcoded certificates

Use Certinitializer in order to retrieve needed certificates.

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

3 years agoMerge "[GENERAL] Print helm binary used"
Krzysztof Opasiak [Mon, 22 Feb 2021 14:40:38 +0000 (14:40 +0000)]
Merge "[GENERAL] Print helm binary used"

3 years agoMerge "[CLI] Retrieve certificates automatically"
Krzysztof Opasiak [Mon, 22 Feb 2021 14:27:54 +0000 (14:27 +0000)]
Merge "[CLI] Retrieve certificates automatically"

3 years agoMerge "[DCAEGEN2] Add external configmaps"
Krzysztof Opasiak [Mon, 22 Feb 2021 14:11:08 +0000 (14:11 +0000)]
Merge "[DCAEGEN2] Add external configmaps"

3 years agoMerge "[DCAEGEN2] Use generic makefiles"
Sylvain Desbureaux [Mon, 22 Feb 2021 14:08:56 +0000 (14:08 +0000)]
Merge "[DCAEGEN2] Use generic makefiles"

3 years agoMerge "[AAI] Move schema service to use v23"
Sylvain Desbureaux [Mon, 22 Feb 2021 14:07:41 +0000 (14:07 +0000)]
Merge "[AAI] Move schema service to use v23"

3 years agoMerge "[GENERAL] Fix setting of HELM_VER variable"
Sylvain Desbureaux [Mon, 22 Feb 2021 14:06:33 +0000 (14:06 +0000)]
Merge "[GENERAL] Fix setting of HELM_VER variable"

3 years ago[AAI] Move schema service to use v23 21/117921/2
Harish Venkata Kajur [Tue, 16 Feb 2021 19:33:06 +0000 (14:33 -0500)]
[AAI] Move schema service to use v23

Update schema service to add v23 api
Also use java 11 for schema service

Issue-ID: AAI-3009
Change-Id: I44834fcbd900705dc3fb7707f8e3d5ddd8182284
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoMerge "[NBI] Fix image name"
Sylvain Desbureaux [Sat, 20 Feb 2021 15:52:41 +0000 (15:52 +0000)]
Merge "[NBI] Fix image name"

3 years agoMerge "[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS)"
Sylvain Desbureaux [Fri, 19 Feb 2021 16:41:28 +0000 (16:41 +0000)]
Merge "[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS)"

3 years agoMerge "[DCAEGEN2] Update inventory Api to 3.5.2"
Sylvain Desbureaux [Fri, 19 Feb 2021 16:37:58 +0000 (16:37 +0000)]
Merge "[DCAEGEN2] Update inventory Api to 3.5.2"

3 years agoMerge "[GENERAL] Fix failed chart list reporting in deploy plugin"
Sylvain Desbureaux [Fri, 19 Feb 2021 16:31:39 +0000 (16:31 +0000)]
Merge "[GENERAL] Fix failed chart list reporting in deploy plugin"

3 years ago[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS) 53/117753/6
Piotr Marcinkiewicz [Thu, 11 Feb 2021 10:23:31 +0000 (11:23 +0100)]
[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS)

- correct cmpv2Certificate to take outputType from 'certificates'
- add postStart hook for CertManagerIntegration to make cert dir writable
- add setting ODL_CERT_DIR env

Issue-ID: SDNC-1477
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I4531392cc4f113b173d10a27b98b1fe97d6faa4d

3 years ago[CLI] Retrieve certificates automatically 89/117889/6
Sylvain Desbureaux [Tue, 16 Feb 2021 10:51:30 +0000 (11:51 +0100)]
[CLI] Retrieve certificates automatically

Instead of having hardocoded certificates, use certManager in order to
retrieve them.

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

3 years ago[SDNC] Fix sdnrdb discovery issue 97/118097/1
demskeq8 [Fri, 19 Feb 2021 11:11:48 +0000 (12:11 +0100)]
[SDNC] Fix sdnrdb discovery issue

correct value for ELASTICSEARCH_CLUSTER_NAME

Issue-ID: OOM-2685
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Change-Id: I1cc1d95a5ed26b6b761ef9f416527f1027087349

3 years ago[GENERAL] Print helm binary used 58/117858/3
Sylvain Desbureaux [Mon, 15 Feb 2021 15:16:23 +0000 (16:16 +0100)]
[GENERAL] Print helm binary used

In order to know which helm binary is used, print it at start of global
Makefile

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

3 years ago[GENERAL] Fix setting of HELM_VER variable 76/118076/1
Krzysztof Opasiak [Thu, 18 Feb 2021 18:09:00 +0000 (19:09 +0100)]
[GENERAL] Fix setting of HELM_VER variable

It turns out that helm v2 and helm v3 uses different format for the
helm version command. If we use v3 version HELM_VER variable is empty
when run on a system with helm v2.

To fix this let's add a fallback and if we failed to obtain correct
version information using v3 format then fallback to v2 one.

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

3 years agoMerge "[AAI][SPARKY] Updating the sparky config"
Krzysztof Opasiak [Thu, 18 Feb 2021 15:28:20 +0000 (15:28 +0000)]
Merge "[AAI][SPARKY] Updating the sparky config"

3 years ago[NBI] Fix image name 49/118049/1
Krzysztof Opasiak [Thu, 18 Feb 2021 14:47:04 +0000 (15:47 +0100)]
[NBI] Fix image name

-latest images are not allowed in the oom master branch

Issue-ID: EXTAPI-564
Change-Id: I381f87fa813e103c47434227327dbfadaf4b8892
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years ago[DCAEGEN2] Use generic makefiles 91/117991/3
Michal Banka [Wed, 17 Feb 2021 18:10:23 +0000 (19:10 +0100)]
[DCAEGEN2] Use generic makefiles

Changed Makefiles of DCAE project to generic ONAP
components Makefiles.

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: I01f4974812a29990a69b363ef000d365af31c8b6
Issue-ID: DCAEGEN2-2574

3 years ago[APPC][CDT] Automatically retrieve certificates 81/117881/4
Sylvain Desbureaux [Tue, 16 Feb 2021 09:29:00 +0000 (10:29 +0100)]
[APPC][CDT] Automatically retrieve certificates

Instead of using hardcoded certificates in container, use
certInitializer in order to retrieve them.

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

3 years ago[AAI][SPARKY] Updating the sparky config 07/117807/4
wr148d [Fri, 12 Feb 2021 16:28:21 +0000 (11:28 -0500)]
[AAI][SPARKY] Updating the sparky config

Sparky config updated to no longer run a sync to elastic
Sparky config updated to 2.0.0

Issue-ID: AAI-3250
Change-Id: Iccae63830032ca7454b8127a605236f208699a7b
Signed-off-by: wr148d <wr148d@att.com>
3 years agoMerge "[AAI] Add multi.tenancy.enabled flag to keycloak properties file"
Krzysztof Opasiak [Wed, 17 Feb 2021 11:05:13 +0000 (11:05 +0000)]
Merge "[AAI] Add multi.tenancy.enabled flag to keycloak properties file"

3 years agoMerge "[MSB] Use certInitializer for MSB"
Krzysztof Opasiak [Wed, 17 Feb 2021 11:02:38 +0000 (11:02 +0000)]
Merge "[MSB] Use certInitializer for MSB"

3 years agoMerge "[AAF] Give `identities.dat` to working deployments"
Krzysztof Opasiak [Wed, 17 Feb 2021 11:01:28 +0000 (11:01 +0000)]
Merge "[AAF] Give `identities.dat` to working deployments"

3 years ago[DCAEGEN2] Update inventory Api to 3.5.2 36/117936/1
Edyta Krukowska [Wed, 17 Feb 2021 09:11:58 +0000 (10:11 +0100)]
[DCAEGEN2] Update inventory Api to 3.5.2

Update libraries

Issue-ID: DCAEGEN2-2594
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I4b334a90bb4ee6675d0b42e2c86b50fdb5d2744f

3 years agoMerge "[DCAE] Top up components version"
Krzysztof Opasiak [Tue, 16 Feb 2021 22:11:20 +0000 (22:11 +0000)]
Merge "[DCAE] Top up components version"

3 years agoMerge "Add target-db property for OOM xacml"
Krzysztof Opasiak [Tue, 16 Feb 2021 21:59:04 +0000 (21:59 +0000)]
Merge "Add target-db property for OOM xacml"

3 years ago[AAI] Add multi.tenancy.enabled flag to keycloak properties file 09/117909/2
Eric Santos [Tue, 16 Feb 2021 15:08:40 +0000 (10:08 -0500)]
[AAI] Add multi.tenancy.enabled flag to keycloak properties file

Issue-ID: AAI-3274
Signed-off-by: Santos, Eric <eric.santos@yoppworks.com>
Change-Id: I783ad95fb44def2e0fb08c606e4b1728d1152d25

3 years agoMerge "[EXTAPI] Deploy R8 container image for external api"
Krzysztof Opasiak [Tue, 16 Feb 2021 14:17:09 +0000 (14:17 +0000)]
Merge "[EXTAPI] Deploy R8 container image for external api"

3 years agoMerge "[COMMON][CASSANDRA] Service mesh compatible deploy"
Krzysztof Opasiak [Tue, 16 Feb 2021 14:15:25 +0000 (14:15 +0000)]
Merge "[COMMON][CASSANDRA] Service mesh compatible deploy"

3 years agoAdd target-db property for OOM xacml 99/117899/1
Jim Hahn [Tue, 16 Feb 2021 13:34:42 +0000 (08:34 -0500)]
Add target-db property for OOM xacml

The new version of eclipselink does not recognize mariadb by default.
Added a property to make it work with xacml-pdp.  None of the other
policy components need an additional property (as far as I can tell).

Issue-ID: POLICY-3005
Change-Id: I050ac85fd23c887009a095b08a9d6ef603b6de36
Signed-off-by: Jim Hahn <jrh3@att.com>
3 years agoMerge "[PORTAL] Fix Heap config generation"
Krzysztof Opasiak [Tue, 16 Feb 2021 12:51:09 +0000 (12:51 +0000)]
Merge "[PORTAL] Fix Heap config generation"

3 years ago[DCAE] Top up components version 90/117890/1
Tomasz Pietruszkiewicz [Tue, 16 Feb 2021 10:58:05 +0000 (11:58 +0100)]
[DCAE] Top up components version

- onboarding-api to 2.12.5

Change-Id: I41ba718ece435874542a7d111f58c33dc9300a6f
Issue-ID: DCAEGEN2-2627
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
3 years ago[MSB] Use certInitializer for MSB 05/114505/24
Sylvain Desbureaux [Mon, 2 Nov 2020 17:21:11 +0000 (18:21 +0100)]
[MSB] Use certInitializer for MSB

MSB is currently using an hardcoded certificate. In order to follow
SECOMMON requirements, let's use a freshly generated certificate instead

Issue-ID: MSB-521
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I157e44a6e30391c36c0142acfa08604c37b79cc4

3 years ago[PORTAL] Fix Heap config generation 51/117851/2
Sylvain Desbureaux [Mon, 15 Feb 2021 14:28:19 +0000 (15:28 +0100)]
[PORTAL] Fix Heap config generation

When tried to apply heap configuration for small flavors, weird side
effects have appeared.
This patch solves them by doing a more generic way of configuring heap
variables for cassandra.

Issue-ID: PORTAL-1037
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iebe2edd5281213580d9e1d4d86f9ca0b2abd2601

3 years agoMerge "[VID] Automatically retrieve certificates"
Krzysztof Opasiak [Mon, 15 Feb 2021 23:08:51 +0000 (23:08 +0000)]
Merge "[VID] Automatically retrieve certificates"

3 years agoMerge "[COMMON] Fix problem with useNodePortExt"
Krzysztof Opasiak [Mon, 15 Feb 2021 22:52:04 +0000 (22:52 +0000)]
Merge "[COMMON] Fix problem with useNodePortExt"

3 years ago[COMMON] Fix problem with useNodePortExt 11/117811/3
Jack Lucas [Fri, 12 Feb 2021 17:48:53 +0000 (12:48 -0500)]
[COMMON] Fix problem with useNodePortExt

Fix so that the useNodePortExt flag is honored when
creating a k8s Service with the service template.

Issue-ID: OOM-2679
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I40ff3ab6df28ee1f9c582dff35a5360f632accbd

3 years agoMerge "Change path to daexim directory"
Sylvain Desbureaux [Mon, 15 Feb 2021 15:20:56 +0000 (15:20 +0000)]
Merge "Change path to daexim directory"

3 years ago[DCAEGEN2] Add external configmaps 79/117779/8
Bogumil Zebek [Fri, 12 Feb 2021 09:37:17 +0000 (10:37 +0100)]
[DCAEGEN2] Add external configmaps

Add config maps which will be used by dcaegen2: ves-open-api and ves component.

Issue-ID: DCAEGEN2-2576
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Iaf5df2d69cc53d4f420e340c0336f4920fef6d6d

3 years ago[EXTAPI] Deploy R8 container image for external api 39/117839/1
aosull01 [Mon, 15 Feb 2021 10:45:36 +0000 (10:45 +0000)]
[EXTAPI] Deploy R8 container image for external api

Deploy new Honolulu version of nbi container
with enhanced support for internal macromode SO APIs

Issue-ID: EXTAPI-564

Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I39780e800b09eb49b35974cc43d2b05aee7f1d33

3 years ago[VID] Automatically retrieve certificates 98/117598/18
Sylvain Desbureaux [Mon, 8 Feb 2021 14:59:33 +0000 (15:59 +0100)]
[VID] Automatically retrieve certificates

Use certInitializer in order to retrieve the certificates instead of
hardcoding them.

Issue-ID: VID-959
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I72eb09cd2719995ee05141034936f8e0589c7ad1