###
# OES CIS Scale Configuration

# General config parameters

CERTS_PATH="/etc/opt/novell/cis/certs"
CREDS_PATH="/etc/opt/novell/cis/.creds"
CONFIG_PATH="/etc/opt/novell/cis-scale"
ZK_URI=""
CIS_SERVER=""
FLUENTBIT_PORT="24224"
LOG_DRIVER="fluentd"
SCALE_GATEWAY_SERVER=""
SCALE_GATEWAY_PORT="8343"
SCALE_DATA_SERVER=""
SCALE_DATA_PORT="8347"
LOCAL_ADDR=""
UUID=""
CIS_NET="cisnet"

# Data at scale service configuration

DATA_NAME="cis-dataatscale"
DATA_THREADS="10"
DATA_PORT="8347"
DATA_SECURE_MODE="true"

# If secure communication is desired with the target cloud or object store, keep the
# CA bundle in PEM format under $CERTS_PATH/rootCAs (defaults to /etc/opt/novell/cis/certs/rootCAs)
# and update the name of the CA bundle file in CLOUD_CA_BUNDLE_NAME. If secure communication
# is not desired, leave it blank. There is no need to provide CLOUD_CA_BUNDLE_NAME, in case
# of AWS S3, as secure communication will be taken care without this parameter.

CLOUD_CA_BUNDLE_NAME=""
DB_CLIENT_CERT_PATH=""
CONNECT_DB_USING_IP="no"

#Gateway for scale service configuration

GATEWAY_NAME="cis-gatewayforscale"
GATEWAY_CONF_PATH="/etc/opt/novell/cis-scale/gateway"
INSECURE_PORT="8345"
SECURE_PORT="8346"
