Dzahn has submitted this change and it was merged.

Change subject: add rbf2001/2002 to site.pp
......................................................................


add rbf2001/2002 to site.pp

Add rbf2001/2002 in codfw, just like existing 1001/1002.
They have been added to DHCP in I2e6a2e2025104812.
Just adding them as servers for right now to get puppet going,
adding roles later.

Bug: T86887
Bug: T86898

Change-Id: I06808bbbf149a0b20ba1271c671cd41e287d49ec
---
M manifests/site.pp
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 7edbf76..9ff2af2 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1714,6 +1714,16 @@
     }
 }
 
+node /^rbf200[1-2]\.codfw\.wmnet/ {
+    include admin
+
+    # Background save may fail under low memory condition unless
+    # vm.overcommit_memory is 1.
+    sysctl::parameters { 'vm.overcommit_memory':
+        values => { 'vm.overcommit_memory' => 1, },
+    }
+}
+
 node 'rubidium.wikimedia.org' {
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',

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

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

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

Reply via email to