~hopem/charms/trusty/hacluster/dont-allow-pacemaker-upgrade

« back to all changes in this revision

Viewing changes to tests/bundles.yaml

  • Committer: james.page at ubuntu
  • Date: 2014-12-15 08:59:40 UTC
  • mfrom: (35.3.2 hacluster)
  • Revision ID: james.page@ubuntu.com-20141215085940-ss80p240s7ux4wzi
Merge in bundle tests from master charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
hacluster-mysql:
 
2
  series: trusty
 
3
  services:
 
4
    hacluster:
 
5
      charm: hacluster
 
6
      num_units: 0
 
7
    mysql:
 
8
      charm: cs:trusty/mysql
 
9
      num_units: 2
 
10
      options:
 
11
        "dataset-size": 128M
 
12
        vip: 192.168.21.1
 
13
  relations:
 
14
    - - "mysql:ha"
 
15
      - "hacluster:ha"