Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/389485 )
Change subject: smart: enable SMART health collection in ulsfo ...................................................................... smart: enable SMART health collection in ulsfo Bug: T86552 Change-Id: Ie3f0603d724ab96332d9bb3b78ff1f3c11c5053d --- M hieradata/regex.yaml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ema: Looks good to me, but someone else must approve BBlack: 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 c4de41f..e4d18e4 100644 --- a/hieradata/regex.yaml +++ b/hieradata/regex.yaml @@ -360,3 +360,7 @@ smart_health_esams: __regex: !ruby/regexp /^.*\.esams\.wmnet$/ profile::base::check_smart: true + +smart_health_ulsfo: + __regex: !ruby/regexp /^.*\.ulsfo\.wmnet$/ + profile::base::check_smart: true -- To view, visit https://gerrit.wikimedia.org/r/389485 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie3f0603d724ab96332d9bb3b78ff1f3c11c5053d 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
