~makyo/juju-gui/rel-prep

« back to all changes in this revision

Viewing changes to test/data/wp-deployer.yaml

  • Committer: Benjamin Saller
  • Author(s): Benjamin Saller
  • Date: 2013-10-10 17:06:41 UTC
  • mfrom: (1108.2.4 restore-bundle-annotations)
  • Revision ID: bcsaller@gmail.com-20131010170641-igy2gv5i6qsinl4s
Fix annotations on go backend

Fix annotation roundtrips with go backend
      Splits how we prepare deltas for py/go juju fakebackends
      Change test expectations to merge updateAnnotation calls
  
  Fix import of constraints
  Fix export of undefined/default values
  
  Adjust simulator unit count rate of change.

R=benjamin.saller, gary.poster, jeff.pihach
CC=
https://codereview.appspot.com/14485046

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  series: precise
3
3
  services: 
4
4
    mysql: 
5
 
      charm: "cs:precise/mysql-26"
 
5
      charm: "cs:precise/mysql-27"
6
6
      num_units: 1
7
7
      options: 
8
8
        "binlog-format": MIXED
25
25
      annotations: 
26
26
        "gui-x": 115
27
27
        "gui-y": 89
 
28
      constraints: 'cpu-power=2,cpu-cores=4'
28
29
    wordpress: 
29
 
      charm: "cs:precise/wordpress-15"
 
30
      charm: "cs:precise/wordpress-19"
30
31
      num_units: 2
31
32
      options: 
32
33
        debug: "no"