aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-03-02[ROBOT] Fix Healthcheck tests for HolmesAndreas Geissler1-0/+9
Add new variables for Holmes to fix healthcheck problems, when MSB is not installed Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I7fcbc366c7c2804496b042cda24a9f161ee967d4
2023-03-01[ROBOT] Fix Healthcheck tests for ModelingAndreas Geissler1-0/+4
Add new variables for Modeling to fix healthcheck problems, when MSB is not installed Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I44ca34d44a1d812afd927b81c9c89741a91e69e4
2023-03-01Merge "[VNFSDK] Make VNFSDK ServiceMesh ready"Fiachra Corcoran7-106/+49
2023-03-01Merge "[PMS] Removal of usage of DMaaP"Andreas Geissler3-24/+6
2023-02-28[VNFSDK] Make VNFSDK ServiceMesh readyAndreas Geissler7-106/+49
Disable TLS interface, add job sidecar cleanup and cleanup charts Fix the deployment.yaml Issue-ID: OOM-3095 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I88a9b01ecf5e4cbb247346b6b2da1c521199a2fb
2023-02-28Merge "[CDS-SDC-DIST] Move CDS listener to use strimzi kafka user template"Andreas Geissler6-67/+31
2023-02-28[PMS] Removal of usage of DMaaPPatrikBuhr3-24/+6
Usage of DMaap is removed from PMS. This commit removes DMaaP from configuration files. Issue-ID: CCSDK-3852 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I836f5275ba174d757b940b6442d9d5143d6a3cb1
2023-02-28[ROBOT] Fix Healthcheck tests in case of missing MSBAndreas Geissler1-18/+70
Add new variables for MultiCloud, UUI and VFC to fix healthcheck problems, when MSB is not installed Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I327f7d1f4d299c387621bee41206c7283c401804
2023-02-27Merge "[CPS] Change cps-core/temporal to use strimzi templates"Andreas Geissler12-116/+124
2023-02-27[CDS-SDC-DIST] Move CDS listener to use strimzi kafka user templatedavid.mcweeney6-67/+31
Move CDS SDC listener to use Strizi Kafka user template Change-Id: I84c0a5840b8ce264e0be5ddcfc33c96b2facef60 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1851
2023-02-23Merge "[OOF] Make OOF ServiceMesh compatible"Fiachra Corcoran33-850/+134
2023-02-23[OOF] Make OOF ServiceMesh compatibleAndreas Geissler33-850/+134
Update the OSDF image version to 3.0.8 and remove the AAF related configuration options Issue-ID: OOM-2990 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ib2b5085fa51eacb5ddc0e62dc29c2df9838c9c74
2023-02-21[CPS] Change cps-core/temporal to use strimzi templatesefiacor12-116/+124
CPS core and temporal will now use the custom strimzi kafka tmplates Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I3a25e036e3bc2315c335424f624ebf6d538994e2 Issue-ID: CPS-1503
2023-02-20Merge "[POLICY] Move policy dist to use strimzi templates"Andreas Geissler7-72/+42
2023-02-20Merge "[CLI] Remove aaf dependency"Andreas Geissler9-189/+71
2023-02-19[POLICY] Move policy dist to use strimzi templatesefiacor7-72/+42
Move policy dist to use strimzi templates Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4a03812a7545ce7a4fcd5443a2c0af89933b1a63 Issue-ID: DMAAP-1857
2023-02-19Merge "[DCAE][HVVES] Make HVVES collector SM compatible"Andreas Geissler2-2/+18
2023-02-17[CLI] Remove aaf dependencyefiacor9-189/+71
Remove aaf dependency from CLI Remove NodePort from CLI Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ia9f4f3417aff502a195a5849fe2e56243ba9c54b Issue-ID: OOM-3096
2023-02-17Merge "Revert "[SO] Config Changes for SO to listen to a new DMaap Topic""Fiachra Corcoran1-1/+1
2023-02-17Revert "[SO] Config Changes for SO to listen to a new DMaap Topic"Andreas Geissler1-1/+1
This reverts commit f4926187219df7e17b0f7ef992930345d7f65131. Reason for revert: DMaaP listener does not receive any PNF-READY events and the smoke-tests fail (pnf-registrate, pnf_macro) Issue-ID: OOM-3092 Change-Id: I780b4616ecc31370be5cd7ed4ba6d2472c02150f Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-02-17[DCAE][HVVES] Make HVVES collector SM compatibleAndreas Geissler2-2/+18
As we have problems to send binary data to the HVVES collector the support for service appProtocol attribute is required to fix the hvves service protocol to "tcp" and to disable the port for sidecar usage Issue-ID: OOM-3076 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ied6ca4d4d8cd088c8ec0e0ee13068dfdbfb38461
2023-02-15[DCAE] DFC Config-Binding-Service setup fixedAndreas Geissler1-2/+7
The DFC stops running, if the CBS config is not complete. This leads to errors in the 5GBulkPM test. The CBS port has to be set to 0000 and the DMaaP certAuth must be disabled Issue-ID: OOM-3100 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ibf33666b4cec5b0444f0aec59c106be43aa3cedd
2023-02-14[UUI] Make UUI SM compatibleAndreas Geissler14-115/+4823
Change the service definitions and deployment to support the nonTLS setup (AAF removal) using existing templates Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If86aa97e2bc8eef628a02d43407b2f16b1d06783
2023-02-14Merge "[COMMON] Update gitlint version to v0.18.0"Andreas Geissler2-1/+2
2023-02-14[COMMON] Update gitlint version to v0.18.0Andreas Geissler2-1/+2
update maybe needed to fix the jenkins job "oom-master-commit-lint" fix the gitlint version Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id087ec2dd872c352b737a461930972950c6ec707
2023-02-13Merge "[SO] Config Changes for SO to listen to a new DMaap Topic"Andreas Geissler1-1/+1
2023-02-13Merge "[CPS] CPS Core Image Update"Andreas Geissler1-1/+1
2023-02-06[SO] Config Changes for SO to listen to a new DMaap Topicsreeja gattagouni1-1/+1
- PNF Addition use case. - To listen PNF DMaap topics added new Topic PNF_UPDATE Issue-ID: OOM-3092 Change-ID:I73f97f986a817d423f92f8d92509d0947b8a2503 Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
2023-02-06[SO] MSB connection fixed in nonTLS setupAndreas Geissler2-3/+7
In case of non-TLS setup the connection to the MSB (when MSB enabled) needs to use the port 80 and does not need a SSL configuration Issue-ID: OOM-3097 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I2f3828249fcf7865c15eac9dd014d9c29e7b094e
2023-02-06[CPS] CPS Core Image UpdateLukasz Rajewski1-1/+1
Update CPS core image to the latest released version Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Issue-ID: CPS-1410 Change-Id: I6c77322eca4bf8cb031d901d615d55f15edb034c
2023-02-06[COMMON] Fix nodePort creation in _service.tplAndreas Geissler2-7/+7
In case of non-TLS service the nodePort was not reserved and missed to disable tls for the services (tlsEnabled) Issue-ID: OOM-3094 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I7f5102a499f4b262556787b5db682e28a9ebcf81
2023-02-03[AAF] Disable the AAF deployment in LondonAndreas Geissler2-3/+3
Disable the AAF in the values.yaml and in the default helm deployment Issue-ID: OOM-3094 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I1b0030dabacafe53261eefcdb8956508cc73163b
2023-02-02Merge "[PLATFORM] Add Keycloak ONAP REALM import"Andreas Geissler17-5/+987
2023-02-02Merge "[MARIADB] Create CNFM Database Within MariaDB"Andreas Geissler5-1/+58
2023-02-01Merge "[DCAE] Remove AAF dependencies from external MSs"Andreas Geissler7-26/+23
2023-01-31Merge "[DMAAP] Remove AAF dependency"Andreas Geissler67-2023/+872
2023-01-31Merge "[OOF] Update configuration for NSST selection app in OOM charts"Andreas Geissler1-0/+11
2023-01-31Merge "[COMMON] Add pre/postfix and customized port option for Istio Ingress"Andreas Geissler5-28/+102
2023-01-31Merge "[COMMON][NAMEGEN] Fix the Policy and AAI Urls in SM case"Andreas Geissler1-2/+2
2023-01-31Merge "[POLICY] Use variable MariaDB image for DB jobs"Andreas Geissler3-10/+4
2023-01-31Merge "[POLICY] Fix repository settings for policy job"Andreas Geissler1-5/+5
2023-01-31[DMAAP] Remove AAF dependencyefiacor67-2023/+872
Remove DMaaP NodePorts Update dmaap-bc postgres setup and dbc-client image used by DCAE Use the http port of the dbcClient in the dmaapProvisioning job Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie4888b58b6f7e1405ed67625900da89e58b5cb79 Issue-ID: DMAAP-1573
2023-01-30[DCAE] Remove AAF dependencies from external MSsAndreas Geissler7-26/+23
Disable TLS settings in DCAE MSs (undo temporary fix of patch 132178) and remove AAF dependency in - dcae-ves-collector - dcae-hv-ves-collector - dcae-datafile-collector - dcae-pm-mapper - dcae-restconf-collector - dcae-ves-openapi-manager (update SDC connection) This patch will require changes in existing E2E tests Issue-ID: OOM-3068 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Iad42ef84f7012f9e6a23c1a6b65cb4e9e1628077
2023-01-25[POLICY] Fix repository settings for policy jobAndreas Geissler1-5/+5
The repositoryGenerator has to be used for images to be able to override the repository settings Issue-ID: POLICY-4527 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I072474d48c8317130c1c918a1a65a394e88f5774
2023-01-25Merge "[DCAE] Revise Heartbeat Ms container version"Andreas Geissler1-2/+2
2023-01-25[POLICY] Use variable MariaDB image for DB jobsAndreas Geissler3-10/+4
Use default MariaDB version (same as deployed) in the DB scripts Issue-ID: POLICY-4537 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If418f6b35b9f1ecf8631fe002e59d6f9372a979e
2023-01-25[COMMON][NAMEGEN] Fix the Policy and AAI Urls in SM caseAndreas Geissler1-2/+2
fix the AAI/Policy urls for network-name-gen in case of ServiceMesh (http interfaces) Issue-ID: OOM-3091 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8bea8de53643f8c09a25b83985047d56c940f99a
2023-01-23[MARIADB] Create CNFM Database Within MariaDBegernug5-1/+58
Creation of DB for CNFM component Issue-ID: SO-3951 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Id506b44b784a4ee87fbb30e5a1e9328e873cba47
2023-01-23[PLATFORM] Add Keycloak ONAP REALM importAndreas Geissler17-5/+987
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[OOF] Update configuration for NSST selection app in OOM chartsAleem Raja1-0/+11
Added configuration for NSST selection app in OOF to support NSST selection API in OPTF-OSDF Issue-ID: OOM-3086 Signed-off-by: Aleem Raja <aleem.raja@t-systems.com> Change-Id: I7969bb79a2b226d1140eacc953b40dd487789bcb