Mark Bergsma has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88751


Change subject: Correct text/text-varnish IP hash references
......................................................................

Correct text/text-varnish IP hash references

Change-Id: Id135e9ecab34e2bd3919ff8f79e9486f1d75ca17
---
M manifests/lvs.pp
1 file changed, 15 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/51/88751/1

diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index aa75b39..c4230cf 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -1145,11 +1145,11 @@
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wiktionary-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wiktionarylb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wiktionarylb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikiquote-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikiquotelb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikiquotelb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikibooks-lb.eqiad.wikimedia.org":
@@ -1157,23 +1157,23 @@
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikisource-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikisourcelb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikisourcelb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikinews-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikinewslb'],
+                       ip_address => 
$ip['text'-varnish]['eqiad']['wikinewslb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikiversity-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikiversitylb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikiversitylb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "mediawiki-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['mediawikilb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['mediawikilb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "foundation-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['foundationlb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['foundationlb'],
                        check_command => 
"check_http_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "bits-lb.eqiad.wikimedia.org":
@@ -1267,35 +1267,35 @@
                        check_command => 
"check_https_url!meta.wikimedia.org!/wiki/Main_Page",
                        critical => "false";
                "wiktionary-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wiktionarylb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wiktionarylb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikiquote-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikiquotelb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikiquotelb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikibooks-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikibookslb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikibookslb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikisource-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikisourcelb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikisourcelb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikinews-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikinewslb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikinewslb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "wikiversity-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['wikiversitylb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['wikiversitylb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "mediawiki-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['mediawikilb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['mediawikilb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "foundation-lb.eqiad.wikimedia.org":
-                       ip_address => $ip['text']['eqiad']['foundationlb'],
+                       ip_address => 
$ip['text-varnish']['eqiad']['foundationlb'],
                        check_command => 
"check_https_lvs!en.wikipedia.org!/wiki/Main_Page",
                        critical => "false";
                "bits-lb.eqiad.wikimedia.org":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id135e9ecab34e2bd3919ff8f79e9486f1d75ca17
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <m...@wikimedia.org>

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

Reply via email to