X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env-onap-guilin.sh;h=3254e062592c32f246c2654fda1f0adc2787d936;hb=c9c6839d27aaad72ff7b3140992e0ade4b0f07bb;hp=6cb18f50c573a0bc1c2467f051283206ab2decc3;hpb=afe34e22e0be919b8e054826c23c551b4e493f79;p=nonrtric.git diff --git a/test/common/test_env-onap-guilin.sh b/test/common/test_env-onap-guilin.sh index 6cb18f50..3254e062 100755 --- a/test/common/test_env-onap-guilin.sh +++ b/test/common/test_env-onap-guilin.sh @@ -212,10 +212,12 @@ MR_DMAAP_COMPOSE_DIR="dmaapmr" # Dir in simulator_grou MR_STUB_COMPOSE_DIR="mrstub" # Dir in simulator_group for mr stub for - docker-compose MR_KAFKA_APP_NAME="message-router-kafka" # Kafka app name, if just named "kafka" the image will not start... MR_KAFKA_PORT=9092 # Kafka port number +MR_KAFKA_DOCKER_LOCALHOST_PORT=30098 # Kafka port number for docker localhost +MR_KAFKA_KUBE_NODE_PORT=30099 # Kafka node port number for kube MR_ZOOKEEPER_APP_NAME="zookeeper" # Zookeeper app name MR_ZOOKEEPER_PORT="2181" # Zookeeper port number MR_DMAAP_HOST_MNT_DIR="/mnt" # Basedir localhost for mounted files -MR_DMAAP_HOST_CONFIG_DIR="/configs" # Config files dir on localhost +MR_DMAAP_HOST_CONFIG_DIR="/configs0" # Config files dir on localhost CR_APP_NAME="callback-receiver" # Name for the Callback receiver CR_DISPLAY_NAME="Callback Reciever" @@ -226,7 +228,7 @@ CR_INTERNAL_SECURE_PORT=8091 # Callback receiver con CR_APP_CALLBACK="/callbacks" # Url for callbacks CR_APP_CALLBACK_MR="/callbacks-mr" # Url for callbacks (data from mr which contains string encoded jsons in a json arr) CR_APP_CALLBACK_TEXT="/callbacks-text" # Url for callbacks (data containing text data) -CR_ALIVE_URL="/" # Base path for alive check +CR_ALIVE_URL="/reset" # Base path for alive check CR_COMPOSE_DIR="cr" # Dir in simulator_group for docker-compose CONSUL_HOST="consul-server" # Host name of consul