github.com/cloud-green/juju@v0.0.0-20151002100041-a00291338d3d/testcharms/charm-repo/bundle/wordpress-with-logging/bundle.yaml (about)

     1  services:
     2      wordpress:
     3          charm: wordpress
     4          num_units: 1
     5      mysql:
     6          charm: mysql
     7          num_units: 1
     8      logging:
     9          charm: logging
    10  relations:
    11      - ["wordpress:db", "mysql:server"]
    12      - ["wordpress:juju-info", "logging:info"]
    13      - ["mysql:juju-info", "logging:info"]