github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/acceptancetests/repository/scale-lxc.yaml (about) 1 dense-scaled: 2 applications: 3 apache2: 4 charm: "cs:trusty/apache2-1" 5 num_units: 1 6 "apache2-reverseproxy": 7 charm: "cs:~abentley/trusty/apache2-reverseproxy-4" 8 num_units: 0 9 haproxy: 10 charm: "cs:trusty/haproxy-2" 11 num_units: 1 12 "python-django": 13 charm: "cs:trusty/python-django-12" 14 num_units: 2 15 options: 16 django_allowed_hosts: "null" 17 django_extra_settings: "null" 18 "unit-config": "null" 19 to: 20 - "lxc:haproxy=0" 21 - "lxc:haproxy=0" 22 relations: 23 - - "haproxy:reverseproxy" 24 - "python-django:website" 25 - - "apache2-reverseproxy:website" 26 - "apache2:website" 27 - - "apache2-reverseproxy:website" 28 - "haproxy:website" 29 series: trusty