~makyo/juju-deployer/machines-and-placement

« back to all changes in this revision

Viewing changes to deployer/tests/test_data/v4/series.yaml

  • Committer: Madison Scott-Clary
  • Date: 2015-03-24 17:38:56 UTC
  • Revision ID: matthew.scott@canonical.com-20150324173856-gy0d5ix8gtm6e792
Add series to machine spec.

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
    annotations:
 
6
      gui-x: "609"
 
7
      gui-y: "-15"
 
8
    to:
 
9
      - "1"
 
10
  mysql:
 
11
    charm: cs:trusty/mysql-1
 
12
    num_units: 1
 
13
    to:
 
14
      - "2"
 
15
series: trusty
 
16
machines:
 
17
  1:
 
18
    series: precise
 
19
    constraints: 'mem=512M'
 
20
  2:
 
21
    constraints: 'mem=512M'