Remove VFC from docker compose and helm configurations 52/141252/5 master
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 12 Jun 2025 07:25:44 +0000 (08:25 +0100)
committerAdheli Tavares <adheli.tavares@est.tech>
Fri, 13 Jun 2025 07:03:46 +0000 (07:03 +0000)
Issue-ID: POLICY-5385
Change-Id: I3c16ac2b0acd10c2c1740847f496e88ca5c734c5
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
compose/compose.common.yml
compose/compose.yaml
compose/config/drools-applications/custom/engine-system.properties
compose/config/drools-applications/env/base-postgres.conf
compose/config/drools-pdp/custom/engine-system.properties
compose/config/drools-pdp/env/base-postgres.conf
compose/config/sim-all/simParameters.json
compose/stop-compose.sh
helm/policy/components/policy-models-simulator/resources/config/simParameters.json
helm/policy/components/policy-models-simulator/values.yaml

index c78a781..84add71 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ===========LICENSE_START====================================================
-#  Copyright (C) 2024-2025 Nordix Foundation.
+#  Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
 # ============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -30,7 +30,6 @@ services:
           - grpc-sim
           - sdnc-sim
           - so-sim
-          - vfc-sim
     volumes:
       - ./config/sim-all:/opt/app/policy/simulators/etc/mounted:ro
       - ./config/sim-all/logback.xml:/opt/app/policy/simulators/etc/mounted/logback.xml:ro
@@ -38,7 +37,6 @@ services:
       - 6666
       - 6668
       - 6669
-      - 6670
       - 6680
     ports:
       - ${SIMULATOR_PORT}:6666
@@ -103,7 +101,7 @@ services:
       ZOOKEEPER_CLIENT_PORT: 2181
 
   kafka:
-    image: nexus3.onap.org:10001/confluentinc/cp-kafka:latest
+    image: nexus3.onap.org:10001/confluentinc/cp-kafka:7.4.9
     container_name: kafka
     hostname: kafka
     depends_on:
index 8ed55b9..6612da9 100644 (file)
@@ -2,7 +2,7 @@
 # ===========LICENSE_START====================================================
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 #  Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
-#  Modifications Copyright 2021-2025 Nordix Foundation.
+#  Modifications Copyright 2021-2025 OpenInfra Foundation Europe. All rights reserved.
 #  Modifications Copyright 2024-2025 Deutsche Telekom
 # ============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -201,8 +201,7 @@ services:
       'kafka', '9092',
       'aai-sim', '6666',
       'sdnc-sim', '6668',
-      'so-sim', '6669',
-      'vfc-sim', '6670'
+      'so-sim', '6669'
     ]
 
   policy-clamp-runtime-acm:
index 19e03b5..e019bb0 100644 (file)
@@ -3,6 +3,7 @@
 # ONAP
 # ================================================================================
 # Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,14 +29,6 @@ com.sun.management.jmxremote.port=9991
 com.sun.management.jmxremote.authenticate=false
 com.sun.management.jmxremote.ssl=false
 
-# certs
-
-javax.net.ssl.trustStore=${envd:TRUSTSTORE:/opt/app/policy/etc/ssl/policy-truststore}
-javax.net.ssl.trustStorePassword=${envd:TRUSTSTORE_PASSWD:Pol1cy_0nap}
-
-javax.net.ssl.keyStore=${envd:KEYSTORE:/opt/app/policy/etc/ssl/policy-keystore}
-javax.net.ssl.keyStorePassword=${envd:KEYSTORE_PASSWD:Pol1cy_0nap}
-
 # kie
 
 kie.maven.offline.force=${envd:REPOSITORY_OFFLINE:false}
index 2abb5e2..c919673 100644 (file)
@@ -1,5 +1,5 @@
 # ============LICENSE_START==================================================
-# Copyright (C) 2024 Nordix Foundation.
+# Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
 # ===========================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -124,14 +124,6 @@ SO_URL=http://so-sim:6669/
 SO_USERNAME=InfraPortalClient
 SO_PASSWORD='password1$'
 
-# VFC
-
-VFC_HOST=vfc-sim
-VFC_PORT=6670
-VFC_CONTEXT_URI=
-VFC_USERNAME=
-VFC_PASSWORD=
-
 # SDNC
 
 SDNC_HOST=sdnc-sim
index 19e03b5..e019bb0 100644 (file)
@@ -3,6 +3,7 @@
 # ONAP
 # ================================================================================
 # Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,14 +29,6 @@ com.sun.management.jmxremote.port=9991
 com.sun.management.jmxremote.authenticate=false
 com.sun.management.jmxremote.ssl=false
 
-# certs
-
-javax.net.ssl.trustStore=${envd:TRUSTSTORE:/opt/app/policy/etc/ssl/policy-truststore}
-javax.net.ssl.trustStorePassword=${envd:TRUSTSTORE_PASSWD:Pol1cy_0nap}
-
-javax.net.ssl.keyStore=${envd:KEYSTORE:/opt/app/policy/etc/ssl/policy-keystore}
-javax.net.ssl.keyStorePassword=${envd:KEYSTORE_PASSWD:Pol1cy_0nap}
-
 # kie
 
 kie.maven.offline.force=${envd:REPOSITORY_OFFLINE:false}
index 64a1d57..5a83a47 100644 (file)
@@ -1,7 +1,7 @@
 # ============LICENSE_START=======================================================
 # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
-# Modification Copyright 2024 Nordix Foundation.
+# Modification Copyright 2024-2025 OpenInfra Foundation Europe. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -121,14 +121,6 @@ SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
 SO_USERNAME=InfraPortalClient
 SO_PASSWORD='password1$'
 
-# VFC
-
-VFC_HOST=
-VFC_PORT=
-VFC_CONTEXT_URI=api/nslcm/v1/
-VFC_USERNAME=
-VFC_PASSWORD=
-
 # SDNC
 
 SDNC_HOST=
index b54db25..257814f 100644 (file)
             "https": false,
             "userName": "InfraPortalClient",
             "password": "password1$"
-        },
-        {
-            "name": "VFC simulator",
-            "providerClass": "org.onap.policy.simulators.VfcSimulatorJaxRs",
-            "host": "0.0.0.0",
-            "port": 6670,
-            "https": false
         }
     ],
 
index 5811a3e..ede5ef6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # ============LICENSE_START====================================================
-#  Copyright (C) 2023-2024 Nordix Foundation.
+#  Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 # =============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -60,8 +60,6 @@ source get-versions.sh > /dev/null 2>&1
 echo "Collecting logs from docker compose containers..."
 rm -rf *.log
 
-#COMPOSE_FILES="-f compose.${database}.yml -f compose.pdp.scale.yml -f compose.acm.scale.yml"
-
 # this will collect logs by service instead of mixing all together
 containers=$(docker compose ps --all --format '{{.Service}}')
 
@@ -70,6 +68,7 @@ for item in "${item_list[@]}"
 do
     if [ -n "$item" ]; then
         docker compose logs $item >> $item.log
+        cat $item.log
     fi
 done
 
index 1f4b274..1c767c7 100644 (file)
             "https": false,
             "userName": "InfraPortalClient",
             "password": "password1$"
-        },
-        {
-            "name": "VFC simulator",
-            "providerClass": "org.onap.policy.simulators.VfcSimulatorJaxRs",
-            "host": "0.0.0.0",
-            "port": 6670,
-            "https": false
         }
     ],
 
index e35fe57..859e972 100644 (file)
@@ -61,10 +61,6 @@ service:
       name: so-sim
       externalPort: 6669
       internalPort: 6669
-    vfc:
-      name: vfc-sim
-      externalPort: 6670
-      internalPort: 6670
     grpc:
       name: grpc-sim
       externalPort: 6680