###
# OES CIS Server Configuration

# General config parameters

CIS_NET="cisnet"
CIS_SUBNET=""
CERTS_PATH="/etc/opt/novell/cis/certs"
CRED_PATH="/etc/opt/novell/cis/.creds"
CONFIG_PATH="/etc/opt/novell/cis"
ZK_URI=""
LOG_DRIVER="fluentd"
CIS_USER_ID=""
CIS_GROUP_ID=""

#Auth service configuration

AUTH_NAME="cis-auth"

# Data service configuration

DATA_NAME="cis-data"
DATA_THREADS="20"

# 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=""

# Metadata service configuration

METADATA_NAME="cis-metadata"
METADATA_THREADS="10"

# Policy service configuration

POLICY_NAME="cis-policy"
POLICY_THREADS="10"

# Mgmt service configuration

MGMT_NAME="cis-mgmt"
MGMT_THREADS="10"

#Gateway service configuration

GATEWAY_NAME="cis-gateway"
GATEWAY_CONF_PATH="/etc/opt/novell/cis/gateway"
SECURE_PORT="8343"
MGMT_PORT="8344"

# Collector config parameters

COLLECTOR_THREADS="10"
COLLECTOR_NAME="cis-collector"

# Aggregator service configuration

AGGREGATOR_NAME="cis-aggregator"
AGGREGATOR_THREADS="10"

# Reporting Framework configuration

REP_COLLECTOR_NAME="cis-repcollector"
REP_AGGREGATOR_NAME="cis-repaggregator"

# Dashboard servive Configuration

DASHBOARD_NAME="oes-dashboard"
DASHBOARD_THREADS="10"


# Configuration Service IP
IP_CONFIG=""
PORT_CONFIG="8105"

# Configuration params for configuration service
CONFIGSERVICE_LOGLEVEL="Debug"
CONFIGSERVICE_PORT="8105"
CONFIGSERVICE_LOGPATH="/var/opt/novell/log/cis/cisconfiguration.log"
READHEADER_TIMEOUT=2

# Database secure connection configuration
SECURE_DB_CONNECTION="no"
DB_CLIENT_CERT_PATH="/etc/opt/novell/cis/db/certs/"
CONNECT_DB_USING_IP="no"

# Move on Modify configuration
# File recalled back from the cloud will be retained for specified time interval
# If the file recalled is not modified, we will clear the local copy and retain the cloud backed data
# Default 3 Days
MOVE_ON_MODIFY_DURATION=3

# Container IPs for each of the services. Please do not edit these IP parameters
# manually. At the time of CIS configuration, these IP parameters are populated
# based on the docker network that gets created.

IP_DATA=""
IP_METADATA=""
IP_POLICY=""
IP_AUTH=""
IP_MGMT=""
IP_COLLECTOR=""
IP_AGGREGATOR=""
IP_REPCOLLECTOR=""
IP_REPAGGREGATOR=""
IP_GATEWAY=""
IP_DASHBOARD=""