X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env.sh;h=a8e618fea53c12ebf9b8955790680e2ba37d0946;hb=b2c02763434abb3634b7c6f23aa93c9163dbe767;hp=e86f834935d0e1496fe96d10314b82ac33693be2;hpb=f38e1e8cb3652e73ea1e76b5a1a77a4aeb108577;p=nonrtric.git diff --git a/test/common/test_env.sh b/test/common/test_env.sh old mode 100755 new mode 100644 index e86f8349..a8e618fe --- a/test/common/test_env.sh +++ b/test/common/test_env.sh @@ -25,24 +25,24 @@ # Local Policy Agent image and tag POLICY_AGENT_LOCAL_IMAGE="o-ran-sc/nonrtric-policy-agent" -POLICY_AGENT_LOCAL_IMAGE_TAG="2.1.0-SNAPSHOT" +POLICY_AGENT_LOCAL_IMAGE_TAG="2.2.0-SNAPSHOT" # Remote Policy Agent image and tag POLICY_AGENT_REMOTE_IMAGE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent" -POLICY_AGENT_REMOTE_IMAGE_TAG="2.1.0" +POLICY_AGENT_REMOTE_IMAGE_TAG="2.2.0" # Local ECS image and tag ECS_LOCAL_IMAGE="o-ran-sc/nonrtric-enrichment-coordinator-service" -ECS_LOCAL_IMAGE_TAG="1.0.0-SNAPSHOT" +ECS_LOCAL_IMAGE_TAG="1.1.0-SNAPSHOT" # Remote ECS image and tag ECS_REMOTE_IMAGE="nexus3.o-ran-sc.org:10003/o-ran-sc/nonrtric-enrichment-coordinator-service" -ECS_REMOTE_IMAGE_TAG="1.0.0-SNAPSHOT" +ECS_REMOTE_IMAGE_TAG="1.1.0-SNAPSHOT" # Control Panel local image and tag CONTROL_PANEL_LOCAL_IMAGE="o-ran-sc/nonrtric-controlpanel" -CONTROL_PANEL_LOCAL_IMAGE_TAG="2.0.0-SNAPSHOT" +CONTROL_PANEL_LOCAL_IMAGE_TAG="2.2.0-SNAPSHOT" # Control Panel remote image and tag CONTROL_PANEL_REMOTE_IMAGE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel" -CONTROL_PANEL_REMOTE_IMAGE_TAG="2.0.0" +CONTROL_PANEL_REMOTE_IMAGE_TAG="2.2.0" # SDNC A1 Controller local image and tag @@ -106,8 +106,8 @@ export POLICY_AGENT_APP_NAME="policy-agent" # Name for Polic POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" # Path the application log in the Policy Agent container export POLICY_AGENT_APP_NAME_ALIAS="policy-agent-container" # Alias name, name used by the control panel -export ECS_EXTERNAL_PORT=8082 # ECS container external port (host -> container) -export ECS_INTERNAL_PORT=8082 # ECS container internal port (container -> container) +export ECS_EXTERNAL_PORT=8083 # ECS container external port (host -> container) +export ECS_INTERNAL_PORT=8083 # ECS container internal port (container -> container) export ECS_EXTERNAL_SECURE_PORT=8434 # ECS container external secure port (host -> container) export ECS_INTERNAL_SECURE_PORT=8434 # ECS container internal secure port (container -> container) @@ -186,4 +186,4 @@ ECS_RESTBASE_SECURE="https://localhost:"$ECS_EXTERNAL_SECURE_PORT # Base url to ECS_DMAAPBASE="http://localhost:"$MR_EXTERNAL_PORT # Base url to the Dmaap adapter, http ECS_DMAAPBASE_SECURE="https://localhost:"$MR_EXTERNAL_SECURE_PORT # Base url to the Dmaap adapter, https ECS_ADAPTER=$ECS_RESTBASE # Adapter holds the address the ECS R-APP interface (REST OR DMAAP) - # The values of this var is swiched between the four base url when needed \ No newline at end of file + # The values of this var is swiched between the four base url when needed