~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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
dense-scaled:
  services:
    juju-gui:
      charm: "cs:trusty/juju-gui-16"
      num_units: 1
      options:
        "login-help": "null"
        password: "null"
        "ssl-cert-contents": "null"
        "ssl-key-contents": "null"
      annotations:
        "gui-x": "425.87542724609375"
        "gui-y": "25.871253967285156"
      to:
        - "0"
    apache2:
      charm: "cs:trusty/apache2-1"
      constraints: mem=2G
      num_units: 1
      annotations:
        "gui-x": "742.5529174804688"
        "gui-y": "28.562591552734375"
    "apache2-reverseproxy":
      charm: "cs:~abentley/trusty/apache2-reverseproxy-4"
      num_units: 0
      annotations:
        "gui-x": "737.6683349609375"
        "gui-y": "318.2304229736328"
    haproxy:
      charm: "cs:trusty/haproxy-2"
      constraints: mem=2G
      num_units: 1
      annotations:
        "gui-x": "1152.2492065429688"
        "gui-y": "321.7662353515625"
    "python-django":
      charm: "cs:trusty/python-django-12"
      num_units: 2
      options:
        django_allowed_hosts: "null"
        django_extra_settings: "null"
        "unit-config": "null"
      annotations:
        "gui-x": "1164.0284423828125"
        "gui-y": "660.1253356933594"
      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