diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-07 17:12:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 17:12:21 +0000 |
commit | 43cee066880eabe9745149c44aa96cd9a99d1e0e (patch) | |
tree | 254bc77a35ea9accc4b178d79a51c6649e69bbab /test/csit/scripts/dmaap-buscontroller/onapCSIT.env | |
parent | 952f9fa66b664d15f4a2b59e15f8e5e37ebee0ce (diff) | |
parent | 62b8b1254aff20a874a2867fda42bbaf3bb1b193 (diff) |
Merge "Initial CSIT framework for dmaap/buscontroller"
Diffstat (limited to 'test/csit/scripts/dmaap-buscontroller/onapCSIT.env')
-rw-r--r-- | test/csit/scripts/dmaap-buscontroller/onapCSIT.env | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/csit/scripts/dmaap-buscontroller/onapCSIT.env b/test/csit/scripts/dmaap-buscontroller/onapCSIT.env new file mode 100644 index 000000000..58432e6a7 --- /dev/null +++ b/test/csit/scripts/dmaap-buscontroller/onapCSIT.env @@ -0,0 +1,18 @@ +#!/bin/bash +# +# environment settings for Dmaap Bus Controller Integration Test. +# assumes args are: +# $1 - FQDN of AAF server +# $2 - FQDN of MR server +# $3 - FQDN of DRPS Server +# Only need to set values where defaults aren't appropriate +# +cat <<!EOF +DMAAPBC_INT_HTTPS_PORT=0 +DMAAPBC_PG_ENABLED=false +DMAAPBC_INSTANCE_NAME=ONAP-CSIT +DMAAPBC_AAF_URL=https://${1}:1080/proxy/ +DMAAPBC_MR_CNAME=${2} +DMAAPBC_DRPROV_FQDN=${3} +DMAAPBC_CSIT=Yes +!EOF |