Merge lp:~mthaddon/mojo/influxdb-charm-testing into lp:mojo/mojo-specs

Proposed by Tom Haddon
Status: Merged
Approved by: Jamon Camisso
Approved revision: 116
Merged at revision: 116
Proposed branch: lp:~mthaddon/mojo/influxdb-charm-testing
Merge into: lp:mojo/mojo-specs
Diff against target: 26 lines (+16/-0)
2 files modified
charm-testing/influxdb/collect (+2/-0)
charm-testing/influxdb/deploy (+14/-0)
To merge this branch: bzr merge lp:~mthaddon/mojo/influxdb-charm-testing
Reviewer Review Type Date Requested Status
Jamon Camisso (community) Approve
Review via email: mp+349343@code.launchpad.net

Commit message

Add charm testing for influxdb

Description of the change

Add charm testing for influxdb

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
Jamon Camisso (jamon) wrote :

lgtm

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

Change successfully merged at revision 116

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'charm-testing/influxdb'
=== added file 'charm-testing/influxdb/collect'
--- charm-testing/influxdb/collect 1970-01-01 00:00:00 +0000
+++ charm-testing/influxdb/collect 2018-07-11 09:22:48 +0000
@@ -0,0 +1,2 @@
1influxdb cs:influxdb
2nrpe cs:nrpe
03
=== added file 'charm-testing/influxdb/deploy'
--- charm-testing/influxdb/deploy 1970-01-01 00:00:00 +0000
+++ charm-testing/influxdb/deploy 2018-07-11 09:22:48 +0000
@@ -0,0 +1,14 @@
1influxdb:
2 series: {{series}}
3 services:
4 influxdb:
5 charm: influxdb
6 options:
7 install_sources: ppa:canonical-is-sa/influxdb
8 nrpe:
9 charm: nrpe
10 {% if series == "bionic" or series == "xenial" %}options:
11 procs: '-w 200 -c 250'
12 swap: '-w 90% -c 75% -n ok'{% endif %}
13 relations:
14 - ["influxdb", "nrpe"]

Subscribers

People subscribed via source and target branches

to all changes: