~sinzui/juju-ci-tools/repository

5 by Curtis Hovey
Added a bundle that exercises real charms and placement.
1
dense-scaled:
2
  services:
3
    juju-gui:
4
      charm: "cs:trusty/juju-gui-16"
5
      num_units: 1
6
      options:
7
        "login-help": "null"
8
        password: "null"
9
        "ssl-cert-contents": "null"
10
        "ssl-key-contents": "null"
11
      annotations:
12
        "gui-x": "425.87542724609375"
13
        "gui-y": "25.871253967285156"
14
      to:
15
        - "0"
16
    apache2:
17
      charm: "cs:trusty/apache2-1"
18
      constraints: mem=2G
19
      num_units: 1
20
      annotations:
21
        "gui-x": "742.5529174804688"
22
        "gui-y": "28.562591552734375"
23
    "apache2-reverseproxy":
24
      charm: "cs:~abentley/trusty/apache2-reverseproxy-4"
25
      num_units: 0
26
      annotations:
27
        "gui-x": "737.6683349609375"
28
        "gui-y": "318.2304229736328"
29
    haproxy:
30
      charm: "cs:trusty/haproxy-2"
31
      constraints: mem=2G
32
      num_units: 1
33
      annotations:
34
        "gui-x": "1152.2492065429688"
35
        "gui-y": "321.7662353515625"
36
    "python-django":
37
      charm: "cs:trusty/python-django-12"
38
      num_units: 2
39
      options:
40
        django_allowed_hosts: "null"
41
        django_extra_settings: "null"
42
        "unit-config": "null"
43
      annotations:
44
        "gui-x": "1164.0284423828125"
45
        "gui-y": "660.1253356933594"
46
      to:
35.2.2 by Aaron Bentley
Provide bundle by container.
47
        - "lxd:haproxy=0"
48
        - "lxd:haproxy=0"
5 by Curtis Hovey
Added a bundle that exercises real charms and placement.
49
  relations:
50
    - - "haproxy:reverseproxy"
51
      - "python-django:website"
52
    - - "apache2-reverseproxy:website"
53
      - "apache2:website"
54
    - - "apache2-reverseproxy:website"
55
      - "haproxy:website"
56
  series: trusty