Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | #!/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 | # |
| 10 | cat <<!EOF |
| 11 | DMAAPBC_INT_HTTPS_PORT=8443 |
| 12 | DMAAPBC_PG_ENABLED=false |
| 13 | DMAAPBC_INSTANCE_NAME=ONAP-CSIT |
| 14 | DMAAPBC_AAF_URL=https://${1}:1080/proxy/ |
| 15 | DMAAPBC_MR_CNAME=${2} |
| 16 | DMAAPBC_DRPROV_FQDN=${3} |
| 17 | DMAAPBC_CSIT=Yes |
| 18 | !EOF |