~charmers/charms/precise/mongodb/precise

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Juan L. Negron
  • Date: 2011-12-14 22:02:17 UTC
  • Revision ID: juan.negron@canonical.com-20111214220217-nm34x2hf2hui2s4s
Added config-changed hook to better handle replica_set_master variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
 
2
  default_port:
 
3
    default: 27017
 
4
    type: string
 
5
    description: Default MongoDB port
2
6
  replicaset:
3
7
    default: myset
4
8
    type: string
7
11
    default: yes
8
12
    type: string
9
13
    description: Replica Set Admin UI ( yes / no )
 
14
  web_amind_ui_port:
 
15
    default: 28017
 
16
    type: string
 
17
    description: Default port for the MongoDB web admin interface
10
18
  replicaset_master:
11
19
    default: auto
12
20
    type: string