X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Ftest_env-oran-e-release.sh;h=e534531211e7545eff66e8900ae45ad73c2bc3e0;hb=23d69b4a0fac41be58676c006867332c9fac6071;hp=dbddca1fc4d0b57f961f75ca3d28cb34834b92eb;hpb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;p=nonrtric.git diff --git a/test/common/test_env-oran-e-release.sh b/test/common/test_env-oran-e-release.sh index dbddca1f..e5345312 100755 --- a/test/common/test_env-oran-e-release.sh +++ b/test/common/test_env-oran-e-release.sh @@ -214,7 +214,7 @@ KAFKAPC_IMAGE_BASE="kafka-procon" KAFKAPC_IMAGE_TAG_LOCAL="latest" #No local image for pvc cleaner, remote image always used -#PVC Cleaner remote image and tag +#Chartmusem remote image and tag CHART_MUS_IMAGE_BASE="ghcr.io/helm/chartmuseum" CHART_MUS_IMAGE_TAG_REMOTE_OTHER="v0.13.1" #No local image for chart museum, remote image always used @@ -290,7 +290,7 @@ ICS_LOGPATH="/var/log/information-coordinator-service/application.log" # Path th ICS_APP_NAME_ALIAS="information-service-container" # Alias name, name used by the control panel ICS_HOST_MNT_DIR="./mnt" # Mounted db dir, relative to compose file, on the host ICS_CONTAINER_MNT_DIR="/var/information-coordinator-service" # Mounted dir in the container -ICS_ACTUATOR="/actuator/loggers/org.oransc.information" # Url for trace/debug +ICS_ACTUATOR="/actuator/loggers/org.oransc.ics" # Url for trace/debug ICS_CERT_MOUNT_DIR="./cert" ICS_ALIVE_URL="/status" # Base path for alive check ICS_COMPOSE_DIR="ics" # Dir in simulator_group for docker-compose @@ -523,6 +523,8 @@ DMAAP_ADP_CONFIG_MOUNT_PATH="/opt/app/dmaap-adaptor-service/config" # Internal c DMAAP_ADP_DATA_MOUNT_PATH="/opt/app/dmaap-adaptor-service/data" # Path in container for data file DMAAP_ADP_DATA_FILE="application_configuration.json" # Container data file name DMAAP_ADP_CONFIG_FILE=application.yaml # Config file name +DMAAP_ADP_CONFIG_FILE_TEMPLATE=application.yaml # Template config file name +DMAAP_ADP_FEATURE_LEVEL="GENERATED_PROD_NAME" # Space separated list of features DMAAP_MED_APP_NAME="dmaapmediatorservice" # Name for Dmaap Mediator container DMAAP_MED_DISPLAY_NAME="Dmaap Mediator Service" # Display name for Dmaap Mediator container