github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/scale2-lxd.yaml (about)

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