BBlack has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372549 )
Change subject: apply numa isolation to all new cp4 hosts ...................................................................... apply numa isolation to all new cp4 hosts Change-Id: Ife70fe7be763e50c9f7762ed74eba7f05a56fec1 --- D hieradata/hosts/cp4021.yaml M hieradata/regex.yaml 2 files changed, 5 insertions(+), 2 deletions(-) Approvals: BBlack: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/hosts/cp4021.yaml b/hieradata/hosts/cp4021.yaml deleted file mode 100644 index 4c422e3..0000000 --- a/hieradata/hosts/cp4021.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bbr_congestion_control: true -numa_networking: isolate diff --git a/hieradata/regex.yaml b/hieradata/regex.yaml index dbaa90d..90a525a 100644 --- a/hieradata/regex.yaml +++ b/hieradata/regex.yaml @@ -327,3 +327,8 @@ db_like_raid_policy: __regex: !ruby/regexp /^(db|dbstore|es|pc|labsdb)[12]\d\d\d\.(eqiad|codfw)\.wmnet$/ profile::base::check_raid_policy: 'WriteBack' + +# NUMA isolation for newest cache hardware generation +cache_numa_isolate: + __regex: !ruby/regexp /^cp40(2[1-9]|3[0-2])\./ + numa_networking: isolate -- To view, visit https://gerrit.wikimedia.org/r/372549 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife70fe7be763e50c9f7762ed74eba7f05a56fec1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> Gerrit-Reviewer: BBlack <[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
