aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/resources/overrides/onap-all-ingress-istio.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07[PORTAL-NG] Publish ui and bff charts in OOMFiete Ostkamp1-0/+2
- upload ui and bff - preferences and history services will be added later - added portal-ng to ONAP chart and overrides Issue-ID: PORTALNG-66 Change-Id: I9182234be3afbdcdc95b23f0799a11d41384184e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-22[DMAAP] Remove dmaap-bc chartsJack Lucas1-2/+0
The dmaap bus controller is no longer used, so the corresponding helm charts are being removed. Issue-ID: OOM-3238 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ieb83b9a09b5ec804fb18f0c5e85f18f8c1317272
2023-08-07[COMMON] Add support for Gateway-API in Ingress templateAndreas Geissler1-0/+14
Add options to set the Ingress provider and enhanced settings to provide different resource outputs for Ingress resurces Issue-ID: OOM-3184 Change-Id: I3a6ebf17191a558941d6e18fbfe676da0c78e487 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-05-24[COMMON] Remove not supported componentsAndreas Geissler1-17/+0
Remove the following component charts: - AAF - CONSUL - CONTRIB - PORTAL - LOG - SNIRO-EMULATOR correct the helm deploy plugin Issue-ID: OOM-3074 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I93cd32d9a9dabbc4cdeda63d8c7b669a79cdea8a
2023-04-17[PLATFORM] Add OAuth2-Proxy to ONAPAndreas Geissler1-0/+2
As part of the ServiceMesh solution OAuth2-proxy will be used to enable a central authentication and authorization for ONAP Service Access. This patch delivers the function based on oauth2-proxy helmcharts: https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy Issue-ID: OOM-2489 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Iafa82813a7b9494cf13d77d47a39fc6030cb919b
2023-02-02Merge "[PLATFORM] Add Keycloak ONAP REALM import"Andreas Geissler1-2/+6
2023-01-23[PLATFORM] Add Keycloak ONAP REALM importAndreas Geissler1-2/+6
As part of the ServiceMesh solution Keycloak will be used to enable a central authentication and authorization for ONAP Service Access. This chart provides the import of a default ONAP Realm to an existing Keycloak Instance (alternative to a combined KC+REALM installation). It contains clients for the planned portal-ng. Make all subcomponents selectable Issue-ID: OOM-3021 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I677a3b9e200299c2cde7774e09db6cf33ac510b7
2023-01-19[COMMON] Add pre/postfix and customized port option for Istio IngressAndreas Geissler1-0/+10
Add new options for the created Ingress URLs (preaddr, postaddr) and allow to create Ingress configurations using customized ports Correction added to the installation of the Ingress Gateway. Issue-ID: OOM-3084 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ib31050c169799409c6e968adce7ff41e215e3ff9
2023-01-11Merge "[VID] Remove VID charts and refs"Andreas Geissler1-2/+0
2023-01-09[DCAE] DCAEMOD deprecationVijay Venkatesh Kumar1-2/+0
DCAEMOD deprecatrion in London https://lists.onap.org/g/onap-tsc/topic/dcae_mod_eol_with_london/92490689 Change-Id: I0a7b5774e408bd2fcefa46c34077ef59be9eae52 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3278 Issue-ID: DCAEGEN2-3290
2022-12-20[VID] Remove VID charts and refsefiacor1-2/+0
Remove VID charts and all refs Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I167090a7d037e90484e42c6d12ec56ac329e1553 Issue-ID: OOM-3070
2022-12-14[APPC] Remove appc chart and refsefiacor1-2/+0
Removing appc chart Removing most appc refs Some SO data may need to be followed up with SO team Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a Issue-ID: OOM-3069
2022-11-30Merge "[COMMON] Correct Ingress template to create Istio GW/VS"Fiachra Corcoran1-0/+2
2022-11-25[DMAAP-STRIMZI] Move strimzi kafka bridgeefiacor1-0/+10
Move kafka bridge to strimzi chart. Update the onap overrides. Clean up some config in strimzi kafka. Add override options to kafka chart. Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Iaaac143f22cae1dbfa50e89b1838a00e37eebdaf Issue-ID: DMAAP-1834
2022-11-25[COMMON] Correct Ingress template to create Istio GW/VSAndreas Geissler1-0/+2
The template should create for each Ingress service a single Gateway/VirtualService Resource, small update of service template Issue-ID: OOM-3000 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I480f8c7b6b9ca3a84813a9e96c4d796d332facc7
2022-11-09[DCAE] DCAEGEN2-Services Service Mesh Patchrope2521-0/+2
Service Mesh patch for DCAE, changing port names to http. Remove aaf-cm readiness check, set tlsServer to false (excluding restconf) Added environment variables to pods to solve CBS problems Disable VES authentcation in SM override Change-Id: I42a12912f471d89bd4ebc6181f5454140e54a605 Issue-ID: OOM-2820 Issue-ID: DCAEGEN2-3277 Signed-off-by: rope252 <gareth.roper@est.tech> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-08-23[PLATFORM] Create Ingress Certificates for ServiceMeshAndreas Geissler1-0/+148
Add issuers and self-signed certificates for the Ingress controller Additionally a new override file is created for Istio Ingress setup Issue-ID: OOM-3001 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I6da12e54ecc4bbb15e3bcf1aa259e50f5be320b6