Merge ~lgp171188/launchpad-mojo-specs:allow-ubuntu-archive-bastion-ps5-ftpmaster-rsync-logs into launchpad-mojo-specs:master

Proposed by Guruprasad
Status: Merged
Merged at revision: d43387d8471f18aa931b4cf22a4f44ba9fb572b0
Proposed branch: ~lgp171188/launchpad-mojo-specs:allow-ubuntu-archive-bastion-ps5-ftpmaster-rsync-logs
Merge into: launchpad-mojo-specs:master
Diff against target: 17 lines (+3/-3)
1 file modified
lp/bundle.yaml (+3/-3)
Reviewer Review Type Date Requested Status
Simone Pelosi Approve
Review via email: mp+463512@code.launchpad.net

Commit message

Allow ubuntu-archive-bastion-ps5 access to the ftpmaster lp-logs rsync module

To post a comment you must log in.
Revision history for this message
Simone Pelosi (pelpsi) :
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 8ee0826..3bcc3a8 100644
3--- a/lp/bundle.yaml
4+++ b/lp/bundle.yaml
5@@ -643,9 +643,9 @@
6 http_proxy: "{{ http_proxy }}"
7 is_demo: "{{ is_demo }}"
8 {%- if stage_name == "production" and application.startswith("launchpad-ftpmaster-") %}
9- # Ubuntu release team members have a legitimate interest in reading
10- # ftpmaster logs.
11- log_hosts_allow: "{{ log_hosts_allow }} ubuntu-release-bastion-ps5.internal"
12+ # Ubuntu release team members and Ubuntu archive administrators have a legitimate
13+ # interest in reading ftpmaster logs.
14+ log_hosts_allow: "{{ log_hosts_allow }} ubuntu-release-bastion-ps5.internal ubuntu-archive-bastion-ps5.internal"
15 {%- else %}
16 log_hosts_allow: "{{ log_hosts_allow }}"
17 {%- endif %}

Subscribers

People subscribed via source and target branches