aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-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
2021-02-16Merge "[EXTAPI] Deploy R8 container image for external api"Krzysztof Opasiak1-1/+1
2021-02-16Merge "[COMMON][CASSANDRA] Service mesh compatible deploy"Krzysztof Opasiak1-0/+8
2021-02-16Add target-db property for OOM xacmlJim Hahn1-0/+1
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>
2021-02-16Merge "[PORTAL] Fix Heap config generation"Krzysztof Opasiak2-11/+19
2021-02-16[DCAE] Top up components versionTomasz Pietruszkiewicz1-1/+1
- onboarding-api to 2.12.5 Change-Id: I41ba718ece435874542a7d111f58c33dc9300a6f Issue-ID: DCAEGEN2-2627 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
2021-02-16[MSB] Use certInitializer for MSBSylvain Desbureaux25-178/+217
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
2021-02-16[PORTAL] Fix Heap config generationSylvain Desbureaux2-11/+19
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
2021-02-15Merge "[VID] Automatically retrieve certificates"Krzysztof Opasiak6-26/+72
2021-02-15Merge "[COMMON] Fix problem with useNodePortExt"Krzysztof Opasiak1-1/+1
2021-02-15[COMMON] Fix problem with useNodePortExtJack Lucas1-1/+1
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
2021-02-15Merge "Change path to daexim directory"Sylvain Desbureaux3-2/+8
2021-02-15[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: Iaf5df2d69cc53d4f420e340c0336f4920fef6d6d