~freyes/charms/trusty/hacluster/debug-config

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2014-04-11 10:25:09 UTC
  • mfrom: (18.2.5 hacluster)
  • Revision ID: james.page@canonical.com-20140411102509-ulrtgrpgnjt8x9g4
Rebase on precise charm for pingd and lint tidy

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    type: int
36
36
    default: 2
37
37
    description: Number of peer units required to bootstrap cluster services.
 
38
  monitor_host:
 
39
    type: string
 
40
    description: |
 
41
     One or more IPs, separated by space, that will be used as a saftey check
 
42
     for avoiding split brain situations. Nodes in the cluster will ping these
 
43
     IPs periodicaly. Node that can not ping monitor_host will not run shared
 
44
     resources (VIP, shared disk...).
 
45
  monitor_interval:
 
46
    type: string
 
47
    default: 5s
 
48
    description: |
 
49
     Time period between checks of resource health. It consists of a number
 
50
     and a time factor, e.g. 5s = 5 seconds. 2m = 2 minutes.