BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392729 )

Change subject: anycast recdns: ferm before bird
......................................................................

anycast recdns: ferm before bird

Change-Id: I8fc72041128697919542827d726cb139677e891d
---
M modules/profile/manifests/bird/anycast.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/392729/1

diff --git a/modules/profile/manifests/bird/anycast.pp 
b/modules/profile/manifests/bird/anycast.pp
index d277d64..a326fd9 100644
--- a/modules/profile/manifests/bird/anycast.pp
+++ b/modules/profile/manifests/bird/anycast.pp
@@ -17,6 +17,7 @@
       proto  => 'tcp',
       port   => '179',
       srange => "(${neighbors_for_ferm})",
+      before => Class['::bird'],
   }
 
   if $bfd {
@@ -24,11 +25,13 @@
         proto  => 'udp',
         port   => '3784',
         srange => "(${neighbors_for_ferm})",
+        before => Class['::bird'],
     }
     ferm::service { 'bird-bfd-echo':
         proto  => 'udp',
         port   => '3785',
         srange => "(${neighbors_for_ferm})",
+        before => Class['::bird'],
     }
   }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/392729
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fc72041128697919542827d726cb139677e891d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to