]> git.openstreetmap.org Git - chef.git/commitdiff
Fix name for katla
authorTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:37:00 +0000 (11:37 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:37:00 +0000 (11:37 +0100)
roles/db-slave.rb
roles/web-db.rb

index dd8df0870d1f5fc3c97069003162de76cb185226..b020bb5ed0e410a017f952cd82473e515a8fbfe0 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :hot_standby_feedback => "on",
         :standby_mode => "on",
         :primary_conninfo => {
-          :host => "katla.ic.openstreetmap.org",
+          :host => "katla.bm.openstreetmap.org",
           :port => "5432",
           :user => "replication",
           :passwords => { :bag => "db", :item => "passwords" }
index 3d0597974d35138cc7dba443f263c6981b0ad8bb..7ae1af973d0055005f56a5bcd1770550ad429d3d 100644 (file)
@@ -3,6 +3,6 @@ description "Role applied to all servers needing to find the main database"
 
 default_attributes(
   :web => {
-    :database_host => "katla.ic.openstreetmap.org"
+    :database_host => "katla.bm.openstreetmap.org"
   }
 )