+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
[globals]
response_dir=${output_dir}/responses
event_dir=${output_dir}/events
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
[globals]
# Specifies where python is located.
python_dir=/opt/vmware/caf/python
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
[globals]
persistence_dir=${input_dir}/persistence
monitor_dir=${input_dir}/monitor
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
[globals]
#response_dir=${output_dir}/responses
#request_dir=${output_dir}/requests
common_packages_dir=${input_dir}/commonPackages
[security]
-cms_policy=None
\ No newline at end of file
+cms_policy=None
#!/bin/bash
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
function prtHeader() {
local header=$1
#!/bin/sh
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
#Args
#brokerAddr
# - default:
#!/bin/sh
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
installDir=$(dirname $(readlink -f $0))
configDir=$installDir/../config
#!/bin/sh
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
#Standard env
SCRIPT=`basename "$0"`
#!/bin/sh
+# Copyright (C) 2017 VMware, Inc. All rights reserved. -- VMware Confidential
+
sourceCafenv() {
local configDir=$1
local cafenvAppconfig="$configDir/cafenv-appconfig"