Filippo Giunchedi has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/85/389485/1 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: newchange Gerrit-Change-Id: Ie3f0603d724ab96332d9bb3b78ff1f3c11c5053d 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
