blob: db865818e836055b10de18b33053fdb822c61504 [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001#!/bin/bash
2#
3# environment settings for Dmaap Bus Controller Integration Test.
4# assumes args are:
5# $1 - FQDN of AAF server
6# $2 - FQDN of MR server
7# $3 - FQDN of DRPS Server
8# Only need to set values where defaults aren't appropriate
9#
10cat <<!EOF
11DMAAPBC_INT_HTTPS_PORT=8443
12DMAAPBC_PG_ENABLED=false
13DMAAPBC_INSTANCE_NAME=ONAP-CSIT
14DMAAPBC_AAF_URL=https://${1}:1080/proxy/
15DMAAPBC_MR_CNAME=${2}
16DMAAPBC_DRPROV_FQDN=${3}
17DMAAPBC_CSIT=Yes
18!EOF