Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/211745

Change subject: Revert "Add monitoring grants for databases on m5 shard"
......................................................................

Revert "Add monitoring grants for databases on m5 shard"

Not needed (duplicate grants).

This reverts commit 83455e6cf2ac1bbf998848ce30c091180f7ba52f.

Change-Id: I31dc6fe83407d4a64ca49ad75db65a947c0caf7a
---
M templates/mariadb/production-grants-m5.sql.erb
1 file changed, 0 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/211745/1

diff --git a/templates/mariadb/production-grants-m5.sql.erb 
b/templates/mariadb/production-grants-m5.sql.erb
index 246ba06..e69de29 100644
--- a/templates/mariadb/production-grants-m5.sql.erb
+++ b/templates/mariadb/production-grants-m5.sql.erb
@@ -1,17 +0,0 @@
--- Grants for 'nagios'@'localhost' (icinga)
-
-GRANT PROCESS, REPLICATION CLIENT
-    ON *.* TO 'nagios'@'localhost'
-    IDENTIFIED BY '<%= @nagios_pass %>';
-
--- Grants for 'tendril'@'10.%' (tendril)
-
-GRANT PROCESS, REPLICATION CLIENT, SELECT, SHOW DATABASES
-    ON *.* TO '<%= @tendril_user %>'@'10.%'
-    IDENTIFIED BY '<%= @tendril_pass %>';
-
--- Grants for 'repl'@'10.%' (replication)
-GRANT REPLICATION SLAVE
-    ON *.* TO 'repl'@'10.%'
-    IDENTIFIED BY '<%= @repl_pass %>';
-

-- 
To view, visit https://gerrit.wikimedia.org/r/211745
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31dc6fe83407d4a64ca49ad75db65a947c0caf7a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to