]> git.openstreetmap.org Git - chef.git/commitdiff
Drop bytemark addresses from database access rules
authorTom Hughes <tom@compton.nu>
Wed, 25 Jan 2023 18:31:30 +0000 (18:31 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Jan 2023 18:33:35 +0000 (18:33 +0000)
roles/db-master.rb
roles/db.rb

index a107afa7159e7b8d3c2834baef91199db79c59af..b7bbdd369c499588580932ee4c2b5f90581e61ce 100644 (file)
@@ -11,7 +11,6 @@ default_attributes(
         :late_authentication_rules => [
           { :database => "replication", :user => "replication", :address => "10.0.0.4/32" },   # snap-02
           { :database => "replication", :user => "replication", :address => "10.0.0.10/32" },  # eddie
-          { :database => "replication", :user => "replication", :address => "10.0.32.40/32" }, # katla
           { :database => "replication", :user => "replication", :address => "10.0.48.49/32" }, # snap-01
           { :database => "replication", :user => "replication", :address => "10.0.48.50/32" }, # karm
           { :database => "replication", :user => "replication", :address => "10.0.64.50/32" }  # snap-03
index 5e4aa0d0b7f00fe8b2173a13004a9dca5fdde319..ff308c8e58eb60f1ce7ad68cd6f403c6217fe785 100644 (file)
@@ -49,9 +49,8 @@ default_attributes(
         :jit => "off",
         :log_min_duration_statement => "1000",
         :late_authentication_rules => [
-          { :address => "10.0.32.0/20" },
-          { :address => "10.0.48.0/20" },
-          { :address => "10.0.64.0/20" }
+          { :address => "10.0.48.0/20" }, # amsterdam
+          { :address => "10.0.64.0/20" }  # dublin
         ]
       }
     }