Timothy St. Clair afbc743
# This file contains environment variables that are passed to mesos-slave.
Timothy St. Clair afbc743
# To get a description of all options run mesos-slave --help; any option
Timothy St. Clair afbc743
# supported as a command-line option is also supported as an environment
Timothy St. Clair afbc743
# variable.
Timothy St. Clair afbc743
Timothy St. Clair afbc743
# The mesos master URL to contact. Should be host:port for
Timothy St. Clair afbc743
# non-ZooKeeper based masters, otherwise a zk:// or file:// URL.
Timothy St. Clair 46a3c02
MESOS_master=$HOSTNAME:5050
Timothy St. Clair afbc743
Timothy St. Clair 189ce66
# For isolated sandbox testing
Timothy St. Clair 46a3c02
#MESOS_master=127.0.0.1:5050
Timothy St. Clair 189ce66
Timothy St. Clair 189ce66
# For a complete listing of options execute 'mesos-slave --help'
Timothy St. Clair 46a3c02
MESOS_log_dir=/var/log/mesos
Timothy St. Clair 46a3c02
MESOS_work_dir=/var/run/mesos
Timothy St. Clair 46a3c02
MESOS_containerizers=docker,mesos
Timothy St. Clair 189ce66
Timothy St. Clair 189ce66
# systemd cgroup integration
Timothy St. Clair 46a3c02
MESOS_isolation='cgroups/cpu,cgroups/mem'
Timothy St. Clair 46a3c02
MESOS_cgroups_root='system.slice/mesos-slave.service'
Timothy St. Clair 46a3c02
MESOS_cgroups_hierarchy=/sys/fs/cgroup