summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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
2021-02-15[EXTAPI] Deploy R8 container image for external apiaosull011-1/+1
Deploy new Honolulu version of nbi container with enhanced support for internal macromode SO APIs Issue-ID: EXTAPI-564 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I39780e800b09eb49b35974cc43d2b05aee7f1d33
2021-02-15[VID] Automatically retrieve certificatesSylvain Desbureaux6-26/+72
Use certInitializer in order to retrieve the certificates instead of hardcoding them. Issue-ID: VID-959 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I72eb09cd2719995ee05141034936f8e0589c7ad1
2021-02-12Merge "[DCAEMOD] Update runtime-api image"Krzysztof Opasiak1-1/+1
2021-02-12[DCAEMOD] Update runtime-api imageRemigiusz Janeczek1-1/+1
Update after vulnerability removal of underlying project dependencies: - update springfox libraries to version 3.0.0 Issue-ID: DCAEGEN2-2595 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: If098e5b0350ae3950e1f04d6928d1e653bed42d5
2021-02-12Merge "[DCAEGEN2] Upgrade prh-app-server to 1.5.5"Krzysztof Opasiak1-1/+1
2021-02-12[AAF] Give `identities.dat` to working deploymentsSylvain Desbureaux6-36/+32
Today, `identities.dat` is put on cassandra deployment. But this file is actually needed by "working" deployments (at least certman and service) and not by cassandra. This patch removes it from cassandra deployments and add it to the other ones form "authz" family. Issue-ID: OOM-2678 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2a4b68f73797cd6c369060481e169525829a4217
2021-02-11Merge "[DCAEGEN2] Update cm-container and consul-loader"Krzysztof Opasiak5-7/+6
2021-02-11Merge "[PORTAL][CASSANDRA] Configure Heap"Krzysztof Opasiak2-3/+17
2021-02-11Merge "[POLICY] Migration of clamp to policy area"Krzysztof Opasiak70-2963/+142
2021-02-11Merge "[AAI] Remove unused AAF proxies"Krzysztof Opasiak58-1370/+72