Merge lp:~axino/mojo/mojo-specs into lp:mojo/mojo-specs

Proposed by Junien F
Status: Merged
Approved by: Thomas Cuthbert
Approved revision: 104
Merged at revision: 103
Proposed branch: lp:~axino/mojo/mojo-specs
Merge into: lp:mojo/mojo-specs
Diff against target: 39 lines (+20/-1)
3 files modified
charm-testing/filebeat/collect (+1/-1)
charm-testing/squid-reverseproxy/collect (+5/-0)
charm-testing/squid-reverseproxy/deploy (+14/-0)
To merge this branch: bzr merge lp:~axino/mojo/mojo-specs
Reviewer Review Type Date Requested Status
Thomas Cuthbert (community) Approve
Review via email: mp+343672@code.launchpad.net

Commit message

filebeat : handle charmstore namespace change | also add squid-reverseproxy

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Unable to determine commit message from repository - please click "Set commit message" and enter the commit message manually.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change has no commit message, setting status to needs review.

Revision history for this message
Thomas Cuthbert (tcuthbert) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 103

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'charm-testing/filebeat/collect'
--- charm-testing/filebeat/collect 2018-03-21 14:07:00 +0000
+++ charm-testing/filebeat/collect 2018-04-20 07:04:24 +0000
@@ -1,4 +1,4 @@
1ubuntu cs:{{ series }}/ubuntu1ubuntu cs:{{ series }}/ubuntu
2filebeat cs:filebeat2filebeat cs:~filebeat-charmers/filebeat
3elasticsearch cs:elasticsearch3elasticsearch cs:elasticsearch
4nrpe cs:{{ series }}/nrpe4nrpe cs:{{ series }}/nrpe
55
=== added directory 'charm-testing/squid-reverseproxy'
=== added file 'charm-testing/squid-reverseproxy/collect'
--- charm-testing/squid-reverseproxy/collect 1970-01-01 00:00:00 +0000
+++ charm-testing/squid-reverseproxy/collect 2018-04-20 07:04:24 +0000
@@ -0,0 +1,5 @@
1squid-reverseproxy lp:~canonical-sysadmins/canonical-is-charms/squid-reverseproxy
2nrpe cs:{{ series }}/nrpe
3
4squid-reverseproxy/exec.d @
5squid-reverseproxy/exec.d/basenode lp:~canonical-sysadmins/basenode/trunk
06
=== added file 'charm-testing/squid-reverseproxy/deploy'
--- charm-testing/squid-reverseproxy/deploy 1970-01-01 00:00:00 +0000
+++ charm-testing/squid-reverseproxy/deploy 2018-04-20 07:04:24 +0000
@@ -0,0 +1,14 @@
1ubuntu:
2 series: {{series}}
3 services:
4 squid-reverseproxy:
5 charm: squid-reverseproxy
6 options:
7 cache_dir: /var/spool/squid
8 nrpe:
9 charm: nrpe
10 {% if series == "xenial" or series == "bionic" %}options:
11 procs: '-w 200 -c 250'
12 swap: '-w 90% -c 75% -n ok'{% endif %}
13 relations:
14 - ['squid-reverseproxy', 'nrpe:nrpe-external-master']

Subscribers

People subscribed via source and target branches

to all changes: