Use versioned ncmp-dmi-plugin image and remove unused authentication 81/141181/3
authormpriyank <priyank.maheshwari@est.tech>
Tue, 10 Jun 2025 11:23:42 +0000 (12:23 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 11 Jun 2025 09:16:03 +0000 (10:16 +0100)
- remove the unused environment variables for CPS_USERNAME and
  CPS_PASSWORD as we have removed spring security from CPS
- Updating the versioned image tag for ncmp-dmi-plugin i.e
  1.8.0-SNAPSHOT-latest instead of just latest

Issue-ID: CPS-2841
Change-Id: Icd955ec8a3be8e3ed31cb0ae6ddb0f9b586f6c55
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
docker-compose/dmi-services.yml

index 75434cc..5e16aec 100644 (file)
@@ -106,19 +106,15 @@ services:
 
   ncmp-dmi-plugin:
     container_name: ${NCMP_DMI_PLUGIN_CONTAINER_NAME:-ncmp-dmi-plugin}
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.7.0-SNAPSHOT-latest}
+    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.8.0-SNAPSHOT-latest}
     ports:
       - ${DMI_PORT:-8783}:8080
     depends_on:
       - sdnc
       - pnf-simulator
     environment:
-      CPS_USERNAME: ${CPS_CORE_USERNAME:-cpsuser}
-      CPS_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!}
       CPS_CORE_HOST: ${CPS_CORE_HOST:-nginx}
       CPS_CORE_PORT: ${CPS_CORE_PORT:-80}
-      CPS_CORE_USERNAME: ${CPS_CORE_USERNAME:-cpsuser}
-      CPS_CORE_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!}
       SDNC_HOST: ${SDNC_HOST:-sdnc}
       SDNC_PORT: ${SDNC_PORT:-8181}
       SDNC_USERNAME: ${SDNC_USERNAME:-admin}