Dzahn has submitted this change and it was merged.

Change subject: add codfw wtp parsoid servers to site.pp
......................................................................


add codfw wtp parsoid servers to site.pp

Add the codfw wtp servers with just the standard role for now
to add them to puppet.

Bug:T90271
Change-Id: I0fb7b874f83c5aae1d6bb512240a93f8ca123baa
---
M manifests/site.pp
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 8e8bfe1..51ca7a7 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2417,6 +2417,11 @@
     role parsoid::production
 }
 
+node /^wtp20(0[1-9]|1[0-9]|2[0-4])\.codfw\.wmnet$/ {
+
+    include standard
+}
+
 node 'ytterbium.wikimedia.org' {
     # Note: whenever moving Gerrit out of ytterbium, you will need
     # to update the role::zuul::production

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0fb7b874f83c5aae1d6bb512240a93f8ca123baa
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to