Cmjohnson has submitted this change and it was merged.

Change subject: removing decom'd servers: arsenic, niobium, palladium, 
strontium from file
......................................................................


removing decom'd servers: arsenic, niobium, palladium, strontium from file

Change-Id: If9c0ed2bacc4a0a6770002557c237b07d7cf2b2b
---
M files/misc/rolematcher.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Cmjohnson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/files/misc/rolematcher.py b/files/misc/rolematcher.py
index 1a34dde..91cf3d0 100644
--- a/files/misc/rolematcher.py
+++ b/files/misc/rolematcher.py
@@ -193,9 +193,9 @@
                     start, end = determine_start_end_range(section, hostname)
                     prefix = determine_hostname_prefix(hostname)
                     suffix = determine_hostname_suffix(hostname)
-                    if prefix in ['arsenic', 'strontium', 'niobium', 
'palladium', 'dysprosium', 'holmium']:
+                    if prefix in ['holmium']:
                         if '%s-%s' % (dc, role) not in elements:
-                            matcher = RoleMatcher('%s_%s_elements' % (dc, 
role), '(arsenic|strontium|niobum|palladium|dysprosium|holmium)')
+                            matcher = RoleMatcher('%s_%s_elements' % (dc, 
role), 'holmium')
                             elements['%s-%s' % (dc, role)] = True
                             matchers.append(matcher)
                     else:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If9c0ed2bacc4a0a6770002557c237b07d7cf2b2b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Cmjohnson <[email protected]>
Gerrit-Reviewer: Cmjohnson <[email protected]>
Gerrit-Reviewer: Diederik <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to