YongchaoWu | 9a84f51 | 2019-12-16 22:54:11 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | # Local image and tag, shall point to locally built image (non-nexus path) |
YongchaoWu | e44226f | 2019-12-19 12:53:51 +0100 | [diff] [blame] | 4 | export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/policy-agent |
YongchaoWu | 9a84f51 | 2019-12-16 22:54:11 +0100 | [diff] [blame] | 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" |