Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399598 )

Change subject: labs: split pdns-rec jobs
......................................................................

labs: split pdns-rec jobs

Change-Id: I7c148540bfc55002c6370ea35d74065f881ab4e6
---
M modules/role/manifests/labs/prometheus.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/399598/1

diff --git a/modules/role/manifests/labs/prometheus.pp 
b/modules/role/manifests/labs/prometheus.pp
index 2891056..96c1f8c 100644
--- a/modules/role/manifests/labs/prometheus.pp
+++ b/modules/role/manifests/labs/prometheus.pp
@@ -55,7 +55,7 @@
             'job_name'        => 'pdns_rec',
             'scheme'          => 'http',
             'file_sd_configs' => [
-                { 'files' => [ "${targets_path}/pdns_*.yaml" ] }
+                { 'files' => [ "${targets_path}/pdns-rec_*.yaml" ] }
             ],
         },
     ]
@@ -85,8 +85,8 @@
         port       => '9192',
     }
 
-    prometheus::class_config{ "pdns_rec_${::site}":
-        dest       => "${targets_path}/pdns_rec_${::site}.yaml",
+    prometheus::class_config{ "pdns-rec_${::site}":
+        dest       => "${targets_path}/pdns-rec_${::site}.yaml",
         site       => $::site,
         class_name => 'role::wmcs::openstack::main::services_primary',
         port       => '9199',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c148540bfc55002c6370ea35d74065f881ab4e6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>

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

Reply via email to