~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/landscape/bundles.yaml.orig

  • 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
 
landscape-dense-maas:
2
 
    series: trusty
3
 
    services:
4
 
        rabbitmq-server:
5
 
            charm: cs:trusty/rabbitmq-server-26
6
 
            to: lxc:0
7
 
            num_units: 1
8
 
            annotations: 
9
 
                "gui-x": "600"
10
 
                "gui-y": "370"
11
 
        postgresql:
12
 
            charm: cs:trusty/postgresql-27
13
 
            constraints: mem=2048
14
 
            to: lxc:0
15
 
            num_units: 1
16
 
            options:
17
 
                extra-packages: python-apt postgresql-contrib postgresql-.*-debversion
18
 
                max_connections: 500
19
 
                max_prepared_transactions: 500
20
 
            annotations: 
21
 
                "gui-x": "600"
22
 
                "gui-y": "120"
23
 
        haproxy:
24
 
            charm: cs:trusty/haproxy-10
25
 
            to: lxc:0
26
 
            expose: True
27
 
            num_units: 1
28
 
            options:
29
 
                enable_monitoring: True
30
 
                monitoring_allowed_cidr: "0.0.0.0/0"
31
 
                monitoring_password: "haproxy"
32
 
                default_timeouts: "queue 60000, connect 5000, client 120000, server 120000"
33
 
                # Don't deploy default haproxy service on port 80
34
 
                services: ""
35
 
                source: backports
36
 
                ssl_cert: SELFSIGNED
37
 
            annotations: 
38
 
                "gui-x": "1200"
39
 
                "gui-y": "120"
40
 
        landscape-server:
41
 
            charm: cs:trusty/landscape-server
42
 
            constraints: mem=2048
43
 
            to: lxc:0
44
 
            num_units: 1
45
 
            options:
46
 
                source: deb http://ppa.launchpad.net/landscape/15.10/ubuntu trusty main
47
 
                key: 4652B4E6
48
 
            annotations: 
49
 
                "gui-x": "950"
50
 
                "gui-y": "120"
51
 
    relations:
52
 
        - [landscape-server, rabbitmq-server]
53
 
        - [landscape-server, haproxy]
54
 
        - ["landscape-server:db", "postgresql:db-admin"]