~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/app-bundles/inkabinka/inkabinka.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
 
inkabinka: 
2
 
  services: 
3
 
    mongodb: 
4
 
      charm: "cs:precise/mongodb-29"
5
 
      num_units: 1
6
 
      annotations: 
7
 
        "gui-x": "1509.6827392578125"
8
 
        "gui-y": "606.6281679064925"
9
 
    "api": 
10
 
      charm: "cs:~hp-discover/trusty/node-app"
11
 
      num_units: 1
12
 
      annotations: 
13
 
        "gui-x": "1366.4895792894895"
14
 
        "gui-y": "338.0509889514144"
15
 
    nginx: 
16
 
      charm: "cs:~hp-discover/trusty/nginx"
17
 
      num_units: 1
18
 
      annotations: 
19
 
        "gui-x": "760.5689534253543"
20
 
        "gui-y": "312.6845643908675"
21
 
    website: 
22
 
      charm: "cs:~hp-discover/trusty/website"
23
 
      num_units: 0
24
 
      annotations: 
25
 
        "gui-x": "1034.9820332970885"
26
 
        "gui-y": "317.37576886108565"
27
 
    "nginx-proxy": 
28
 
      charm: "cs:~hp-discover/trusty/nginx-proxy"
29
 
      num_units: 1
30
 
      options: 
31
 
        "default-route": /website
32
 
      expose: true
33
 
      annotations: 
34
 
        "gui-x": "1196.837601750427"
35
 
        "gui-y": "12.983199873655622"
36
 
  relations: 
37
 
    - - "mongodb:database"
38
 
      - "api:mongodb"
39
 
    - - "website:nginx-engine"
40
 
      - "nginx:web-engine"
41
 
    - - "api:website"
42
 
      - "nginx-proxy:website"
43
 
    - - "nginx-proxy:website"
44
 
      - "website:website"
45
 
  series: trusty