~landscape/landscape-charm/bundles-stable

« back to all changes in this revision

Viewing changes to landscape-dense-maas.yaml

  • Committer: Andreas Hasenack
  • Date: 2016-07-22 13:43:06 UTC
  • mfrom: (2.1.26 bundles-trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: andreas@canonical.com-20160722134306-h2sjjo4bsfrhuv25
Merged from bundles-trunk:
 - resolved conflicts
 - pulled out xenial changes, leaving the bundle on trusty and like it is
   in the charm store right now

Show diffs side-by-side

added added

removed removed

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