~bcsaller/charmworld/peer-support

« back to all changes in this revision

Viewing changes to charmworld/testing/data/sample_bundle/bundle.yaml

  • Committer: Tarmac
  • Author(s): Brad Crittenden
  • Date: 2013-09-05 17:01:32 UTC
  • mfrom: (381.1.3 bundle-icon2)
  • Revision ID: tarmac-20130905170132-r318p4txt0c3ucml
[r=benji][bug=][author=bac] Provide generic file access for bundles and support for icon.svg in particular.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wiki:
 
2
  series: precise
 
3
  promulgated: True
 
4
  services:
 
5
    wiki:
 
6
      charm: mediawiki
 
7
      branch: lp:charms/precise/mediawiki
 
8
      constraints: mem=2
 
9
      num_units: 2
 
10
    db:
 
11
      charm: mysql
 
12
      branch: lp:charms/precise/mysql
 
13
      options:
 
14
        tuning-level: fast
 
15
    haproxy:
 
16
      branch: lp:charms/precise/haproxy
 
17
      options:
 
18
        request-limit: 32
 
19
    memcached:
 
20
      branch: lp:charms/precise/memcached
 
21
      options:
 
22
        request-limit: 32
 
23
  relations:
 
24
    - ["wiki:db", db]
 
25
    - [wiki, [haproxy, memcached]]