blob: b307a6907541bd571bf94a7b7342b55ba563d5ae [file] [log] [blame]
elinuxhenrikb033eaf2020-02-03 16:02:21 +01001#!/usr/bin/env bash
2
3# Set the images for the Policy agent app to use for the auto tests. Do not add the image tag.
4#
5# Local image and tag, shall point to locally built image (non-nexus path)
6export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/nonrtric-policy-agent
7# Remote image
8export POLICY_AGENT_REMOTE_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent
9
10# Common env var for auto-test.
11
12POLICY_AGENT_PORT=8081
13POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" #Path the application log in the policy agent container
14DOCKER_SIM_NWNAME="nonrtric-docker-net" #Name of docker private network
15CONSUL_HOST="consul-server" #Host name of consul
16CONSUL_PORT=8500 #Port number of consul
17CONFIG_BINDING_SERVICE="config-binding-service" #Host name of CBS
18PA_APP_BASE="policy-agent" #Base name for policy agent container