~simpoir/landscape-bundles/bash_quotes

« back to all changes in this revision

Viewing changes to landscape-dense-maas.yaml

  • Committer: David Britton
  • Date: 2016-05-24 17:59:06 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: davidpbritton@gmail.com-20160524175906-0j12lvnqxoxkjmf4
remove rendered bundles, add .bzrignore, Makefile render change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
series: trusty
2
 
services:
3
 
    rabbitmq-server:
4
 
        charm: cs:xenial/rabbitmq-server-0
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-41
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-19
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:~davidpbritton/xenial/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.03/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"]