~bloodearnest/juju-deployer/annotate-branches

« back to all changes in this revision

Viewing changes to deployer/tests/test_data/v4/hulk-smash.yaml

  • Committer: Simon Davy
  • Date: 2015-03-30 15:16:10 UTC
  • mfrom: (126.1.18 juju-deployer)
  • Revision ID: bloodearnest@gmail.com-20150330151610-ft7lwajcbnnroa39
merge upstream and fix review comments

Show diffs side-by-side

added added

removed removed

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