diff options
author | dglFromAtt <dgl@research.att.com> | 2018-04-27 11:24:50 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-04-27 11:24:58 -0400 |
commit | 15851e5ce5512066aa0184091b245c31fab24ad3 (patch) | |
tree | 481c6bc21b9b18556c45560065b7aeb8d546514e | |
parent | a54297b94084e5a2818273ed26d835f63514a75e (diff) |
Pass keystore pwd in config
Change-Id: Ic5fe0ec168e932057e5f44ebbdfce03117b48e17
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-435
-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 |