################################################################################
DOMUS_DEBUG 1 # 1 == on; 0 == off; relevant only if
# --debug was assumed during installation
DOMUS_HOME_DIR_PATH /home/domus/.domus # where to find Domus after installation;
# must be NFS-accessible to all users
DOMUS_GANGLIA_HOST alfa # ROCKS cluster frontend
DOMUS_GANGLIA_CHANNEL 235.185.190.208 # see /etc/gmond.conf at the frontend
DOMUS_GANGLIA_PORT 8649 # see /etc/gmond.conf at the frontend
DOMUS_GANGLIA_GMETRIC_PATH /opt/ganglia/bin/gmetric # default: this same path
DOMUS_THRESHOLD_CPU 0.8 # (%); resource utilization thresholds;
DOMUS_THRESHOLD_RAM 0.8 # prevent the creation of DHTs on
DOMUS_THRESHOLD_DISK 0.8 # overloaded nodes; also used to weight
DOMUS_THRESHOLD_DISKIO 0.8 # the participation of nodes in DHTs
DOMUS_THRESHOLD_NET 0.5 # (in combination with benchmark results)
################################################################################
DOMUS_CLUSTER_NAME mycluster #unique name of the Domus cluster;
DOMUS_CLUSTER_INTERFACES_FILE_PATH /home/user/.domus/etc/domus#mycluster#interfaces
DOMUS_SUPERVISOR_ROOT_DIR_PATH /home/user/.domus/var # "supervisor" working dir
# (shared by all instances)
DOMUS_SUPERVISOR_INTERFACE alfa # node where the Domus supervisor runs
DOMUS_SUPERVISOR_PORT 7571 # tcp/ip port of the Domus supervisor
# mainly relevant when operating a Domus cluster in a batch-managed physical cluster
DOMUS_SUPERVISOR_LIFETIME 0 # (in seconds); 0 is infinite lifetime
DOMUS_SUPERVISOR_LIFETIME_END_ACTION terminate # terminate, shutdown, auto-destroy
# only relevant if --service_threadsafe was assumed during installation
DOMUS_SUPERVISOR_TCP_FRONTEND_MULTITHREADED 0 # 1 == True ; 0 == False
DOMUS_SUPERVISOR_TCP_SESSIONS_MULTITHREADED 0 # 1 == True ; 0 == False
DOMUS_SUPERVISOR_UDP_FRONTEND_MULTITHREADED 0 # 1 == True ; 0 == False
DOMUS_SERVICE_ROOT_DIR_PATH /state/partition1/user/.domus/var # "service" working dir
# (local to each node)
# mainly relevant when operating a Domus cluster in a batch-managed physical cluster
DOMUS_SERVICE_LIFETIME 0 # (in seconds); 0 is infinite lifetime
DOMUS_SERVICE_LIFETIME_END_ACTION terminate # terminate, shutdown, auto-destroy
################################################################################