Fixed CDR_IMAGE_VERSION in portal script
[demo.git] / boot / dbcl_vm_init.sh
index 7ec5baf..08cc3f1 100644 (file)
@@ -15,12 +15,14 @@ docker rm -f dmaap-buscontroller
 
 TMP_CFG=/tmp/docker-dmaap-buscontroller.conf
 cat >> $TMP_CFG <<!EOF
-DMAAPBC_INT_HTTPS_PORT=0
+DMAAPBC_INT_HTTPS_PORT=8443
 DMAAPBC_PG_ENABLED=false
 DMAAPBC_INSTANCE_NAME=ONAP-CSIT
 DMAAPBC_AAF_URL=https://aaf.api.simpledemo.onap.org:8095/proxy/
 DMAAPBC_MR_CNAME=mr.api.simpledemo.onap.org
 DMAAPBC_DRPROV_FQDN=drprov.simpledemo.onap.org
+DMAAPBC_KSTOREPASS="Perish the thought"
+DMAAPBC_PVTKEYPASS="Perish the thought"
 !EOF
 
 # Insert docker run instructions here