~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to landscape-template.jinja2

  • Committer: Adam Collard
  • Date: 2019-01-24 18:04:47 UTC
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: adam.collard@canonical.com-20190124180447-u18i8qu8e7ihnt12
Bump upstream charm revisions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
series: bionic
2
2
services:
3
3
    rabbitmq-server:
4
 
        charm: cs:bionic/rabbitmq-server-74
 
4
        charm: cs:bionic/rabbitmq-server-84
5
5
        {% if rabbitmq["to"] %}
6
6
        to:
7
7
            - {{ rabbitmq["to"] }}
11
11
            "gui-x": "600"
12
12
            "gui-y": "370"
13
13
    postgresql:
14
 
        charm: cs:bionic/postgresql-175
 
14
        charm: cs:bionic/postgresql-187
15
15
        {% if postgresql["memory"] %}
16
16
        constraints: mem={{ postgresql["memory"] }}
17
17
        {% endif %}
46
46
            "gui-x": "600"
47
47
            "gui-y": "120"
48
48
    haproxy:
49
 
        charm: cs:bionic/haproxy-45
 
49
        charm: cs:bionic/haproxy-46
50
50
        {% if haproxy["to"] %}
51
51
        to:
52
52
            - "{{ haproxy["to"] }}"