~jonnybgod/charms/trusty/mesos-master/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Joao Ribeiro
  • Date: 2015-07-29 22:48:14 UTC
  • Revision ID: jonnybgod@gmail.com-20150729224814-f3qfxvhh1fvpv4ij
Initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  zk:
 
3
    type: string
 
4
    default: "zk://localhost:2181/mesos"
 
5
    description: "A short description of the configuration option"
 
6
  quorum:
 
7
    type: int
 
8
    default: 1
 
9
    description: "A short description of the configuration option"
 
10
  work_dir:
 
11
    type: string
 
12
    default: "/var/lib/mesos"
 
13
    description: "A short description of the configuration option"
 
14
  mesos-dns:
 
15
    type: boolean
 
16
    default: true
 
17
    description: "Install mesos-dns"
 
18
 
 
19