~sinzui/juju-ci-tools/repository

27 by Curtis Hovey
Added wily charms.
1
dense-scaled:
2
  services:
3
    apache2:
4
      charm: "cs:trusty/apache2-1"
5
      constraints: mem=2G
6
      num_units: 1
7
    "apache2-reverseproxy":
8
      charm: "cs:~abentley/trusty/apache2-reverseproxy-4"
9
      num_units: 0
10
    haproxy:
11
      charm: "cs:trusty/haproxy-2"
12
      constraints: mem=2G
13
      num_units: 1
14
    "python-django":
15
      charm: "cs:trusty/python-django-12"
16
      num_units: 2
17
      options:
18
        django_allowed_hosts: "null"
19
        django_extra_settings: "null"
20
        "unit-config": "null"
21
      to:
35.2.5 by Aaron Bentley
Provide scale by container.
22
        - "lxd:haproxy=0"
23
        - "lxd:haproxy=0"
27 by Curtis Hovey
Added wily charms.
24
  relations:
25
    - - "haproxy:reverseproxy"
26
      - "python-django:website"
27
    - - "apache2-reverseproxy:website"
28
      - "apache2:website"
29
    - - "apache2-reverseproxy:website"
30
      - "haproxy:website"
31
  series: trusty