aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-18Merge "[AAI][SPARKY] Updating the sparky config"Krzysztof Opasiak2-2/+2
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-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[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
2021-02-11[DCAEGEN2] Upgrade prh-app-server to 1.5.5Maciej Malewski1-1/+1
Changes in the new version include: Spring Web from 5.2.12 to 5.3.3 Spring Boot from 2.2.4.RELEASE to 2.4.2 Spring Cloud from Greenwich.SR1 to 2020.0.1 Issue-ID: DCAEGEN2-2537 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I5898b3109000c171819b447cf6086f0fd801a918
2021-02-11[POLICY] Migration of clamp to policy areasebdet70-2963/+142
Creation of the clamp subcharts + fusion of the clamp database to policy mariadb Issue-ID: POLICY-2951 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I8192f82bc393e3fc8d5884d6ab73912a0466edcd Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2021-02-10[COMMON][CASSANDRA] Service mesh compatible deploySylvain Desbureaux1-0/+8
In order to make cassandra behaving smoothly on service mesh, we must make it listen to 127.0.0.1 but broadcasting the real IP address. This patch does it. Issue-ID: OOM-2252 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2c494a987a7d2d72ddce84ac7fab15bcadbc8cf4
2021-02-10Merge "[COMMON] Create certManagerCertificate chart"Sylvain Desbureaux10-218/+306
2021-02-10Change path to daexim directorydemskeq83-2/+8
configure absolut path for daexim persistent directory Issue-ID: SDNC-1475 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I1cfc348b733dee2e02b1a0193f6cba3c78e61d91
2021-02-09[DCAEGEN2] Update cm-container and consul-loaderJack Lucas5-7/+6
cm-container 4.2.0 fixes a restart issue consul-loader-container 1.1.0 adds functionality needed for deploying DCAE microservices with Helm Issue-ID: DCAEGEN2-2581 Issue-ID: DCAEGEN2-2616 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I3999767d51ce7135c2783a7eee6dadd0b3270d4f
2021-02-08[PORTAL][CASSANDRA] Configure HeapSylvain Desbureaux2-3/+17
When on small flavor, limits set are too small to allow a smooth start of cassandra with usual Heap configurations. This patch adds heap configuration when on small. Issue-ID: PORTAL-1037 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icdbc4fd5892c3f350642ffdd924e4c36f0135019
2021-02-07[MUSIC] Make MUSIC to use cert managerkrishnaa966-25/+28
Make music to use cert manager to generate and load the certificates Issue-ID: OOM-2673 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I3c655107bebb969f317bcbe87cfc6a55a1821533
2021-02-05[COMMON] Create certManagerCertificate chartPiotr Marcinkiewicz10-218/+306
- Create certManagerCertificate chart for Certificate template - Change default values for duration and renewBefore - Add creation Secret with keystore password - Use template in SDNC (add volumes and volumesMounts) Issue-ID: OOM-2568 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ib70d91b599fa6813ed0a6d5b96206508f2fdafcf
2021-02-04Merge "[AAI] Templatize MSB services"Krzysztof Opasiak5-1676/+84
2021-02-04Merge "[COMMON] Fix Ingress templating"Krzysztof Opasiak1-7/+13
2021-02-04Merge "[DCAEGEN2] Updates to bootstrap and cm-container"Krzysztof Opasiak12-90/+44
2021-02-04Merge "[AAI] Use CertInitializer for AAI Proxy"Krzysztof Opasiak8-130/+48
2021-02-04Merge "[DCAE] Top up components version"Krzysztof Opasiak2-2/+2
2021-02-04[DMAAP][DR] Fix bad templatingSylvain Desbureaux2-2/+2
In DR deployments, use of `{{- end -}}` at the of affinity makes the next line to "glue" to resources information. And it seems that in recent kubernetes, it makes it break. Issue-ID: OOM-2671 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ief6fcdf18b9bea1bff728924d7c9a25465ac8a47
2021-02-02Merge "[COMMON][ETCD] Skip startup self-discovery for etcd nodes"Krzysztof Opasiak1-0/+4
2021-02-02[AAI] Use CertInitializer for AAI ProxySylvain Desbureaux8-130/+48
Instead of using an harcoded certificate for AAI Haproxy, let's use certInitializer in order to have a fresh one. Issue-ID: OOM-2654 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id07af4084ae714bc7ba7132b218434229a0ba866
2021-02-02Merge "[AAI] AAI-EVENT publishing fix for https"Sylvain Desbureaux1-0/+2
2021-02-02Merge "[SDNC] Provide proxy settings for sdnr mountpointRegistrar"Sylvain Desbureaux3-0/+38