~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/testcharms/charm-repo/bundle/wordpress-with-endpoint-bindings/bundle.yaml

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
services:
2
 
    wordpress:
3
 
        charm: wordpress
 
2
    wordpress-extra-bindings:
 
3
        charm: wordpress-extra-bindings
4
4
        num_units: 1
5
5
        bindings:
6
6
            db: db
7
7
            url: public
 
8
            admin-api: public
 
9
            db-client: db
8
10
    mysql:
9
11
        charm: mysql
10
12
        num_units: 1
11
13
        bindings:
12
14
            server: db
13
15
relations:
14
 
    - ["wordpress:db", "mysql:server"]
 
16
    - ["wordpress-extra-bindings:db", "mysql:server"]