From fdaed12d72e0f188795c6a59ca44f66b91858789 Mon Sep 17 00:00:00 2001 From: egernug Date: Mon, 8 May 2023 16:05:07 +0100 Subject: [SO] SO release image for CSIT testing Amending the image in CNFM CSIT for the latest London images Issue-ID: SO-4074 Signed-off-by: egernug Change-Id: I43cf174061eb499fe70387440508de0c379c2188 --- plans/so/integration-cnfm-testing/config/env | 4 ++-- .../config/override-files/bpmn-infra/onapheat/override.yaml | 8 +++++--- .../config/override-files/so-cnfm/onapheat/override.yaml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/plans/so/integration-cnfm-testing/config/env b/plans/so/integration-cnfm-testing/config/env index d3c0455f..49cb8474 100644 --- a/plans/so/integration-cnfm-testing/config/env +++ b/plans/so/integration-cnfm-testing/config/env @@ -3,7 +3,7 @@ DOCKER_ENVIRONMENT=remote TIME_OUT_DEFAULT_VALUE_SEC=600 PROJECT_NAME=cnfmintegrationtesting DEFAULT_NETWORK_NAME=cnfmintegrationtesting_default -SO_IMAGE_VERSION=1.12.0-STAGING-latest +SO_IMAGE_VERSION=1.12.1 SO_ADMIN_COCKPIT_IMAGE_VERSION=1.10.0-STAGING-latest MARIADB_VERSION=10.5.8 -SO_CNFM_AS_LCM=1.10.0-STAGING-latest \ No newline at end of file +SO_CNFM_AS_LCM=1.12.1 \ No newline at end of file diff --git a/plans/so/integration-cnfm-testing/config/override-files/bpmn-infra/onapheat/override.yaml b/plans/so/integration-cnfm-testing/config/override-files/bpmn-infra/onapheat/override.yaml index a4389154..50d896d3 100644 --- a/plans/so/integration-cnfm-testing/config/override-files/bpmn-infra/onapheat/override.yaml +++ b/plans/so/integration-cnfm-testing/config/override-files/bpmn-infra/onapheat/override.yaml @@ -27,9 +27,11 @@ pnf: port: 3904 protocol: http uriPathPrefix: events - topicName: unauthenticated.PNF_READY unauthenticated.PNF_UPDATE - consumerGroup: consumerGroup - consumerId: consumerId + pnfReadyTopicName: unauthenticated.PNF_READY + pnfUpdateTopicName: unauthenticated.PNF_UPDATE + consumerGroup: so-consumer + consumerId: so-bpmn-infra-pnfready + consumerIdUpdate: so-bpmn-infra-pnfupdate topicListenerDelayInSeconds: 5 bpelURL: http://bpmn-infra:8081 msb-ip: msb-iag diff --git a/plans/so/integration-cnfm-testing/config/override-files/so-cnfm/onapheat/override.yaml b/plans/so/integration-cnfm-testing/config/override-files/so-cnfm/onapheat/override.yaml index 529cde22..0c45a0c2 100644 --- a/plans/so/integration-cnfm-testing/config/override-files/so-cnfm/onapheat/override.yaml +++ b/plans/so/integration-cnfm-testing/config/override-files/so-cnfm/onapheat/override.yaml @@ -1,6 +1,6 @@ aai: auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586 - version: v19 + version: v26 endpoint: https://aai-simulator:9993 spring: datasource: -- cgit 1.2.3-korg