Alexandros Kosiaris has submitted this change and it was merged.

Change subject: puppetmaster200{1,2}.codfw.wmnet: Set up as puppetmasters
......................................................................


puppetmaster200{1,2}.codfw.wmnet: Set up as puppetmasters

Assign roles to the 2 boxes. 2001 is the puppetmaster frontend. For now
do not assign the rest of the classes palladium has. 2002 is the backend
and is same as rhodium

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index a0c37c6..5ee19b5 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2437,6 +2437,23 @@
     include lvs::realserver
 }
 
+node 'puppetmaster2001.codfw.wmnet' {
+    role puppetmaster::frontend
+    include standard
+    interface::add_ip6_mapped { 'main':
+        interface => 'eth0',
+    }
+}
+
+node 'puppetmaster2002.codfw.wmnet' {
+    role puppetmaster::backend
+    include standard
+    interface::add_ip6_mapped { 'main':
+        interface => 'eth0',
+    }
+}
+
+
 # pybal-test200X VMs are used for pybal testing/development
 node /^pybal-test200[12]\.codfw\.wmnet$/ {
     role pybaltest, prometheus::node_exporter

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe60b50dbed7b35fec05b6c28a7c885e3268d765
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to