github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/acceptancetests/repository/scale2lxd.yaml (about) 1 machines: 2 "1": 3 series: trusty 4 "2": 5 series: trusty 6 applications: 7 apache2: 8 charm: "cs:trusty/apache2-19" 9 num_units: 1 10 to: 11 - "1" 12 "apache2-reverseproxy": 13 charm: "cs:~abentley/trusty/apache2-reverseproxy-4" 14 num_units: 0 15 haproxy: 16 series: trusty 17 charm: "./trusty/haproxy" 18 num_units: 1 19 to: 20 - "2" 21 "python-django": 22 charm: "cs:trusty/python-django-19" 23 num_units: 2 24 options: 25 django_allowed_hosts: "" 26 to: 27 - "lxd:2" 28 - "lxd:2" 29 relations: 30 - - "haproxy:reverseproxy" 31 - "python-django:website" 32 - - "apache2-reverseproxy:website" 33 - "apache2:website" 34 - - "apache2-reverseproxy:website" 35 - "haproxy:website" 36 series: trusty