ArielGlenn has submitted this change and it was merged. Change subject: bast4001 as allowed bastion in firewalls ......................................................................
bast4001 as allowed bastion in firewalls Change-Id: I5013eca11f369e33142ef61c654caf730c6c6112 --- M modules/base/files/firewall/defs.production 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/base/files/firewall/defs.production b/modules/base/files/firewall/defs.production index 33226bf..d4b2b5b 100644 --- a/modules/base/files/firewall/defs.production +++ b/modules/base/files/firewall/defs.production @@ -1,4 +1,4 @@ -@def $BASTION_V4 = (208.80.152.165 208.80.154.149 91.198.174.113); +@def $BASTION_V4 = (208.80.152.165 208.80.154.149 91.198.174.113 198.35.26.5); @def $BASTION_V6 = (2620:0:860:2:21e:c9ff:feea:ab95 2620:0:861:2:7a2b:cbff:fe09:11ba 2620:0:862:1:a6ba:dbff:fe30:d770); @def $BASTION = ($BASTION_V4 $BASTION_V6); -- To view, visit https://gerrit.wikimedia.org/r/96520 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5013eca11f369e33142ef61c654caf730c6c6112 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
