diff options
-rw-r--r-- | boot/dbcl_vm_init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/dbcl_vm_init.sh b/boot/dbcl_vm_init.sh index 3605f898..08cc3f10 100644 --- a/boot/dbcl_vm_init.sh +++ b/boot/dbcl_vm_init.sh @@ -21,6 +21,8 @@ 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 |