Merge ~vorlon/launchpad-mojo-specs:master into launchpad-mojo-specs:master

Proposed by Steve Langasek
Status: Merged
Merged at revision: 129454a2799b8d4be91693cc97d8f84d45dc928b
Proposed branch: ~vorlon/launchpad-mojo-specs:master
Merge into: launchpad-mojo-specs:master
Diff against target: 31 lines (+6/-0)
1 file modified
lp/configs/custom-secgroups-production.yaml (+6/-0)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Matheus Carvalho Raimundo Needs Fixing
Review via email: mp+463316@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matheus Carvalho Raimundo (mcarvalhor) wrote :

This may need a Launchpad Manager approval.

Revision history for this message
Matheus Carvalho Raimundo (mcarvalhor) wrote :

(and left a comment)

review: Needs Fixing
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp/configs/custom-secgroups-production.yaml b/lp/configs/custom-secgroups-production.yaml
2index 6ed2cb6..2dceb4e 100644
3--- a/lp/configs/custom-secgroups-production.yaml
4+++ b/lp/configs/custom-secgroups-production.yaml
5@@ -31,6 +31,7 @@ applications:
6 - http
7 - rsync-logs
8 - rsync-logs-ubuntu-release
9+ - rsync-logs-ubuntu-archive
10 - ftpmaster-rsync
11 launchpad-appserver:
12 type: neutron
13@@ -63,6 +64,7 @@ applications:
14 - ftp
15 - rsync-logs
16 - rsync-logs-ubuntu-release
17+ - rsync-logs-ubuntu-archive
18 - ssh-public
19 - tcp-highports
20 launchpad-librarian:
21@@ -224,6 +226,10 @@ rules:
22 # Ubuntu release team members have a legitimate interest in reading
23 # ftpmaster logs.
24 - {"protocol": "tcp", "family": "IPv4", "port": 873, "cidr": "10.131.10.65/32"}
25+ rsync-logs-ubuntu-archive:
26+ # Ubuntu Archive Team members have a legitimate interest in reading
27+ # ftpmaster logs.
28+ - {"protocol": "tcp", "family": "IPv4", "port": 873, "cidr": "10.131.10.52/32"}
29 ssh-public:
30 - {"protocol": "tcp", "family": "IPv4", "port": 5022, "cidr": "0.0.0.0/0"}
31 - {"protocol": "tcp", "family": "IPv6", "port": 5022, "cidr": "::/0"}

Subscribers

People subscribed via source and target branches