launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27009
[Merge] lp:~cjwatson/canonical-mojo-specs/update-blog.launchpad.net-ips into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk
Colin Watson has proposed merging lp:~cjwatson/canonical-mojo-specs/update-blog.launchpad.net-ips into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
Commit message:
Update blog.launchpad.net IP addresses.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/canonical-mojo-specs/update-blog.launchpad.net-ips/+merge/402336
They weren't quite in sync with reality across all our specs.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/canonical-mojo-specs/update-blog.launchpad.net-ips into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-snap-proxy/devel/deploy'
--- lp/mojo-lp-snap-proxy/devel/deploy 2019-05-29 08:45:45 +0000
+++ lp/mojo-lp-snap-proxy/devel/deploy 2021-05-06 10:56:42 +0000
@@ -28,7 +28,8 @@
src: [127.0.0.1/8],
dst: [
# blog.launchpad.net, a benign host for nagios checks.
- 91.189.94.159, 162.213.33.232,
+ 91.189.88.184, 91.189.88.185,
+ 91.189.91.48, 91.189.91.49,
],
http_access: allow},
{"proxy_auth": ["REQUIRED"], "http_access": "allow"}
=== modified file 'lp/mojo-lp-webhooks-proxy/production/deploy'
--- lp/mojo-lp-webhooks-proxy/production/deploy 2020-04-07 09:06:50 +0000
+++ lp/mojo-lp-webhooks-proxy/production/deploy 2021-05-06 10:56:42 +0000
@@ -18,7 +18,8 @@
# DSTDOMAIN IS FORBIDDEN.
dst: [
# blog.launchpad.net, a benign host for nagios checks.
- 91.189.94.159, 162.213.33.232,
+ 91.189.88.184, 91.189.88.185,
+ 91.189.91.48, 91.189.91.49,
# build.staging.snapcraft.io.
185.125.191.207, 185.125.191.208,
# build.snapcraft.io.
=== modified file 'lp/mojo-lp-webhooks-proxy/qastaging/deploy'
--- lp/mojo-lp-webhooks-proxy/qastaging/deploy 2020-04-07 09:06:50 +0000
+++ lp/mojo-lp-webhooks-proxy/qastaging/deploy 2021-05-06 10:56:42 +0000
@@ -18,7 +18,8 @@
# DSTDOMAIN IS FORBIDDEN.
dst: [
# blog.launchpad.net, a benign host for nagios checks.
- 91.189.94.159, 162.213.33.232,
+ 91.189.88.184, 91.189.88.185,
+ 91.189.91.48, 91.189.91.49,
# build.staging.snapcraft.io.
185.125.191.207, 185.125.191.208,
# build.snapcraft.io.
Follow ups