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

Change subject: Fix typo in discovery name
......................................................................

Fix typo in discovery name

Bug: T160178
Change-Id: Iccc6de763c53a63364eb6206a926dcdda4c19432
---
M switchdc/stages/t05_switch_datacenter.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/switchdc 
refs/changes/68/345868/1

diff --git a/switchdc/stages/t05_switch_datacenter.py 
b/switchdc/stages/t05_switch_datacenter.py
index d573ae8..95e7c17 100644
--- a/switchdc/stages/t05_switch_datacenter.py
+++ b/switchdc/stages/t05_switch_datacenter.py
@@ -11,7 +11,7 @@
     discovery = Confctl('discovery')
     # 1: switch DNS discovery record for the new dc to on.
     # This will NOT trigger confd to change the DNS admin state as it will 
cause a validation error
-    mw_records = '(appserver|api|imagescaler)-rw'
+    mw_records = '(appservers|api|imagescaler)-rw'
     discovery.update({'pooled': True}, dnsdisc=mw_records, name=dc_to)
     for obj in discovery.get(dnsdisc=mw_records, name=dc_to):
         if not obj.pooled:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iccc6de763c53a63364eb6206a926dcdda4c19432
Gerrit-PatchSet: 1
Gerrit-Project: operations/switchdc
Gerrit-Branch: master
Gerrit-Owner: Volans <[email protected]>

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

Reply via email to