blob: 0ea885b35c6a244f4adc1fdc084bc72e39ce835f [file] [log] [blame]
YongchaoWu9a84f512019-12-16 22:54:11 +01001#!/usr/bin/env bash
2
3# Local image and tag, shall point to locally built image (non-nexus path)
YongchaoWue44226f2019-12-19 12:53:51 +01004export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/policy-agent
YongchaoWu9a84f512019-12-16 22:54:11 +01005
6
7# Common env var for auto-test.
8
9POLICY_AGENT_PORT=8081
10POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" #Path the application log in the policy agent container
11DOCKER_SIM_NWNAME="nonrtric-docker-net" #Name of docker private network
12CONSUL_HOST="consul-server" #Host name of consul
13CONSUL_PORT=8500 #Port number of consul
14CONFIG_BINDING_SERVICE="config-binding-service" #Host name of CBS
15PA_APP_BASE="policy-agent"