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

Proposed by Tom Haddon
Status: Merged
Approved by: Junien F
Approved revision: 159
Merged at revision: 159
Proposed branch: lp:~mthaddon/mojo/charm-testing-graylog
Merge into: lp:mojo/mojo-specs
Diff against target: 53 lines (+2/-12)
2 files modified
charm-testing/graylog/collect (+0/-1)
charm-testing/graylog/deploy (+2/-11)
To merge this branch: bzr merge lp:~mthaddon/mojo/charm-testing-graylog
Reviewer Review Type Date Requested Status
Junien F Approve
Review via email: mp+379617@code.launchpad.net

Commit message

charm-testing/graylog: switch to default series for graylog, so we can test on other series

Description of the change

charm-testing/graylog: switch to default series for graylog, so we can test on other series

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
Junien F (axino) wrote :

+1

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

Change successfully merged at revision 159

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-testing/graylog/collect'
2--- charm-testing/graylog/collect 2018-07-04 08:49:42 +0000
3+++ charm-testing/graylog/collect 2020-02-21 10:07:09 +0000
4@@ -4,4 +4,3 @@
5 graylog cs:graylog
6 mongodb cs:mongodb
7 nrpe cs:nrpe
8-nrpe-xenial cs:nrpe
9
10=== modified file 'charm-testing/graylog/deploy'
11--- charm-testing/graylog/deploy 2019-05-15 15:06:02 +0000
12+++ charm-testing/graylog/deploy 2020-02-21 10:07:09 +0000
13@@ -1,6 +1,6 @@
14 # vim: set filetype=yaml sw=2:
15 centralized-logging:
16- series: bionic
17+ series: {{ series }}
18 services:
19 apache2:
20 charm: apache2
21@@ -22,7 +22,6 @@
22 logpath: "/var/log/*.log /var/log/syslog /var/log/*/*.log /var/snap/graylog/common/log/*.log"
23 graylog:
24 charm: graylog
25- options:
26 mongodb:
27 charm: mongodb
28 elasticsearch-nrpe:
29@@ -43,14 +42,6 @@
30 hostgroups: ci-graylog-testing
31 nagios_host_context: ci-graylog-testing
32 nagios_hostname_type: unit
33- nrpe-xenial:
34- charm: nrpe
35- options:
36- export_nagios_definitions: true
37- sub_postfix: ""
38- hostgroups: ci-graylog-testing
39- nagios_host_context: ci-graylog-testing
40- nagios_hostname_type: unit
41 relations:
42 - ['apache2:reverseproxy', 'graylog:website']
43 - ['apache2', 'filebeat']
44@@ -59,6 +50,6 @@
45 - ['graylog', 'nrpe']
46 - ['graylog', 'elasticsearch']
47 - ['graylog', 'mongodb:database']
48- - ['mongodb', 'nrpe-xenial']
49+ - ['mongodb', 'nrpe']
50 - ['elasticsearch:juju-info', 'filebeat:beats-host']
51 - ['elasticsearch', 'elasticsearch-nrpe']
52
53=== removed file 'charm-testing/graylog/pre-deploy'

Subscribers

People subscribed via source and target branches

to all changes: