blob: db865818e836055b10de18b33053fdb822c61504 [file] [log] [blame]
dglFromAtt62b8b122018-03-03 11:57:29 -05001#!/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
Dominic Lunanuovabfb3ea42018-08-23 21:49:47 +000011DMAAPBC_INT_HTTPS_PORT=8443
dglFromAtt62b8b122018-03-03 11:57:29 -050012DMAAPBC_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