~jorge/charms/bundles/fix-mediawiki/trunk

« back to all changes in this revision

Viewing changes to bundles.yaml

  • Committer: Jorge O. Castro
  • Date: 2013-10-31 14:19:19 UTC
  • Revision ID: jorge@ubuntu.com-20131031141919-apdn0c7z0l0kg60w
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mediawiki-simple: 
 
2
  series: precise
 
3
  services: 
 
4
    mediawiki: 
 
5
      charm: "cs:precise/mediawiki"
 
6
      num_units: 1
 
7
      options: 
 
8
        debug: false
 
9
        name: Please set name of wiki
 
10
        skin: vector
 
11
      constraints: "cpu=,mem=,arch="
 
12
      annotations: 
 
13
        "gui-x": 609
 
14
        "gui-y": -15
 
15
    mysql: 
 
16
      charm: "cs:precise/mysql"
 
17
      num_units: 1
 
18
      options: 
 
19
        "binlog-format": MIXED
 
20
        "block-size": 5
 
21
        "dataset-size": "80%"
 
22
        flavor: distro
 
23
        "ha-bindiface": eth0
 
24
        "ha-mcastport": 5411
 
25
        "max-connections": -1
 
26
        "preferred-storage-engine": InnoDB
 
27
        "query-cache-size": -1
 
28
        "query-cache-type": "OFF"
 
29
        "rbd-name": mysql1
 
30
        "tuning-level": safest
 
31
        vip_cidr: 24
 
32
        vip_iface: eth0
 
33
      constraints: "cpu=,mem=,arch="
 
34
      annotations: 
 
35
        "gui-x": 610
 
36
        "gui-y": 255
 
37
  relations: 
 
38
    - - "mediawiki:db"
 
39
      - "mysql:db"