Merge ~hloeung/content-cache-charm:master into content-cache-charm:master

Proposed by Haw Loeung
Status: Merged
Approved by: Barry Price
Approved revision: 1079f1645adc4fb75bc16c74b721a31425ba675b
Merged at revision: 0b6384d00ec8fdc66e8e12b38d6d6e61020763f8
Proposed branch: ~hloeung/content-cache-charm:master
Merge into: content-cache-charm:master
Diff against target: 90 lines (+24/-0)
6 files modified
templates/haproxy_cfg.tmpl (+4/-0)
tests/unit/files/content_cache_rendered_haproxy_test_output.txt (+4/-0)
tests/unit/files/content_cache_rendered_haproxy_test_output2.txt (+4/-0)
tests/unit/files/content_cache_rendered_haproxy_test_output3.txt (+4/-0)
tests/unit/files/content_cache_rendered_haproxy_test_output_auto_maxconns.txt (+4/-0)
tests/unit/files/haproxy_config_rendered_test_output.txt (+4/-0)
Reviewer Review Type Date Requested Status
Barry Price Approve
Canonical IS Reviewers Pending
Review via email: mp+382981@code.launchpad.net

Commit message

Work around lingering HAProxy processes - LP:1874386

To post a comment you must log in.
Revision history for this message
Barry Price (barryprice) wrote :

+1

review: Approve
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 :

Change successfully merged at revision 0b6384d00ec8fdc66e8e12b38d6d6e61020763f8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/templates/haproxy_cfg.tmpl b/templates/haproxy_cfg.tmpl
index c4f36cd..435b6bb 100644
--- a/templates/haproxy_cfg.tmpl
+++ b/templates/haproxy_cfg.tmpl
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private
diff --git a/tests/unit/files/content_cache_rendered_haproxy_test_output.txt b/tests/unit/files/content_cache_rendered_haproxy_test_output.txt
index 81f5fab..41e3559 100644
--- a/tests/unit/files/content_cache_rendered_haproxy_test_output.txt
+++ b/tests/unit/files/content_cache_rendered_haproxy_test_output.txt
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private
diff --git a/tests/unit/files/content_cache_rendered_haproxy_test_output2.txt b/tests/unit/files/content_cache_rendered_haproxy_test_output2.txt
index 7cf9795..ca59e11 100644
--- a/tests/unit/files/content_cache_rendered_haproxy_test_output2.txt
+++ b/tests/unit/files/content_cache_rendered_haproxy_test_output2.txt
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private
diff --git a/tests/unit/files/content_cache_rendered_haproxy_test_output3.txt b/tests/unit/files/content_cache_rendered_haproxy_test_output3.txt
index 925f62c..2e1bc57 100644
--- a/tests/unit/files/content_cache_rendered_haproxy_test_output3.txt
+++ b/tests/unit/files/content_cache_rendered_haproxy_test_output3.txt
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private
diff --git a/tests/unit/files/content_cache_rendered_haproxy_test_output_auto_maxconns.txt b/tests/unit/files/content_cache_rendered_haproxy_test_output_auto_maxconns.txt
index 4a1fb68..7856924 100644
--- a/tests/unit/files/content_cache_rendered_haproxy_test_output_auto_maxconns.txt
+++ b/tests/unit/files/content_cache_rendered_haproxy_test_output_auto_maxconns.txt
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private
diff --git a/tests/unit/files/haproxy_config_rendered_test_output.txt b/tests/unit/files/haproxy_config_rendered_test_output.txt
index 142765d..6956098 100644
--- a/tests/unit/files/haproxy_config_rendered_test_output.txt
+++ b/tests/unit/files/haproxy_config_rendered_test_output.txt
@@ -10,6 +10,10 @@ global
10 group haproxy10 group haproxy
11 daemon11 daemon
1212
13 # LP#1874386: Work around lingering HAProxy processes as per LP:1874386
14 # and kill them off after 15mins.
15 hard-stop-after 15m
16
13 # Default SSL material locations17 # Default SSL material locations
14 ca-base /etc/ssl/certs18 ca-base /etc/ssl/certs
15 crt-base /etc/ssl/private19 crt-base /etc/ssl/private

Subscribers

People subscribed via source and target branches