summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-02Merge "[SDNC] Fix sdnrdb discovery issue"Krzysztof Opasiak1-1/+1
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][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-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-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
2021-02-23[AAI][SPARKY] Updating the sparky configwr148d1-1/+1
Sparky config updated to 2.0.2 Issue-ID: AAI-3250 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I677358720234e576234582267b65b3a377c8cd6f
2021-02-23[OOF] Update image versionskrishnaa9614-14/+132
- 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
2021-02-23Merge "Revert "[DCAEGEN2] Add external configmaps""Krzysztof Opasiak6-2053/+1
2021-02-23Revert "[DCAEGEN2] Add external configmaps"Sylvain Desbureaux6-2053/+1
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>
2021-02-22Merge "[AAI][TRAVERSAL] Remove Hardcoded certificates"Krzysztof Opasiak21-461/+426
2021-02-22Merge "[AAI][RESOURCES] Remove Hardcoded certificates"Krzysztof Opasiak20-427/+409
2021-02-22[GENERIC][CASSANDRA] Loosen probe check timeSylvain Desbureaux1-4/+4
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
2021-02-22[AAI][TRAVERSAL] Remove Hardcoded certificatesSylvain Desbureaux21-461/+426
Use Certinitializer in order to retrieve needed certificates. Issue-ID: OOM-2680 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1ec295d863f8f6c0d11e64173b474e82f63e6b17
2021-02-22[AAI][RESOURCES] Remove Hardcoded certificatesSylvain Desbureaux20-427/+409
Use Certinitializer in order to retrieve needed certificates. Issue-ID: OOM-2655 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie05936be0f513c76ea4dce31b8a460056b79a4b0
2021-02-22Merge "[GENERAL] Print helm binary used"Krzysztof Opasiak1-1/+3
2021-02-22Merge "[CLI] Retrieve certificates automatically"Krzysztof Opasiak13-75/+143
2021-02-22Merge "[DCAEGEN2] Add external configmaps"Krzysztof Opasiak6-1/+2053
2021-02-22Merge "[DCAEGEN2] Use generic makefiles"Sylvain Desbureaux2-24/+79
2021-02-22Merge "[AAI] Move schema service to use v23"Sylvain Desbureaux2-5/+5
2021-02-22Merge "[GENERAL] Fix setting of HELM_VER variable"Sylvain Desbureaux1-1/+8
2021-02-20[AAI] Move schema service to use v23Harish Venkata Kajur2-5/+5
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>
2021-02-20Merge "[NBI] Fix image name"Sylvain Desbureaux1-1/+1
2021-02-19Merge "[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS)"Sylvain Desbureaux3-5/+40
2021-02-19Merge "[DCAEGEN2] Update inventory Api to 3.5.2"Sylvain Desbureaux1-1/+1
2021-02-19Merge "[GENERAL] Fix failed chart list reporting in deploy plugin"Sylvain Desbureaux1-1/+5
2021-02-19[SDNC] Fix issue with certs from CMPv2 by Netconf (TLS)Piotr Marcinkiewicz3-5/+40
- 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
2021-02-19[CLI] Retrieve certificates automaticallySylvain Desbureaux13-75/+143
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
2021-02-19[SDNC] Fix sdnrdb discovery issuedemskeq81-1/+1
correct value for ELASTICSEARCH_CLUSTER_NAME Issue-ID: OOM-2685 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I1cc1d95a5ed26b6b761ef9f416527f1027087349
2021-02-18[GENERAL] Print helm binary usedSylvain Desbureaux1-1/+3
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
2021-02-18[GENERAL] Fix setting of HELM_VER variableKrzysztof Opasiak1-1/+8
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