Merge ~ines-almeida/launchpad-mojo-specs:lp-update-txpkgupload-charm-options into launchpad-mojo-specs:master

Proposed by Ines Almeida
Status: Merged
Merged at revision: 666443f20ccf9bea25eb7b3811300867ee25ae91
Proposed branch: ~ines-almeida/launchpad-mojo-specs:lp-update-txpkgupload-charm-options
Merge into: launchpad-mojo-specs:master
Diff against target: 23 lines (+12/-0)
1 file modified
lp/bundle.yaml (+12/-0)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+455797@code.launchpad.net

Commit message

lp: update txpkgupload-ppa charm options to increase haproxy timeouts

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp/bundle.yaml b/lp/bundle.yaml
2index 91a6851..bc2341a 100644
3--- a/lp/bundle.yaml
4+++ b/lp/bundle.yaml
5@@ -1173,6 +1173,18 @@ applications:
6 revision: 28
7 options: {{ txpkgupload_payload_options() }}
8 haproxy_ipv4_address: "{{ ppa_lb_ipv4_address }}"
9+ haproxy_service_options_ftp: |
10+ - mode tcp
11+ - option tcplog
12+ - balance leastconn
13+ - timeout client 1800000
14+ - timeout server 1800000
15+ haproxy_service_options_sftp: |
16+ - mode tcp
17+ - option tcplog
18+ - balance leastconn
19+ - timeout client 1800000
20+ - timeout server 1800000
21 max_passive_port: 20500
22 min_passive_port: 20000
23 ppa-apache2:

Subscribers

People subscribed via source and target branches