~juju-deployers/juju-deployer/darwin

« back to all changes in this revision

Viewing changes to deployer/tests/test_data/stack-includes.cfg

  • Committer: Adam Gandelman
  • Date: 2013-09-03 20:44:14 UTC
  • mfrom: (114 darwin)
  • mto: This revision was merged to the branch mainline in revision 119.
  • Revision ID: adamg@canonical.com-20130903204414-xsqqz2gp83dp5d2o
MergeĀ lp:juju-deployer/darwin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "include-config": "stack-default.cfg",
 
3
    "my-files-frontend-dev": {
 
4
        "inherits": "wordpress",
 
5
        "services": {
 
6
            "my-files-fe": {
 
7
                "constraints": "instance-type=m1.small"
 
8
            },
 
9
            "my-files-lb": {
 
10
                "constraints": "instance-type=m1.small",
 
11
                "options": {
 
12
                    "services": "include-file://stack-include.yaml"
 
13
                }
 
14
            },
 
15
            "my-nagios": {
 
16
                "constraints": "instance-type=m1.small"
 
17
            }
 
18
        },
 
19
        "relations": {
 
20
            "my-nrpe-files-fe:monitors": {
 
21
                "weight": 99,
 
22
                "consumes": ["my-nagios:monitors"]
 
23
            },
 
24
            "my-files-fe:juju-info": {
 
25
                "weight": 98,
 
26
                "consumes": ["my-nagios:nagios"]
 
27
            },
 
28
            "my-nrpe-files-lb:monitors": {
 
29
                "weight": 89,
 
30
                "consumes": ["my-nagios:monitors"]
 
31
            },
 
32
            "my-files-lb:juju-info": {
 
33
                "weight": 88,
 
34
                "consumes": ["my-nagios:nagios"]
 
35
            },
 
36
            "my-files-lb:local-monitors": {
 
37
                "weight": 88,
 
38
                "consumes": ["my-nrpe-files-lb:local-monitors"]
 
39
            }
 
40
        }
 
41
    }
 
42
}