Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/347622 )
Change subject: hieradata: allow codfw prometheus to talk to netmon eqiad ...................................................................... hieradata: allow codfw prometheus to talk to netmon eqiad Bug: T148541 Change-Id: I4521b3ddf7e3b47e2f22f779e82081201dafef2e --- A hieradata/common/profile/prometheus/snmp_exporter.yaml 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/hieradata/common/profile/prometheus/snmp_exporter.yaml b/hieradata/common/profile/prometheus/snmp_exporter.yaml new file mode 100644 index 0000000..d01eaa0 --- /dev/null +++ b/hieradata/common/profile/prometheus/snmp_exporter.yaml @@ -0,0 +1,7 @@ +# Temporarily allow also codfw to talk to netmon's snmp_exporter in eqiad, +# until netmon is also in codfw. See also T148541 and T161807 +profile::prometheus::snmp_exporter::prometheus_nodes: + - prometheus1003.eqiad.wmnet + - prometheus1004.eqiad.wmnet + - prometheus2003.codfw.wmnet + - prometheus2004.codfw.wmnet -- To view, visit https://gerrit.wikimedia.org/r/347622 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4521b3ddf7e3b47e2f22f779e82081201dafef2e Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
