Merge lp:~smoser/maas/packaging-1.8-lp1474417 into lp:~maas-maintainers/maas/packaging-1.8

Proposed by Scott Moser
Status: Merged
Approved by: Blake Rouse
Approved revision: 413
Merged at revision: 412
Proposed branch: lp:~smoser/maas/packaging-1.8-lp1474417
Merge into: lp:~maas-maintainers/maas/packaging-1.8
Diff against target: 60 lines (+18/-10)
2 files modified
debian/changelog (+7/-2)
debian/extras/maas-proxy.conf (+11/-8)
To merge this branch: bzr merge lp:~smoser/maas/packaging-1.8-lp1474417
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Lee Trager (community) Approve
Review via email: mp+265261@code.launchpad.net

Commit message

maas-proxy: sync apt specific squid config with squid-deb-proxy

This improves maas-proxy for handling apt specific files. And
generally syncs it up with squid-deb-proxy's config files.

Description of the change

To post a comment you must log in.
Revision history for this message
Lee Trager (ltrager) wrote :

LGTM!

review: Approve
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-07-13 15:06:24 +0000
+++ debian/changelog 2015-07-20 13:37:25 +0000
@@ -1,4 +1,4 @@
1maas (1.8.1+bzr4019-0ubuntu1) UNRELEASED; urgency=medium1maas (1.8.1+bzr4019-0ubuntu2) UNRELEASED; urgency=medium
22
3 [ Raphaël Badin ]3 [ Raphaël Badin ]
4 * Enable proxy_wstunnel module.4 * Enable proxy_wstunnel module.
@@ -12,7 +12,12 @@
12 is always run.12 is always run.
13 * debian/control: Make maas-dns a Dependy of maas-region-controller.13 * debian/control: Make maas-dns a Dependy of maas-region-controller.
1414
15 -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 06 Jul 2015 23:52:59 -040015 [ Scott Moser ]
16 * maas-proxy: sync white space changes with trunk packaging branch
17 * maas-proxy: sync apt specific squid config with squid-deb-proxy
18 (LP: #1474417)
19
20 -- Scott Moser <smoser@ubuntu.com> Mon, 20 Jul 2015 09:32:08 -0400
1621
17maas (1.8.0+bzr4001-0ubuntu1) trusty; urgency=medium22maas (1.8.0+bzr4001-0ubuntu1) trusty; urgency=medium
1823
1924
=== modified file 'debian/extras/maas-proxy.conf'
--- debian/extras/maas-proxy.conf 2014-09-12 19:10:04 +0000
+++ debian/extras/maas-proxy.conf 2015-07-20 13:37:25 +0000
@@ -5,10 +5,10 @@
5acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::15acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
6acl localnet src all # TODO: We should auto-generate this with the networks MAAS manages/knows about.6acl localnet src all # TODO: We should auto-generate this with the networks MAAS manages/knows about.
7acl SSL_ports port 4437acl SSL_ports port 443
8acl Safe_ports port 80 # http8acl Safe_ports port 80 # http
9acl Safe_ports port 21 # ftp9acl Safe_ports port 21 # ftp
10acl Safe_ports port 443 # https10acl Safe_ports port 443 # https
11acl Safe_ports port 1025-65535 # unregistered ports11acl Safe_ports port 1025-65535 # unregistered ports
12acl CONNECT method CONNECT12acl CONNECT method CONNECT
13http_access allow maas_proxy_manager localhost13http_access allow maas_proxy_manager localhost
14http_access deny maas_proxy_manager14http_access deny maas_proxy_manager
@@ -20,10 +20,13 @@
20http_port 3128 transparent20http_port 3128 transparent
21http_port 800021http_port 8000
22coredump_dir /var/spool/maas-proxy22coredump_dir /var/spool/maas-proxy
23refresh_pattern ^ftp: 1440 20% 1008023refresh_pattern ^ftp: 1440 20% 10080
24refresh_pattern -i (/cgi-bin/|\?) 0 0% 024refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
25refresh_pattern (Release|Packages(.gz)*)$ 0 20% 288025refresh_pattern \/Release(|\.gpg)$ 0 0% 0 refresh-ims
26refresh_pattern . 0 20% 432026refresh_pattern \/InRelease$ 0 0% 0 refresh-ims
27refresh_pattern \/(Packages|Sources)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
28refresh_pattern \/(Translation-.*)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
29refresh_pattern . 0 20% 4320
27forwarded_for delete30forwarded_for delete
28visible_hostname maas.proxy # TODO: This should be autogenerated by a template.31visible_hostname maas.proxy # TODO: This should be autogenerated by a template.
29cache_mem 512 MB32cache_mem 512 MB

Subscribers

People subscribed via source and target branches

to all changes: