Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/389484 )
Change subject: smart: enable SMART health collection in esams ...................................................................... smart: enable SMART health collection in esams Bug: T86552 Change-Id: I541ede3a2780e699f2222ac006ee4becdbfdf5c2 --- M hieradata/regex.yaml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ema: Looks good to me, but someone else must approve jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/hieradata/regex.yaml b/hieradata/regex.yaml index 99bd6f7..c4de41f 100644 --- a/hieradata/regex.yaml +++ b/hieradata/regex.yaml @@ -356,3 +356,7 @@ smart_health_codfw: __regex: !ruby/regexp /^.*\.codfw\.wmnet$/ profile::base::check_smart: true + +smart_health_esams: + __regex: !ruby/regexp /^.*\.esams\.wmnet$/ + profile::base::check_smart: true -- To view, visit https://gerrit.wikimedia.org/r/389484 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I541ede3a2780e699f2222ac006ee4becdbfdf5c2 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: Ema <[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
