363f8794e02649a763adaf86197fb549b22c2cf6
[nonrtric.git] / near-rt-ric-simulator / common / test_env.sh
1 #!/usr/bin/env bash
2
3 # Local image and tag, shall point to locally built image (non-nexus path)
4 export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/nonrtric-policy-agent
5
6
7 # Common env var for auto-test.
8
9 POLICY_AGENT_PORT=8081
10 POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log"  #Path the application log in the policy agent container
11 DOCKER_SIM_NWNAME="nonrtric-docker-net"             #Name of docker private network
12 CONSUL_HOST="consul-server"            #Host name of consul
13 CONSUL_PORT=8500                       #Port number of consul
14 CONFIG_BINDING_SERVICE="config-binding-service"  #Host name of CBS
15 PA_APP_BASE="policy-agent"