aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2025-01-16 14:13:00 +0000
committeradheli.tavares <adheli.tavares@est.tech>2025-01-16 14:13:16 +0000
commit10c42b2d7ff24430fdde9d0b867e49a93d53ef69 (patch)
tree2c92063531656ae8783d60562cb19eea00e8b73e
parentb843fc44a5d40876c42e49bd6611575dfd17ab63 (diff)
Remove MariaDB support
- change configurations to use PostgreSQL as default Issue-ID: POLICY-5196 Change-Id: I3ae1c85f64ec32216434c5429b3c3d918a9669f3 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r--packages/install/src/files/base.conf7
-rw-r--r--policy-management/pom.xml7
2 files changed, 3 insertions, 11 deletions
diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf
index a0bacfa3..db9da517 100644
--- a/packages/install/src/files/base.conf
+++ b/packages/install/src/files/base.conf
@@ -4,7 +4,7 @@
# ================================================================================
# Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
# Modifications Copyright (C) 2020 Bell Canada.
-# Modifications Copyright (C) 2022, 2024 Nordix Foundation.
+# Modifications Copyright (C) 2022, 2024-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -72,14 +72,11 @@ REPOSITORY_OFFLINE=
# Relational (SQL) DB access
-# override the mysql tool command in tooling with custom parameters
-MYSQL_CMD=mysql
-
# mandatory parameters for the DB server location
SQL_HOST=
SQL_USER=
SQL_PASSWORD=
-SQL_PORT=3306
+SQL_PORT=5432
# override the JDBC urls to support customizations
JDBC_URL=
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 0ef3706a..a3e0d5e9 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -4,7 +4,7 @@
ONAP Policy Engine - Drools PDP
================================================================================
Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020, 2023-2024 Nordix Foundation.
+ Modifications Copyright (C) 2020, 2023-2025 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -297,11 +297,6 @@
The following dependencies are for features and drools
applications usage
-->
-
- <dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- </dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>