Merge lp:~cjohnston/landscape-bundles/1823279 into lp:landscape-bundles

Proposed by Chris Johnston
Status: Rejected
Rejected by: Adam Collard
Proposed branch: lp:~cjohnston/landscape-bundles/1823279
Merge into: lp:landscape-bundles
Diff against target: 30 lines (+3/-3)
1 file modified
landscape-template.jinja2 (+3/-3)
To merge this branch: bzr merge lp:~cjohnston/landscape-bundles/1823279
Reviewer Review Type Date Requested Status
🤖 Landscape Builder test results Approve
Landscape Pending
Review via email: mp+365562@code.launchpad.net

Commit message

Update charms being used

To post a comment you must log in.
Revision history for this message
🤖 Landscape Builder (landscape-builder) :
review: Abstain (executing tests)
Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :

Command: make ci-test
Result: Success
Revno: 48
Branch: lp:~cjohnston/landscape-bundles/1823279
Jenkins: https://ci.lscape.net/job/latch-test-trusty/1704/

review: Approve (test results)
Revision history for this message
Adam Collard (adam-collard) wrote :

Thanks, but this is better addressed by fixing the scripts, as per https://code.launchpad.net/~adam-collard/landscape-bundles/fix-update-charm/+merge/365585

Unmerged revisions

48. By Chris Johnston

Update charms being used

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'landscape-template.jinja2'
2--- landscape-template.jinja2 2019-01-24 18:04:47 +0000
3+++ landscape-template.jinja2 2019-04-05 02:04:32 +0000
4@@ -1,7 +1,7 @@
5 series: bionic
6 services:
7 rabbitmq-server:
8- charm: cs:bionic/rabbitmq-server-84
9+ charm: cs:bionic/rabbitmq-server-85
10 {% if rabbitmq["to"] %}
11 to:
12 - {{ rabbitmq["to"] }}
13@@ -11,7 +11,7 @@
14 "gui-x": "600"
15 "gui-y": "370"
16 postgresql:
17- charm: cs:bionic/postgresql-187
18+ charm: cs:bionic/postgresql-199
19 {% if postgresql["memory"] %}
20 constraints: mem={{ postgresql["memory"] }}
21 {% endif %}
22@@ -46,7 +46,7 @@
23 "gui-x": "600"
24 "gui-y": "120"
25 haproxy:
26- charm: cs:bionic/haproxy-46
27+ charm: cs:bionic/haproxy-48
28 {% if haproxy["to"] %}
29 to:
30 - "{{ haproxy["to"] }}"

Subscribers

People subscribed via source and target branches

to all changes: