Jcrespo has uploaded a new change for review.
https://gerrit.wikimedia.org/r/275777
Change subject: Revoke iron access; add salt-masters access for mysql management
......................................................................
Revoke iron access; add salt-masters access for mysql management
Change-Id: I2feb482c0cd15dcb89f5c19e173b08c0fd9f134c
---
M templates/mariadb/production-grants.sql.erb
1 file changed, 7 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/77/275777/1
diff --git a/templates/mariadb/production-grants.sql.erb
b/templates/mariadb/production-grants.sql.erb
index b803172..78df918 100644
--- a/templates/mariadb/production-grants.sql.erb
+++ b/templates/mariadb/production-grants.sql.erb
@@ -9,15 +9,18 @@
ON ''@'%' TO 'root'@'localhost'
WITH GRANT OPTION;
--- Grants for 'root'@'208.80.154.151' (iron)
+-- Grants for 'root'@'10.64.32.20' (neodymium)
GRANT ALL PRIVILEGES
- ON *.* TO 'root'@'208.80.154.151'
+ ON *.* TO 'root'@'10.64.32.20'
IDENTIFIED BY '<%= @root_pass %>'
WITH GRANT OPTION;
-GRANT PROXY
- ON ''@'%' TO 'root'@'208.80.154.151'
+-- Grants for 'root'@'10.192.0.140' (sarin)
+
+GRANT ALL PRIVILEGES
+ ON *.* TO 'root'@'10.192.0.140'
+ IDENTIFIED BY '<%= @root_pass %>'
WITH GRANT OPTION;
-- Grants for 'nagios'@'localhost' (icinga)
--
To view, visit https://gerrit.wikimedia.org/r/275777
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2feb482c0cd15dcb89f5c19e173b08c0fd9f134c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits