oom.git
3 years agoMerge "[AAI] Update certs to be valid until Jan 2022"
Sylvain Desbureaux [Thu, 18 Mar 2021 17:45:38 +0000 (17:45 +0000)]
Merge "[AAI] Update certs to be valid until Jan 2022"

3 years ago[AAF][SMS] Relax CPU limits for vault 87/119487/2
Sylvain Desbureaux [Thu, 18 Mar 2021 10:10:45 +0000 (11:10 +0100)]
[AAF][SMS] Relax CPU limits for vault

Current limits makes vault to throttle and at the end it's not able to
start.
This patch relaxes the CPU limit value so it should be better at start.

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

3 years ago[AAI] Update certs to be valid until Jan 2022 85/117085/4
Sylvain Desbureaux [Thu, 18 Mar 2021 08:12:50 +0000 (09:12 +0100)]
[AAI] Update certs to be valid until Jan 2022

Currently updating the sparky and generic
certificates to be valid until jan 2022

Issue-ID: AAI-2841
Change-Id: I2591c8c7c629e5642c9e6c28070c2666542ad4f3
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
3 years ago[CONSUL] Updated odl password 31/119331/3
Dan Timoney [Mon, 15 Mar 2021 15:23:26 +0000 (11:23 -0400)]
[CONSUL] Updated odl password

Updated ODL password for jolokia query.  The incorrect password is
currently set, which is causing the SDNC log to be flooded with
errors (failure every 15 seconds).

Issue-ID: OOM-2707
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie159b7cc93411cee5e40dac46a372c7a314887fe

3 years ago[VID] Use obfuscated password for truststore 95/119395/4
Krzysztof Opasiak [Tue, 16 Mar 2021 17:19:51 +0000 (18:19 +0100)]
[VID] Use obfuscated password for truststore

VID expects truststore password to be obfuscated using jetty-util.

Issue-ID: OOM-1
Change-Id: I3d44524f7e89f026dfa27ac7d247028ccd598850
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoRevert "[SO] Update camunda sql scripts for new version" 33/119133/1
Krzysztof Opasiak [Thu, 11 Mar 2021 09:48:55 +0000 (10:48 +0100)]
Revert "[SO] Update camunda sql scripts for new version"

This reverts commit 7f6e28db2121bbf4c1f574bbdb46a5e72ca8e363.

Let's see if this helps with our E2E

Issue-ID: OOM-1
Change-Id: Id46ee434d93697749b5cb5a174bd1d1e4bcb7c1c
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoMerge "[CDS] Retrieve certificates automatically"
Krzysztof Opasiak [Tue, 9 Mar 2021 17:50:29 +0000 (17:50 +0000)]
Merge "[CDS] Retrieve certificates automatically"

3 years agoMerge "[AAI][SPARKY] Disable Portal Spring Profile"
Sylvain Desbureaux [Tue, 9 Mar 2021 17:45:37 +0000 (17:45 +0000)]
Merge "[AAI][SPARKY] Disable Portal Spring Profile"

3 years agoMerge "[POLICY] Update released versions"
Sylvain Desbureaux [Tue, 9 Mar 2021 16:44:30 +0000 (16:44 +0000)]
Merge "[POLICY] Update released versions"

3 years agoMerge "[ROBOT] Set version to 1.7.3"
Sylvain Desbureaux [Tue, 9 Mar 2021 16:38:12 +0000 (16:38 +0000)]
Merge "[ROBOT] Set version to 1.7.3"

3 years agoMerge "[COMMON] Fix postgres data persistence"
Krzysztof Opasiak [Tue, 9 Mar 2021 13:52:30 +0000 (13:52 +0000)]
Merge "[COMMON] Fix postgres data persistence"

3 years ago[ROBOT] Set version to 1.7.3 21/118821/2
morganrol [Thu, 4 Mar 2021 16:13:14 +0000 (17:13 +0100)]
[ROBOT] Set version to 1.7.3

due to the reinsourcing of the chart in OOM, I missed
the guilin maintenance update from 1.7.2 to 1.7.3
There are ongoing discussions on the future of this pod
It is not really used by the integration team
but it may still be used by operation teams
a mail has been sent to get a broader view on who is using
this pod, references in use case documentation are also
under investigation

This pod shall be either remove or heaviliy refactored to follow the
rules than the other ONAP components (no root, limits, no full distri
no python 2.7, micro service approach,...) and it shall be launch out
of onap namespaces (onap-testing)

Meanwhile the master version shall be at least aligned with
the guilin version..

Issue-ID: TEST-283

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I2709c6fa5046ad7f72ee86a75269dd4672386a3c

3 years ago[COMMON] Fix postgres data persistence 82/118882/3
Bruno Sakoto [Fri, 5 Mar 2021 23:11:00 +0000 (18:11 -0500)]
[COMMON] Fix postgres data persistence

This changes fixes postgres data lost that occurs when postgres pods
are restarting.

When crunchy data postgres image starts, it runs /opt/cpm/bin/setenv.sh
script to set PGDATA folder. This script contains:

--
export PGDATA=/pgdata/$HOSTNAME

if [[ -v PGDATA_PATH_OVERRIDE ]]; then
  export PGDATA=/pgdata/$PGDATA_PATH_OVERRIDE
fi
--

Since postgres is now a deployment (commit 0b243b600), its pod name is
different on each startup, hence HOSTNAME and PGDATA are also
different each time.

This change is leveraging crunchy data PGDATA_PATH_OVERRIDE environment
variable to set PGDATA to a fixed path. By default, this path is set to
/pgdata/data.

Issue-ID: CPS-271
Change-Id: Icc0f05d64230a98bc21d8f2a74c12c6661e05482
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
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[AAI][SPARKY] Disable Portal Spring Profile 71/118771/2
wr148d [Wed, 24 Feb 2021 17:53:58 +0000 (12:53 -0500)]
[AAI][SPARKY] Disable Portal Spring Profile

In order for the aai ui to work properly in honolulu
the portal profile is being turned off. Portal
does not have the support needed and the future of
the component in ONAP is uncertain. The AAI UI will
still work in the portal with the profile turned off.
It will just not use its authentication integration
due to numerous issues dating back to Frankfurt.

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

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 ago[CDS] Retrieve certificates automatically 96/117596/9
Sylvain Desbureaux [Mon, 8 Feb 2021 14:29:05 +0000 (15:29 +0100)]
[CDS] Retrieve certificates automatically

Today, CDS UI is using an hardcoded certificate, which is not the right
way to do.
This patch is using certInitializer in order to do it automatically.

Issue-ID: CCSDK-3141
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5f2e564abd15f685df03be130b3969cad867b0b5

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[POLICY] Update released versions 27/118427/3
jhh [Wed, 24 Feb 2021 18:10:02 +0000 (12:10 -0600)]
[POLICY] Update released versions

Update released versions for M3 Honolulu

Issue-ID: POLICY-3032
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: If87afd9a00e444265b91372d1f7201415284f6b5
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
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"