aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09Merge "[COMMON] Fix postgres data persistence"Krzysztof Opasiak2-0/+5
2021-03-08[COMMON] Fix postgres data persistenceBruno Sakoto2-0/+5
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>
2021-03-08Merge "[VNFSDK] Use the newest image"Sylvain Desbureaux1-3/+3
2021-03-08Merge "[COMMON] Get rid of a few bashisms"Sylvain Desbureaux3-4/+3
2021-03-08Merge "[SO] Update camunda sql scripts for new version"Sylvain Desbureaux3-53/+115
2021-03-05[VNFSDK] Use the newest imageBogumil Zebek1-3/+3
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
2021-03-04Revert "[AAI][SPARKY] Automatically retrieve certs"Krzysztof Opasiak18-316/+105
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
2021-03-04Merge "[MULTICLOUD] Update multicloud k8s image to 0.8.0"Krzysztof Opasiak1-1/+1
2021-03-04Merge "[DCAEGEN2] Add subproject ves-openapi-manager"Krzysztof Opasiak7-2/+188
2021-03-04Merge "[COMMON] Get rid of python2"Krzysztof Opasiak1-1/+2
2021-03-04Merge "[MODELING] Update modeling/etsicatalog image"Krzysztof Opasiak1-1/+1
2021-03-04[DCAEGEN2] Add subproject ves-openapi-managerMichal Banka7-2/+188
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
2021-03-04[MODELING] Update modeling/etsicatalog imagedyh1-1/+1
Update modeling/etsicatalog image to 1.0.10 Issue-ID: MODELING-492 Change-Id: I0e46408ecee550064b0783aa2c807a223d3530ef Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2021-03-03Merge "[DCAEGEN2] Update bootstrap to 3.0.2"Krzysztof Opasiak1-1/+1
2021-03-03Merge "[AAI][SPARKY] Automatically retrieve certs"Krzysztof Opasiak18-105/+316
2021-03-03Merge "[AAI] Use honolulu m3 released artifacts"Krzysztof Opasiak4-4/+4
2021-03-03[CPS] Configuration Persistence Service Chartsputhuparambil.aditya26-2/+567
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>
2021-03-03[COMMON][READINESS] Fix user and groupSylvain Desbureaux2-0/+6
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
2021-03-03Merge "[GENERAL] Allow different port for svc and pod"Krzysztof Opasiak1-4/+3
2021-03-03[COMMON] Get rid of a few bashismsGuillaume Lambert3-4/+3
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
2021-03-02[COMMON] Get rid of python2Guillaume Lambert1-1/+2
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
2021-03-02Merge "[SDNC] Fix sdnrdb discovery issue"Krzysztof Opasiak1-1/+1
2021-03-02[SO] Update camunda sql scripts for new versionBenjamin, Max (mb388a)3-53/+115
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
2021-03-02Merge "[CLI] Set version to 6.0.1"Krzysztof Opasiak1-1/+1
2021-03-02Merge "[EXTAPI] Deploy R8 container image with nexus base for external api"Krzysztof Opasiak1-1/+1
2021-03-02Merge "[A1P] Retrieve the certificates automatically"Krzysztof Opasiak11-7/+149
2021-03-02Merge "[COMMON] Add some python linters in tox.ini"Krzysztof Opasiak1-0/+11
2021-03-02[AAI][SPARKY] Automatically retrieve certsSylvain Desbureaux18-105/+316
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
2021-03-02Merge "[COMMON][CERTINIT] Fail if cert retrieval fails"Krzysztof Opasiak5-8/+37
2021-03-02[GENERAL] Allow different port for svc and podSylvain Desbureaux1-4/+3
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
2021-03-02[DCAEGEN2] Update bootstrap to 3.0.2Jack Lucas1-1/+1
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
2021-03-02[MULTICLOUD] Update multicloud k8s image to 0.8.0Lukasz Rajewski1-1/+1
Update multicloud k8s image to 0.8.0 Issue-ID: MULTICLOUD-1294 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Id8a5ec9d509076f1debcbac6e12dc981c40568ef
2021-03-02Merge "[ROBOT] Add DCAE MOD smoke/verification test using simple app"Krzysztof Opasiak1-0/+16
2021-02-28[A1P] Retrieve the certificates automaticallySylvain Desbureaux11-7/+149
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
2021-02-27[COMMON][CERTINIT] Fail if cert retrieval failsSylvain Desbureaux5-8/+37
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
2021-02-27[DCAEGEN2] Top up cm-containerJan Malkiewicz2-2/+11
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
2021-02-25[ROBOT] Add DCAE MOD smoke/verification test using simple appKrzysztof Kuzmicki1-0/+16
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
2021-02-25[AAI] Use honolulu m3 released artifactsHarish Venkata Kajur4-4/+4
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>
2021-02-25Merge "[DCAEGEN2] Add external configmaps"Sylvain Desbureaux6-1/+2053
2021-02-25Merge "[AAI][SPARKY] Remove Retired Components"Sylvain Desbureaux46-2639/+0
2021-02-25Merge "[CASSANDRA] Loosen probe check time"Krzysztof Opasiak4-6/+22
2021-02-24[AAI][SPARKY] Remove Retired Componentswr148d46-2639/+0
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
2021-02-24[EXTAPI] Deploy R8 container image with nexus base for external apiaosull011-1/+1
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
2021-02-24Merge "[DCAEGEN2] Upgrade cm-container to 4.3.1"Sylvain Desbureaux1-1/+1
2021-02-24[DCAEGEN2] Upgrade cm-container to 4.3.1Edyta Krukowska1-1/+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
2021-02-24[CASSANDRA] Loosen probe check timeSylvain Desbureaux4-6/+22
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
2021-02-24[CLI] Set version to 6.0.1Bogumil Zebek1-1/+1
Set the newest version of cli image. Issue-ID: CLI-362 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I963168ff6c10a8b66a3d2c61fe5f169b0ddee871
2021-02-24Merge "[AAI][SPARKY] Updating the sparky config"Sylvain Desbureaux1-1/+1
2021-02-24Merge "[OOF] Update image versions"Sylvain Desbureaux14-14/+132
2021-02-24[DCAEGEN2] Add external configmapsBogumil Zebek6-1/+2053
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