From 15851e5ce5512066aa0184091b245c31fab24ad3 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Fri, 27 Apr 2018 11:24:50 -0400 Subject: Pass keystore pwd in config Change-Id: Ic5fe0ec168e932057e5f44ebbdfce03117b48e17 Signed-off-by: dglFromAtt Issue-ID: DMAAP-435 --- boot/dbcl_vm_init.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot') 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 -- cgit 1.2.3-korg