From 9cdb10fea57341f992041a97d0d89f04c6ced85e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 7 Mar 2013 15:30:34 +0800 Subject: Update the metrics grants email --- extensions/BMO/Extension.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extensions/BMO/Extension.pm') diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 3624e81f9..e40e4eb15 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -748,11 +748,11 @@ sub field_end_of_create { push @message, ''; push @message, "The custom field '$name' has been added to the BMO database."; push @message, ''; - push @message, 'Please run the following on tp-bugs01-master01:'; - push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.20_';"; - push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.20_';"; - push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.21_';"; - push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.21_';"; + push @message, 'Please run the following on bugzilla1.db.scl3.mozilla.com:'; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.22.70.20_';"; push @message, ''; MessageToMTA(join("\n", @message)); } -- cgit v1.2.3-24-g4f1b