Ottomata has submitted this change and it was merged.

Change subject: Changing production zookeeper myids to match current values
......................................................................


Changing production zookeeper myids to match current values

Change-Id: Id500ba6b46adf05f2b935650b83fd4a18190385d
---
M manifests/role/analytics/zookeeper.pp
1 file changed, 7 insertions(+), 5 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/role/analytics/zookeeper.pp 
b/manifests/role/analytics/zookeeper.pp
index b00ba31..4520846 100644
--- a/manifests/role/analytics/zookeeper.pp
+++ b/manifests/role/analytics/zookeeper.pp
@@ -15,7 +15,7 @@
 
 # == Class role::analytics::zookeeper::config
 # Bare config role class for client and server classes.
-# You may include this class manually if you need to know use the 
+# You may include this class manually if you need to know use the
 # $role::analytics::zookeeper::hosts or
 # $role::analytics::zookeeper::hosts_array variables.
 #
@@ -23,13 +23,13 @@
     # TODO: Make this configurable via labs
     # global variables.
     $labs_hosts = {
-         'kraken-puppet.pmtpa.wmflabs' => 1,
+        'kraken-puppet.pmtpa.wmflabs' => 1,
     }
 
     $production_hosts = {
-        'analytics1023.eqiad.wmnet' => 23,
-        'analytics1024.eqiad.wmnet' => 24,
-        'analytics1025.eqiad.wmnet' => 25,
+        'analytics1023.eqiad.wmnet' => 1023,
+        'analytics1024.eqiad.wmnet' => 1024,
+        'analytics1025.eqiad.wmnet' => 1025,
     }
 
     $hosts = $::realm ? {
@@ -56,6 +56,8 @@
     }
 }
 
+# == Class role::analytics::zookeeper::server
+#
 class role::analytics::zookeeper::server inherits 
role::analytics::zookeeper::client {
     class { '::zookeeper::server': }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id500ba6b46adf05f2b935650b83fd4a18190385d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to