X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env-oran-f-release.sh;h=9af7d91aec53611df8e6c4ee3eaf2afbe7dc0a46;hb=refs%2Fchanges%2F89%2F10889%2F2;hp=601fd70610081f5e7e6bcb72dffd5b1532afbab1;hpb=9dce709bda18799c84e72449ead93f5dd376f891;p=nonrtric.git diff --git a/test/common/test_env-oran-f-release.sh b/test/common/test_env-oran-f-release.sh index 601fd706..9af7d91a 100755 --- a/test/common/test_env-oran-f-release.sh +++ b/test/common/test_env-oran-f-release.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. 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. @@ -278,7 +278,7 @@ A1PMS_DATA_MOUNT_PATH="/opt/app/policy-agent/data" # Path in container f A1PMS_CONFIG_FILE="application.yaml" # Container config file name A1PMS_DATA_FILE="application_configuration.json" # Container data file name A1PMS_CONTAINER_MNT_DIR="/var/policy-management-service" # Mounted dir in the container -A1PMS_FEATURE_LEVEL="NOCONSUL INITIALCONFIGMAP" # Space separated list of features +A1PMS_FEATURE_LEVEL="" # Space separated list of features ICS_APP_NAME="informationservice" # Name for ICS container ICS_DISPLAY_NAME="Information Coordinator Service" # Display name for ICS container @@ -297,8 +297,7 @@ ICS_ALIVE_URL="/status" # Base path for alive c ICS_COMPOSE_DIR="ics" # Dir in simulator_group for docker-compose ICS_CONFIG_MOUNT_PATH=/opt/app/information-coordinator-service/config # Internal container path for configuration ICS_CONFIG_FILE=application.yaml # Config file name -ICS_VERSION="V1-2" # Version where the types are decoupled from the producer registration -ICS_FEATURE_LEVEL="INFO-TYPES TYPE-SUBSCRIPTIONS INFO-TYPE-INFO RESP_CODE_CHANGE_1 DEFAULT_TYPE_VALIDATION" # Space separated list of features +ICS_FEATURE_LEVEL="TYPE-SUBSCRIPTIONS INFO-TYPE-INFO RESP_CODE_CHANGE_1 DEFAULT_TYPE_VALIDATION" # Space separated list of features MR_DMAAP_APP_NAME="message-router" # Name for the Dmaap MR MR_STUB_APP_NAME="mr-stub" # Name of the MR stub @@ -367,24 +366,6 @@ RIC_SIM_CERT_MOUNT_DIR="./cert" RIC_SIM_COMPOSE_DIR="ric" # Dir in simulator group for docker compose RIC_SIM_ALIVE_URL="/" # Base path for alive check RIC_SIM_COMMON_SVC_NAME="" # Name of svc if one common svc is used for all ric sim groups (stateful sets) -# Kept as reference for oran a1 adapter -# SDNC_APP_NAME="a1controller" # Name of the SNDC A1 Controller container -# SDNC_DISPLAY_NAME="SDNC A1 Controller" -# SDNC_EXTERNAL_PORT=8282 # SNDC A1 Controller container external port (host -> container) -# SDNC_INTERNAL_PORT=8181 # SNDC A1 Controller container internal port (container -> container) -# SDNC_EXTERNAL_SECURE_PORT=8443 # SNDC A1 Controller container external securee port (host -> container) -# SDNC_INTERNAL_SECURE_PORT=8443 # SNDC A1 Controller container internal secure port (container -> container) -# SDNC_DB_APP_NAME="sdncdb" # Name of the SDNC DB container -# SDNC_A1_TRUSTSTORE_PASSWORD="" # SDNC truststore password -# SDNC_USER="admin" # SDNC username -# SDNC_PWD="Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" # SNDC PWD -# SDNC_API_URL="/restconf/operations/A1-ADAPTER-API:" # Base url path for SNDC API -# SDNC_ALIVE_URL="/apidoc/explorer/" # Base url path for SNDC API docs (for alive check) -# SDNC_COMPOSE_DIR="sdnc" # Dir in simulator_group for docker-compose -# SDNC_COMPOSE_FILE="docker-compose.yml" -# SDNC_KUBE_APP_FILE="app.yaml" -# SDNC_KARAF_LOG="/opt/opendaylight/data/log/karaf.log" # Path to karaf log -# SDNC_RESPONSE_JSON_KEY="output" # Key name for output json in replies from sdnc # For ONAP sdnc SDNC_APP_NAME="a1controller" # Name of the SNDC A1 Controller container @@ -523,7 +504,7 @@ DMAAP_MED_DATA_MOUNT_PATH="/configs" # Path in container for DMAAP_MED_HOST_DATA_FILE="type_config_1.json" # Host data file name DMAAP_MED_CONTR_DATA_FILE="type_config.json" # Container data file name DMAAP_MED_FEATURE_LEVEL="KAFKATYPES" # Space separated list of features - + # KAFKATYPES support for kafka type from rel f KAFKAPC_APP_NAME="kafka-procon" # Name for the Kafka procon KAFKAPC_DISPLAY_NAME="Kafka Producer/Consumer" KAFKAPC_EXTERNAL_PORT=8096 # Kafka procon container external port (host -> container)