~sinzui/juju-ci-tools/repository

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