summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-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
2021-02-18Merge "[AAI][SPARKY] Updating the sparky config"Krzysztof Opasiak2-2/+2
2021-02-18[NBI] Fix image nameKrzysztof Opasiak1-1/+1
-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>
2021-02-18[DCAEGEN2] Use generic makefilesMichal Banka2-24/+79
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
2021-02-18[APPC][CDT] Automatically retrieve certificatesSylvain Desbureaux12-4/+149
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
2021-02-17[AAI][SPARKY] Updating the sparky configwr148d2-2/+2
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>
2021-02-17Merge "[AAI] Add multi.tenancy.enabled flag to keycloak properties file"Krzysztof Opasiak1-1/+1
2021-02-17Merge "[MSB] Use certInitializer for MSB"Krzysztof Opasiak25-178/+217
2021-02-17Merge "[AAF] Give `identities.dat` to working deployments"Krzysztof Opasiak6-36/+32
2021-02-17[DCAEGEN2] Update inventory Api to 3.5.2Edyta Krukowska1-1/+1
Update libraries Issue-ID: DCAEGEN2-2594 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I4b334a90bb4ee6675d0b42e2c86b50fdb5d2744f
2021-02-16Merge "[DCAE] Top up components version"Krzysztof Opasiak1-1/+1
2021-02-16Merge "Add target-db property for OOM xacml"Krzysztof Opasiak1-0/+1
2021-02-16[AAI] Add multi.tenancy.enabled flag to keycloak properties fileEric Santos1-1/+1
Issue-ID: AAI-3274 Signed-off-by: Santos, Eric <eric.santos@yoppworks.com> Change-Id: I783ad95fb44def2e0fb08c606e4b1728d1152d25