~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/app-bundles/reddit/reddit.yaml

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
envExport: 
2
 
  services: 
3
 
    haproxy: 
4
 
      charm: "cs:precise/haproxy-35"
5
 
      num_units: 1
6
 
      options: 
7
 
        services: " "
8
 
      annotations: 
9
 
        "gui-x": "521.9078091106292"
10
 
        "gui-y": "472"
11
 
    nfs: 
12
 
      charm: "cs:precise/nfs-5"
13
 
      num_units: 1
14
 
      annotations: 
15
 
        "gui-x": "659.1052060737527"
16
 
        "gui-y": "234.36713779367386"
17
 
    gunicorn: 
18
 
      charm: "cs:precise/gunicorn-12"
19
 
      num_units: 0
20
 
      annotations: 
21
 
        "gui-x": "1070.6973969631235"
22
 
        "gui-y": "472"
23
 
    reddit: 
24
 
      charm: "local:precise/reddit"
25
 
      num_units: 1
26
 
      expose: true
27
 
      annotations: 
28
 
        "gui-x": "933.5"
29
 
        "gui-y": "234.36713779367386"
30
 
    memcached: 
31
 
      charm: "cs:precise/memcached-13"
32
 
      num_units: 1
33
 
      annotations: 
34
 
        "gui-x": "1207.8947939262473"
35
 
        "gui-y": "709.6328622063261"
36
 
    "rabbitmq-server": 
37
 
      charm: "cs:precise/rabbitmq-server-34"
38
 
      num_units: 1
39
 
      annotations: 
40
 
        "gui-x": "1345.0921908893708"
41
 
        "gui-y": "472.00000000000006"
42
 
    postgresql: 
43
 
      charm: "cs:precise/postgresql-78"
44
 
      num_units: 1
45
 
      annotations: 
46
 
        "gui-x": "796.3026030368763"
47
 
        "gui-y": "472"
48
 
    cassandra: 
49
 
      charm: "cs:precise/cassandra-16"
50
 
      num_units: 1
51
 
      options: 
52
 
        "allow-single-node": true
53
 
      annotations: 
54
 
        "gui-x": "933.5"
55
 
        "gui-y": "709.6328622063261"
56
 
  relations: 
57
 
    - - "reddit:website"
58
 
      - "haproxy:reverseproxy"
59
 
    - - "reddit:wsgi"
60
 
      - "gunicorn:wsgi-file"
61
 
    - - "reddit:nfs"
62
 
      - "nfs:nfs"
63
 
    - - "reddit:cache"
64
 
      - "memcached:cache"
65
 
    - - "reddit:amqp"
66
 
      - "rabbitmq-server:amqp"
67
 
    - - "reddit:db"
68
 
      - "postgresql:db"
69
 
    - - "reddit:database"
70
 
      - "cassandra:database"
71
 
  series: trusty