File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4141 $credentials = [],
4242 $syslog_logger = true ,
4343 $force_provider = undef , # temporary workaround for starting services
44+ $quorum = $mesos::quorum ,
4445 $use_hiera = $mesos::use_hiera ,
4546 $single_role = $mesos::single_role ,
4647) inherits mesos {
Original file line number Diff line number Diff line change 1414# ZooKeeper URL (used for leader election amongst masters)
1515export MESOS_ZK=" <%= @zookeeper_url %>"
1616
17+ # The size of the quorum of replicas when using 'replicated_log' based
18+ # registry. It is imperative to set this value to be a majority of
19+ # masters i.e., quorum > (number of masters)/2.
20+
21+ QUORUM=< %= @quorum %>
22+
1723# Human readable name for the cluster, displayed in the webui
1824export MESOS_CLUSTER=" <%= @cluster %>"
1925
You can’t perform that action at this time.
0 commit comments