Merge ~twom/launchpad-mojo-specs:443-commercial-systems into launchpad-mojo-specs:master

Proposed by Tom Wardill
Status: Merged
Approved by: Tom Wardill
Approved revision: f8a982baf7f8fd0b0433a07e809f12810e54dad3
Merged at revision: f8a982baf7f8fd0b0433a07e809f12810e54dad3
Proposed branch: ~twom/launchpad-mojo-specs:443-commercial-systems
Merge into: launchpad-mojo-specs:master
Diff against target: 18 lines (+7/-0)
1 file modified
mojo-lp-webhooks-proxy/services (+7/-0)
Reviewer Review Type Date Requested Status
Kristian Glass (community) Approve
Review via email: mp+385828@code.launchpad.net

Commit message

Commercial systems jenkins is only on 443

Description of the change

The Commercial Systems Jenkins allows outside access, so is configured to 443/SSL only, rather than port 8080 like the other internal jenkins instances.

To post a comment you must log in.
Revision history for this message
Kristian Glass (doismellburning) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/mojo-lp-webhooks-proxy/services b/mojo-lp-webhooks-proxy/services
2index 56adfc0..87e6ba0 100644
3--- a/mojo-lp-webhooks-proxy/services
4+++ b/mojo-lp-webhooks-proxy/services
5@@ -73,6 +73,13 @@ webhooks-proxy:
6 10.25.200.74,
7 # online-services-jenkins-be.internal.
8 10.25.200.124,
9+ ]
10+ http_access: allow
11+ # Allow commercial-systems. This has external (non-Canonical) access
12+ # so is configured for 443/SSL only in apache.
13+ - port: [443]
14+ method: [GET, POST, CONNECT]
15+ dst:[
16 # jenkins-webhooks.commercial-systems.canonical.com
17 162.213.33.181,
18 ]

Subscribers

People subscribed via source and target branches