diff options
author | dglFromAtt <dgl@research.att.com> | 2018-03-03 12:00:41 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-03-03 12:00:55 -0500 |
commit | ccb31a508c0ec558f00454f7e814272b273d72d7 (patch) | |
tree | 0d551d99ba17189efa2bda7acd33c2fc9eb0efbf /misc/dmaapbc | |
parent | 3d2351b25d8f17010f5850c8f91b135fec057f70 (diff) |
changes for CSIT integration
Change-Id: I6e04f55fe4146c80e475f771da38173be12e2a0f
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-318
Diffstat (limited to 'misc/dmaapbc')
-rw-r--r-- | misc/dmaapbc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc index 3d19f88..19bb3f7 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -34,12 +34,13 @@ config() { fi cd $APP_ROOT source $CONTAINER_CONFIG - if [ ! -f $APP_ROOT/misc/cert-client-init.sh ] - then - echo "Did not find $APP_ROOT/misc/cert-client-init.sh to append to truststore" - exit 1 - fi - $APP_ROOT/misc/cert-client-init.sh + # comment out till certs are available + #if [ ! -f $APP_ROOT/misc/cert-client-init.sh ] + #then + # echo "Did not find $APP_ROOT/misc/cert-client-init.sh to append to truststore" + # exit 1 + #fi + #$APP_ROOT/misc/cert-client-init.sh . misc/dmaapbc.properties.tmpl > etc/dmaapbc.properties . misc/PolicyEngineApi.properties.tmpl > config/PolicyEngineApi.properties set +x |