~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/webdev-bundles/node-app/node-app.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
 
node-app: 
2
 
  services: 
3
 
    node-haproxy: 
4
 
      charm: "cs:precise/haproxy-31"
5
 
      num_units: 1
6
 
      annotations: 
7
 
        "gui-x": "837.8099365234375"
8
 
        "gui-y": "261.1996150241846"
9
 
    "node-app": 
10
 
      charm: "cs:precise/node-app-9"
11
 
      num_units: 1
12
 
      annotations: 
13
 
        "gui-x": "838"
14
 
        "gui-y": "482.7698359714502"
15
 
    node-mongodb: 
16
 
      charm: "cs:precise/mongodb-29"
17
 
      num_units: 1
18
 
      annotations: 
19
 
        "gui-x": "842"
20
 
        "gui-y": "720.2301640285498"
21
 
  relations: 
22
 
    - - "node-mongodb:database"
23
 
      - "node-app:mongodb"
24
 
    - - "node-haproxy:reverseproxy"
25
 
      - "node-app:website"
26
 
  series: precise