Mark Bergsma has submitted this change and it was merged.

Change subject: Fix lvs::monitor_service_custom name
......................................................................


Fix lvs::monitor_service_custom name

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

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



diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index 1e6764f..d525f9e 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -996,12 +996,12 @@
        lvs::monitor_service_http { "parsoid.svc.eqiad.wmnet": ip_address => 
"10.2.2.28", check_command => "check_http_on_port!8000", contact_group => 
"admins,parsoid" }
        lvs::monitor_service_http { "search.svc.eqiad.wmnet": ip_address => 
"10.2.2.30", check_command => "check_http_on_port!9200", contact_group => 
"admins" }
 
-       lvs::monitor_service6_custom { "search-pool1.svc.eqiad.wmnet": 
ip_address => "10.2.2.11", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
-       lvs::monitor_service6_custom { "search-pool2.svc.eqiad.wmnet": 
ip_address => "10.2.2.12", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
-       lvs::monitor_service6_custom { "search-pool3.svc.eqiad.wmnet": 
ip_address => "10.2.2.13", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
-       lvs::monitor_service6_custom { "search-pool4.svc.eqiad.wmnet": 
ip_address => "10.2.2.14", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
-       lvs::monitor_service6_custom { "search-pool5.svc.eqiad.wmnet": 
ip_address => "10.2.2.16", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
-       lvs::monitor_service6_custom { "search-prefix.svc.eqiad.wmnet": 
ip_address => "10.2.2.15", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-pool1.svc.eqiad.wmnet": 
ip_address => "10.2.2.11", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-pool2.svc.eqiad.wmnet": 
ip_address => "10.2.2.12", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-pool3.svc.eqiad.wmnet": 
ip_address => "10.2.2.13", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-pool4.svc.eqiad.wmnet": 
ip_address => "10.2.2.14", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-pool5.svc.eqiad.wmnet": 
ip_address => "10.2.2.16", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
+       lvs::monitor_service_custom { "search-prefix.svc.eqiad.wmnet": 
ip_address => "10.2.2.15", port => 8123, description => "LVS Lucene", 
check_command => "check_lucene" }
 
        # PMTPA
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iba8605e8a85bfc8d365774acbd50bb0a866e63b7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to